Suchergebnisse für "ecg OR using OR a OR sound OR card OR 040479 OR 1"
-
Elektor Publishing Getting Started With Java Using Eclipse
Mastering the Language and the Development Platform Many people would like to learn Java but getting started is not easy since programming with Java requires at least two things: mastering the programming language and the development environment. With the help of many examples, this book shows how the language is structured. In addition, it employs the Eclipse development environment as an example of a powerful tool to teach developing Java programs. In Basics, the first part of the book, you acquire your Java and Eclipse basic knowledge. This part lays the programming foundations, gives you an overview of Java technology, and shows you what is special about object-oriented programming. In the second part called Java Language, everything revolves around the subtleties of the Java language and this is where the first small Java applications are created, aided by a fine blend of the knowledge part and practical exercises. Java Technology is both the name and the focus of the third part which also introduces you to the rules to observe when programming, what class libraries are and what advantages they have. In addition, you will learn how to test programs, what algorithms are, and how to program them. The fourth part, Java Projects, enables you to apply all the previous elements in an application with a graphical user interface. The project shows how to develop a larger application piece by piece with the Eclipse development environment. The Appendix concludes with a section on frequent errors that can occur when working with Eclipse, and a Glossary.
€ 44,95
Mitglieder € 40,46
-
Elektor Digital Microprocessor Design Using Verilog HDL (E-book)
If you have the right tools, designing a microprocessor shouldn’t be complicated. The Verilog hardware description language (HDL) is one such tool. It can enable you to depict, simulate, and synthesize an electronic design, and thus increase your productivity by reducing the overall workload associated with a given project.Monte Dalrymple’s Microprocessor Design Using Verilog HDL is a practical guide to processor design in the real world. It presents the Verilog HDL in a straightforward fashion and serves as a detailed introduction to reducing the computer architecture and as an instruction set to practice. You’re led through the microprocessor design process from start to finish, and essential topics ranging from writing in Verilog to debugging and testing are laid bare.The book details the following, and more: Verilog HDL Review: data types, bit widths/labeling, operations, statements, and design hierarchy Verilog Coding Style: files vs. modules, indentation, and design organization Design Work: instruction set architecture, external bus interface, and machine cycle Microarchitecture: design spreadsheet and essential worksheets (e.g., Operation, Instruction Code, and Next State) Writing in Verilog: choosing encoding, assigning states in a state machine, and files (e.g., defines.v, hierarchy.v, machine.v) Debugging, Verification, and Testing: debugging requirements, verification requirements, testing requirements, and the test bench Post Simulation: enhancements and reduction to practice Monte Dalrymple received a BSEE (with highest honors) and an MSEE from the University of California at Berkeley, where he was elected to Phi Beta Kappa. Monte started his career at Zilog, where he designed a number of successful products, including the Serial Communication Controller (SCC) family and the Universal Serial Controller (USC) family. He was also the architect and lead designer of the Z380 microprocessor. Monte started his own company, Systemyde International Corp., in 1995, and has been doing contract design work ever since. He designed all five generations of Rabbit microprocessors, a Z180 clone that is flying on the Juno mission to Jupiter, and a Z8000 clone that flies in a commercial avionics air data computer. Monte holds 16 patents as well as both amateur and commercial radio licenses. Monte wrote 10 articles for Circuit Cellar magazine between 1996 and 2010. He recently completed a side project to replace the CPU in an HP-41C calculator with a modern FPGA-based version.
€ 29,95
Mitglieder € 23,96
-
Elektor Digital Using Displays in Raspberry Pi Projects (E-book)
Learn to program displays and GUIs with Python This book is about Raspberry Pi 4 display projects. The book starts by explaining how to install the latest Raspbian operating system on an SD card, and how to configure and use the GPIO ports. The core of the book explains the following topics in simple terms with fully tested and working example projects: Simple LED projects Bar graph LED projects Matrix LED projects Bitmap LED projects LED strips LCDs OLED displays E-paper displays TFT displays 7-inch touch screen GUI Programming with Tkinder One unique feature of this book is that it covers almost all types of display that readers will need to use in their Raspberry Pi based projects. The operation of each project is fully given, including block diagrams, circuit diagrams, and commented full program listings. It is therefore an easy task to convert the given projects to run on other popular platforms, such as Arduino or PIC microcontrollers. Python program listings of all Raspberry Pi projects developed in this book are available for download at Elektor.com. Readers can use these programs in their projects. Alternatively, they can modify the programs to suit their applications.
€ 32,95
Mitglieder € 26,36
-
Elektor Digital Arduino 8-bit Sound Generation (E-book)
Arduinonext is an initiative powered by an electronics and microcontrollers specialist team aiming to help all those who are entering in the technology world, using the well-known Arduino platform to take the next step in electronics. We strive to bring you the necessary knowledge and experience for developing your own electronics applications; interacting with environment; measuring physical parameters; processing them and performing the necessary control actions. This is the first title in the 'Hands-On' series in which Arduino platform co-founder, David Cuartielles, introduces board programming, and demonstrates the making of an 8-bit Sound Generator.
€ 7,95
Mitglieder € 6,36
-
Elektor Digital Getting Started With Java Using Eclipse (E-book)
Mastering the Language and the Development Platform Many people would like to learn Java but getting started is not easy since programming with Java requires at least two things: mastering the programming language and the development environment. With the help of many examples, this book shows how the language is structured. In addition, it employs the Eclipse development environment as an example of a powerful tool to teach developing Java programs. In Basics, the first part of the book, you acquire your Java and Eclipse basic knowledge. This part lays the programming foundations, gives you an overview of Java technology, and shows you what is special about object-oriented programming. In the second part called Java Language, everything revolves around the subtleties of the Java language and this is where the first small Java applications are created, aided by a fine blend of the knowledge part and practical exercises. Java Technology is both the name and the focus of the third part which also introduces you to the rules to observe when programming, what class libraries are and what advantages they have. In addition, you will learn how to test programs, what algorithms are, and how to program them. The fourth part, Java Projects, enables you to apply all the previous elements in an application with a graphical user interface. The project shows how to develop a larger application piece by piece with the Eclipse development environment. The Appendix concludes with a section on frequent errors that can occur when working with Eclipse, and a Glossary.
€ 34,95
Mitglieder € 27,96
-
Elektor Digital RISC-V Assembly Language Programming using ESP32-C3 and QEMU (E-book)
With the availability of free and open source C/C++ compilers today, you might wonder why someone would be interested in assembler language. What is so compelling about the RISC-V Instruction Set Architecture (ISA)? How does RISC-V differ from existing architectures? And most importantly, how do we gain experience with the RISC-V without a major investment? Is there affordable hardware available? The availability of the Espressif ESP32-C3 chip provides a way to get hands-on experience with RISC-V. The open sourced QEMU emulator adds a 64-bit experience in RISC-V under Linux. These are just two ways for the student and enthusiast alike to explore RISC-V in this book. The projects in this book are boiled down to the barest essentials to keep the assembly language concepts clear and simple. In this manner you will have “aha!” moments rather than puzzling about something difficult. The focus in this book is about learning how to write RISC-V assembly language code without getting bogged down. As you work your way through this tutorial, you’ll build up small demonstration programs to be run and tested. Often the result is some simple printed messages to prove a concept. Once you’ve mastered these basic concepts, you will be well equipped to apply assembly language in larger projects.
€ 34,95
Mitglieder € 27,96
-
Elektor Digital Röhren 1 (PDF)
Aus dem Inhalt Lieferbarkeit von Röhren Passive Übeltäter – Einfluss der Kondensatoren auf den Klang Übertragerwissen Theorie der Trioden Der richtige Einsatz von Gleichrichterröhren Line-Vorverstärker mit Klangsteller Vollverstärker mit 2 x 50 W oder 2 x 40 W HiFi-CD-Player mit Playstation 1 CD-Filter Nachlese In dem Artikel "Moderne Triodenendstufe mit der legendären 2A3" ab Seite 66 wurden bei den Platinenabbildungen die Maßangaben nicht abgedruckt. Hier die Maße der Originalgrößen: Netzteilplatine (S. 68) 123 x 80 mm Stabilisierung (S. 69) 70 x 85 mm Hauptplatine (S. 71) 295 x 135 mm
€ 15,90
Mitglieder € 14,31
-
Elektor Digital Audio 1 (PDF)
Das Audio-Sonderheft wendet sich an alle, die in der Ausbildung oder im Beruf Audiogeräte (mit Halbleitern und Röhren sowie Lautsprecherboxen) entwickeln und herstellen. Nicht zuletzt vermittelt dieses Elektor-Special auch dem ambitionierten Amateur, Audioliebhaber und Selbstbauer wertvolles Wissen. Es werden u.a. 8 Verstärker und 8 Lautsprecherboxen für den Selbstbau vorgestellt.
€ 15,90
Mitglieder € 14,31
-
Elektor Digital LabVIEW 1 (PDF)
Das Programmpaket Laboratory Virtual Instrument Engineering Workbench (oder kurz LabVIEW) ist ein international anerkannter Standard zur Entwicklung und Gestaltung von Messgeräten und Prozesssteueroberflächen. Seine Universalität konfrontiert den LabVIEW-Einsteiger allerdings mit einer unübersichtlichen Vielfalt von Funktionen, die er ohne fundierte Anleitung kaum überblicken kann. Hier setzt diese neue mehrteilige Lehrbuchreihe an: Von Grund auf werden in einfach nachvollziehbaren Schritten der Aufbau, die Struktur und die Verwendung von LabVIEW erklärt, in praktischen Beispielen dargestellt und mit Übungen vertieft. Die notwendigen Vorkenntnisse sind äußerst gering, die erreichbaren Ergebnisse dagegen äußerst sehenswert. Der erste Band erläutert die Grunddatentypen und die zugehörigen numerischen Grundfunktionen ebenso ausführlich wie die elementaren Programmstrukturen. Im folgenden Band liegt der Schwerpunkt bei der Kopplung beliebiger Mikrocontrollersysteme über die serielle (USB-)Schnittstelle an den PC und an LabVIEW. Im dritten Band stehen Entwurf und Betrieb kompletter MSR-Systeme mit Hard- und Softwarekomponenten der wichtigsten Messtechnikhersteller im Vordergrund, einschließlich Fernsteuerung, -überwachung und -diagnose über das Internet oder WLAN-Systeme. Diese Lehrbuchreihe richtet sich an Schüler/Auszubildende technischer Bildungseinrichtungen, an Studenten von Fachhochschulen/Universitäten und an den engagierten Praktiker in der Industrie oder im privaten Bereich.
€ 32,80
Mitglieder € 26,24
-
Elektor Publishing Das 1-Wire-Praxisbuch
1-Wire ist die Bezeichnung für eine serielle Schnittstelle, die mit nur einer Datenader auskommt. Es ist ein Master-Multi-Slave-Kommunikationsprotokoll. Verfügbar sind integrierte Bausteine zur Temperaturmessung, Akkuüberwachung, Echtzeituhr und beispielsweise Hotelschließanlagen. Eine Besonderheit von 1-Wire-Geräten ist die Spannungsversorgung aus der Gegenstation, hierbei erfolgt die Versorgung der Slaves über die Datenleitung. Der Leser erhält mit „Das 1-Wire-Praxisbuch“ eine umfassende Einführung in die 1-Wire-Technologie. Das Buch zeigt anhand praktischer Projekte zum Nachbauen, wie man verschiedene verfügbare 1-Wire-Chips in eigene Mikrocontroller-gesteuerte Anwendungen integrieren kann, und zwar mit Assembler-Software-Implementierungen für PIC-Mikrocontroller und mit Sketches für den Arduino. Die 1-Wire-Technik kommt in dem Buch praxisnah bei einem elektronischen Schloss zum Einsatz, das von einem PIC-Mikrocontroller gesteuert wird. Ein weiteres Praxisprojekt erläutert Schritt für Schritt, wie beispielsweise eine ständige Temperaturmessung mit 1-Wire-Bausteinen möglich ist.
€ 39,80
Mitglieder identisch
-
, von Mathias Claussen Review: 2-in-1 SMD-Heißluft-Rework-Station ZD-8922
Eine preisgünstige 2-in-1 SMD-Heißluft-Rework-Station. Die ZD-8922 ist eines der Werkzeuge unter 100 €, das einen Lötkolben und Heißluft bietet. Ein gutes Preis-Leistungs-Verhältnis für den täglichen...
-
, von Clemens Valens FNIRSI DPOX180H 2-in-1 digitales Phosphor-Oszilloskop (Review)
Das 2-Kanal-Handoszilloskop DPOX180H von Fnirsi mit 180 MHz passt in Ihre Westentasche, wiegt 285 g und kostet weniger als 150 €. Es bietet alle Funktionen,...