Elektor E-Books (20% Extra-Rabatt für Mitglieder)

236 Produkte

  • Praxiskurs AVR - XMEGA - Mikrocontroller (E - book) - Elektor

    Elektor Digital Praxiskurs AVR-XMEGA-Mikrocontroller (E-book)

    Die Mikrocontrollertechnologie ist eines der wichtigsten Gebiete der modernen Elektronik. Mikrocontroller haben sich in den letzten Jahren in allen Bereichen der modernen Technik etabliert. Der vorliegende Kurs gibt eine umfassende Einführung in die faszinierende Welt der Controllertechnik.Nach grundlegenden Betrachtungen zur Controllertechnologie wird bereits im ersten Teil des Kurses auf die praktische Umsetzung des Stoffes eingegangen. Als Basis dafür dient ein modernes Entwicklungsboard (XMEGA-A3BU Xplained), das mit einem der aktuellsten Controller des Herstellers Atmel ausgestattet ist.Der zweite Teil beschäftigt sich detailliert mit der Programmierung des Controllers. Hier kommt die Sprache „C“ zum Einsatz, da diese in der Firmware-Entwicklung eine dominierende Stellung einnimmt. Die bei weitem überwiegende Mehrheit der professionellen Entwicklungsarbeit wird in C ausgeführt. Diese Programmiersprache bietet eine umfassende Grundlage für alle Controlleranwendungen.Im dritten Teil des Kurses wird schließlich auf die hardwarenahe Programmierung eingegangen. Nach der Durchsprache von Pin-Ansteuerung, Takterzeugung und Oszillatoroptionen werden die anspruchsvolleren Themen wie Interrupts, Timer und Counter, Pulsweitenmodulation und Analog-Digitalwandlung behandelt.Der Kurs setzt auf die Philosophie des „Learning by Doing“. Er eignet sich dadurch hervorragend als praktische Ergänzung für Unterricht und Vorlesungen in Weiterführenden Schulen Technischen Berufsschulen und Fachakademien Fachhochschulen und Universitäten Aber auch der ambitionierte, nichtprofessionelle Anwender kann sich mit dem Lernmaterial einen Überblick über den neuesten Stand der Controllertechnik verschaffen.Umfangreiche Praxisbeispiele und Übungsprogramme runden den Kurs ab und lassen keine Fragen offen.

    € 34,80

    Mitglieder € 27,84

  • Programmierbare Taschenrechner selbst gebaut (E - book) - Elektor

    Elektor Digital Programmierbare Taschenrechner selbst gebaut (E-book)

    Wie addiert ein Taschenrechner Zahlen in Fließkommadarstellung? Wie kann er Quadratwurzeln ziehen? Kann man programmierbare Taschenrechner selber bauen und nach eigenen Vorstellungen erweitern? Es ist möglich, und zwar mit vertretbarem Aufwand und mit Resultaten, die sich durchaus sehen lassen können. Dieses E-Book zeigt wie.Zwei unterschiedliche Wege werden beschritten. Die Verwendung älterer, aber noch erhältlicher fertiger Taschenrechner-ICs führt zu einfachen Schaltungen, welche sich aber nur schwer abändern oder erweitern lassen. Der zweite Weg führt über die programmierung von Mikrocontrollern, was sehr viel flexiblere Designs erlaubt. Eigene Funktionen können definiert und die Hardware nach Bedarf ergänzt werden.Die in diesem E-Book vorgestellten programmierbaren Taschenrechner können mehrkanalig Spannungen messen und mit den Messergebnissen direkt weiter rechnen. Sie können Resultate grafisch darstellen und einfache Melodien wiedergeben. Die Taschenrechner basieren auf BASIC-Stamps, welche mit dem leicht zu erlernenden PBASIC programmiert werden. Die genaue Beschreibung der Soft- und Hardware erlaubt einen funktionssicheren Nachbau, die Software für Rechner mit umgekehrt polnischer Notation (UPN) und mit algebraischer Eingabe können direkt heruntergeladen werden. Ein Kapitel über Varianten und Erweiterungen erleichtert die Realisierung programmierbarer Taschenrechner nach eigenen Vorstellungen.

    € 29,80

    Mitglieder € 23,84

  • Programmiertechniken für AVR - Mikrocontroller (E - book) - Elektor

    Elektor Digital Programmiertechniken für AVR-Mikrocontroller (E-book)

    Dieses Buch behandelt Softwaretechniken, die es gestatten, auch anspruchsvollere Programme für AVR-Mikrocontroller zu entwickeln. Speziell wird im ersten Teil, welcher den Datenstrukturen gewidmet ist, besonders auf die Harvard-Architektur der Controller und die daraus resultierenden Programmiertechniken eingegangen. Die kleinen Arbeitsspeicher der meisten AVR-Controller erfordern immer wieder angepasste Implementierungsmethoden, davon werden einige im Buch vorgestellt, beispielsweise die verdichtete Speicherung und das Sortieren kurzer Zahlenfolgen mit Sortiernetzwerken. Die Implementierung der Buddy-Methode zur Arbeitsspeicherverwaltung zeigt, dass bei der Programmierung von AVR-Controllern nicht nur simple Algorithmen verwendet werden können.Im zweiten Teil des Buches wird die Arithmetik der Controller analysiert. Diese Analyse ist aber kein Selbstzweck, denn sie führt auf Programmiertechniken, die ohne sie nur schwer zu erlangen oder zu erklären wären. Ferner wird eine Fixkommaarithmetik entwickelt, die der Rechenleistung der Controller in vielen Fällen besser angepasst ist als eine rechenleistungsintensive Fließkommaarithmetik. An zwei Beispielen wird gezeigt, wie auf dieser Basis auch höhere Funktionen implementiert werden können.Für die Programme wird durchweg der AVR-Assembler eingesetzt, der kostenlos zur Verfügung steht. Der Simulator, welcher Teil der Programmierumgebung ist, der auch der Assembler angehört, gestattet es, die Programme des Buches nachzuvollziehen oder mit ihnen zu experimentieren, ohne einen echten Controller einzusetzen.

    € 39,80

    Mitglieder € 31,84

  • Programming the Finite State Machine (E - book) - Elektor

    Elektor Digital Programming the Finite State Machine (E-book)

    Programming the Finite State Machine with 8-Bit PICs in Assembly and C Andrew Pratt provides a detailed introduction to programming PIC microcontrollers, as well as a thorough overview of the Finite State Machine (FSM) approach to programming. Most of the book uses assembly programming, but do not be deterred. The FSM gives a structure to a program, making it easy to plan, write, and modify. The last two chapters introduce programming in C, so you can make a direct comparison between the two techniques. The book references the relevant parts of the Microchip datasheet as familiarity with it is the best way to discover detailed information. This book is aimed at Microsoft Windows and Linux users. To keep your costs to a minimum and to simplify the toolchain, specific applications are provided as a free download to enable you to use an FTDI serial lead as the programmer. The assembler used is the open-source "gpasm". All programming can be done in a text editor. There are detailed instructions on how to perform the necessary installations on Windows, Linux Debian, and derivatives such as Ubuntu and Fedora. For programming in C, Microchip's XC8 compiler is used from the command line. In addition to the programming applications, two serial read and serial write applications can be used for communicating with the PICs from a computer. A voltmeter project including practical instructions on building a circuit board from scratch is included. All theory is covered beforehand, including how to do integer arithmetic in assembly. Two PICs are covered: the PIC12F1822 and the PIC16F1823. Both can run at 32 MHz with an internal oscillator. You do not need to buy a factory-made development board and programmer. With relatively inexpensive parts including a serial lead, microcontroller, a few resistors, and LEDs, you can get started exploring embedded programming. Links Updated Programmer

    € 32,95

    Mitglieder € 26,36

  • Programming Voice - controlled IoT Applications with Alexa and Raspberry Pi (E - book) - Elektor

    Elektor Digital Programming Voice-controlled IoT Applications with Alexa and Raspberry Pi (E-book)

    Learn programming for Alexa devices, extend it to smart home devices and control the Raspberry Pi The book is split into two parts: the first part covers creating Alexa skills and the second part, designing Internet of Things and Smart Home devices using a Raspberry Pi. The first chapters describe the process of Alexa communication, opening an Amazon account and creating a skill for free. The operation of an Alexa skill and terminology such as utterances, intents, slots, and conversations are explained. Debugging your code, saving user data between sessions, S3 data storage and Dynamo DB database are discussed. In-skill purchasing, enabling users to buy items for your skill as well as certification and publication is outlined. Creating skills using AWS Lambda and ASK CLI is covered, along with the Visual Studio code editor and local debugging. Also covered is the process of designing skills for visual displays and interactive touch designs using Alexa Presentation Language. The second half of the book starts by creating a Raspberry Pi IoT 'thing' to control a robot from your Alexa device. This covers security issues and methods of sending and receiving MQTT messages between an Alexa device and the Raspberry Pi. Creating a smart home device is described including forming a security profile, linking with Amazon, and writing a Lambda function that gets triggered by an Alexa skill. Device discovery and on/off control is demonstrated. Next, readers discover how to control a smart home Raspberry Pi display from an Alexa skill using Simple Queue Service (SQS) messaging to switch the display on and off or change the color. A node-RED design is discussed from the basic user interface right up to configuring MQTT nodes. MQTT messages sent from a user are displayed on a Raspberry Pi. A chapter discusses sending a proactive notification such as a weather alert from a Raspberry Pi to an Alexa device. The book concludes by explaining how to create Raspberry Pi as a stand-alone Alexa device.

    € 32,95

    Mitglieder € 26,36

  • Programming with Node - RED (E - book) - Elektor

    Elektor Digital Programming with Node-RED (E-book)

    Design IoT Projects with Raspberry Pi, Arduino and ESP32 The Internet of Things (IoT) is becoming a major application area for embedded systems. As a result, more and more people are becoming interested in learning about embedded design and programming. Technical colleges and universities are moving away from legacy 8 and 16-bit microcontrollers and are introducing 32-bit embedded microcontrollers to their curriculums. Many IoT applications demand precision, high processing power, and low power consumption. Produced by IBM, Node-RED is an open-source visual editor for wiring the Internet of Things. Node-RED comes with a large number of nodes to handle a multitude of tasks. The required nodes are selected and joined together to perform a particular task. Node-RED is based on flow type programming where nodes are configured and joined together to form an application program. There are nodes for performing complex tasks, including web access, Twitter, E-mail, HTTP, Bluetooth, MQTT, controlling GPIO ports, etc. One particularly nice aspect of Node-RED is that the programmer does not need to learn how to write complex programs. For example, an email can be sent by simply joining nodes together and writing only a few lines of code. The aim of this book is to teach how Node-RED can be used in projects. The main hardware platform used with most of the projects in this book is Raspberry Pi 4. Chapters are included to show how Node-RED can be also be used with Arduino Uno, ESP32 DevKitC, and the ESP8266 NodeMCU microcontroller development boards.

    € 34,95

    Mitglieder € 27,96

  • Programming with STM32 Nucleo Boards (E - book) - Elektor

    Elektor Digital Programming with STM32 Nucleo Boards (E-book)

    STM32 Nucleo family of processors are manufactured by STMicroelectronics. These are low-cost ARM microcontroller development boards. This book is about developing projects using the popular Nucleo development board. In the early chapters of the book, the architecture of the Nucleo family is briefly described. Software development tools that can be used with the Nucleo boards such as the Mbed, Keil MDK, TrueSTUDIO, and the System Workbench are described briefly in later Chapters. The book covers many projects using most features of the STM32 Nucleo development boards where the full software listings for Mbed and System Workbench are given for every project. The projects range from simple flashing LEDs to more complex projects using modules and devices such as GPIO, ADC, DAC, I²C, LCD, analog inputs and others. In addition, several projects are given using the Nucleo Expansion Boards, including popular expansion boards such as solid-state relay, MEMS and environmental sensors, DC motor driver, Wi-Fi, and stepper motor driver. These Expansion Boards plug on top of the Nucleo development boards and simplify the task of project development considerably. Features of this book Learn the architecture of the STM32 microcontrollers Learn how to use the Nucleo development board in projects using Mbed and System Workbench Toolchains Learn how to use the Nucleo Expansion Boards with the Nucleo development boards Update The Mbed compiler has been replaced with two software packages: The Mbed Studio and Keil Studio Cloud. Both of these software packages are free of charge and are available on the Internet. If you need assistance using the Keil Studio Cloud, please download the Guide below.

    € 34,95

    Mitglieder € 27,96

  • Projekte mit dem RFID - Starterkit für Arduino (E - book) - Elektor

    Elektor Digital Projekte mit dem RFID-Starterkit für Arduino (PDF)

    Der Arduino ist inzwischen zu einer festen Größe in der Maker-Welt geworden. Der Einstieg in die Controller-Technik ist damit nicht mehr nur Experten vorbehalten. Anders sieht es aus, wenn es um Hardware-Erweiterungen geht. Hier ist der Anwender immer noch weitgehend auf sich selbst gestellt. Wenn man wirklich innovative Projekte umsetzen möchte, muss man sich direkt mit elektronischen Bauelementen befassen. Dies stellt aber viele Einsteiger vor größere Probleme. Genau hier setzt das vorliegende Buch an, in dem es nicht nur um RFID geht. Es bietet eine Fülle an Praxisprojekten, die mit einem einzigen Kit aufgebaut werden können. Dieses Kit, das RFID-Starterkit für Arduino Uno, enthält über 30 Komponenten, Bauelemente und Module aus allen Bereichen der modernen Elektronik. Neben den einfachen Elementen wie LEDs und Widerständen sind auch komplexe und hochmoderne Module enthalten, beispielsweise ein Feuchtigkeitssensor eine Multicolor-LED eine LED-Matrix mit 64 integrierten Leuchtpunkten eine vierstellige 7-Segment-Anzeige eine Infrarot-Fernbedienung ein komplettes LCD-Display-Modul ein Servomotor ein Schrittmotor mit Steuermodul eine komplette RFID-Platine mit Schlüsselkarte Neben präzisen digitalen Thermometern, Hygrometern, Belichtungsmessern und verschiedenen Alarmanlagen entstehen auch praktisch einsetzbare Geräte und Anwendungen wie etwa ein vollautomatischer Regensensor, eine schallgesteuerte Fernbedienung, eine multifunktionale Klimamessstation und vieles mehr. Alle Projekte lassen sich dabei mit den Komponenten aus dem Elektor-Kit realisieren.

    € 29,80

    Mitglieder € 23,84

  • Python 3 for Science and Engineering Applications (E - book) - Elektor

    Elektor Digital Python 3 for Science and Engineering Applications (E-book)

    Learn to use Python productively in real-life scenarios at work and in everyday life If you have mastered the basics of Python and are wanting to explore the language in more depth, this book is for you. By means of concrete examples used in different applications, the book illustrates many aspects of programming (e.g. algorithms, recursion, data structures) and helps problem-solving strategies. Including general ideas and solutions, the specifics of Python and how these can be practically applied are discussed. Python 3 for Science and Engineering Applications includes: practical and goal-oriented learning basic Python techniques modern Python 3.6+ including comprehensions, decorators and generators complete code available online more than 40 exercises, solutions documented online no additional packages or installation required, 100% pure Python Topics cover: identifying large prime numbers and computing Pi writing and understanding recursive functions with memorisation computing in parallel and utilising all system cores processing text data and encrypting messages comprehending backtracking and solving Sudokus analysing and simulating games of chance to develop optimal winning strategies handling genetic code and generating extremely long palindromes Downloads Software

    € 29,95

    Mitglieder € 23,96

  • Python 3 Programming and GUIs (E - book) - Elektor

    Elektor Digital Python 3 Programming and GUIs (E-book)

    This is the second edition of a book aimed at engineers, scientists, and hobbyists who want to interface PCs with hardware projects using graphical user interfaces. Desktop and web-based applications are covered. The programming language used is Python 3, which is one of the most popular languages around: speed of programming being a key feature. The book has been revised and updated with an emphasis on getting the user to produce practical designs with ease – a text editor is all that is required to produce Python programs. Hardware interfacing is achieved using an Arduino Uno as a remote slave. A full description and source code of the communication interface is given in the book. The slave provides digital and analog input and outputs. Multiple Unos can be included in one project with all control code written in Python and running on a PC One project involves a PIC microcontroller with the code provided that can be loaded into the PIC using the Uno. The web applications and server are all implemented in Python, allowing you to access your electronic hardware over the Internet. The Raspberry Pi computer can be used as your web server. An introductory chapter is provided to get you started with using Linux. The book is written for use with Debian or variations including Mint or Ubuntu. All of the programs in the book are freely available, ready to use and experiment with by way of a download from Elektor.

    € 29,95

    Mitglieder € 23,96

  • Radio - Baubuch (E - book) - Elektor

    Elektor Digital Radio-Baubuch (E-book)

    Radios selber bauen ist zwar ein altes, aber auch heute ein immer noch aktuelles Thema. Lange Zeit war das Radiobasteln der Einstieg in die Elektronik. Inzwischen gibt es zwar auch andere Wege, vor allem über Computer, Mikrocontroller und die Digitaltechnik. Allerdings kommen die analogen Wurzeln der Elektronik oft zu kurz. Die Radiotechnik eignet sich besonders gut als Lernfeld der Elektronik, weil man hier mit den einfachsten Grundlagen beginnen kann. Aber auch die Verbindung zur modernen Digitaltechnik liegt auf der Hand, wenn es z. B. um digitales Radio geht.Die Hochfrequenztechnik ist eines der Gebiete, auf denen man auch heute noch eigene Ideen relativ leicht in die Tat umsetzen kann. Unzählige Schaltungsvarianten mit besonderen Zielsetzungen geben Raum für sinnvolle Experimente und Projekte. Vieles kann man eben nicht einfach kaufen. Detektorradios ohne eigene Energiequelle, einfache Röhrenempfänger mit dem besonders angenehmen Klang, die ersten Empfangsversuche mit dem digitalen Rundfunk DRM oder Spezialempfänger für den Amateurfunk, all dies lässt sich mit wenig Aufwand realisieren.Neben dem alten Detektorempfänger sind vor allem Röhrengeräte und das moderne digitale Radio DRM interessante Themen; erst recht, wenn man einen leistungsfähigen Röhrenempfänger für DRM baut. Aber auch der Bau eines Audioempfängers oder einfacher Transistorradios für Mittel- und Kurzwelle ist unkompliziert und bringt eine Menge Spaß. Nicht zuletzt spielt auch hier der PC mit entsprechender Software bei der Abstimmung digital gesteuerter Oszillatoren eine entscheidende Rolle. Die Quelltexte der verwendeten Programme sind vollständig abgedruckt.

    € 29,80

    Mitglieder € 23,84

  • Raspberry Pi 3 - Basic to Advanced Projects (E - book) - Elektor

    Elektor Digital Raspberry Pi 3 – Basic to Advanced Projects (E-book)

    This book is about the Raspberry Pi 3 computer and its use in various control and monitoring applications. The book explains in simple terms and with tested and working example projects, how to configure the Raspberry Pi 3 computer, how to install and use the Linux operating system, and how to write hardware based applications programs using the Python programming language. The nice feature of this book is that it covers many Raspberry Pi 3 based hardware projects using the latest hardware modules such as the Sense HAT, Swiss Pi, MotoPi, Camera module, and many other state of the art analog and digital sensors. An important feature of the Raspberry Pi 3 is that it contains on-board Bluetooth and Wi-Fi modules. Example projects are given in the book on using the Wi-Fi and the Bluetooth modules to show how real-data can be sent to the Cloud using the Wi-Fi module, and also how to communicate with an Android based mobile phone using the Bluetooth module. The book is ideal for self-study, and is intended for electronic/electrical engineering students, practising engineers, research students, and for hobbyists. It is recommended that the book should be followed in the given Chapter order. Over 30 projects are given in the book. All the projects in the book are based on the Python programming language and they have been fully tested. Full program listings of every project are given in the book with comments and full descriptions. Experienced programmers should find it easy to modify and update the programs to suit their needs. The following sub-headings are given for each project to make it as easy as possible for the readers to follow the projects: Project title Description Aim of the project Raspberry Pi type Block diagram Circuit diagram Program listing

    € 29,95

    Mitglieder € 23,96

  • Raspberry Pi 4 und Pico (PDF) - Elektor

    Elektor Digital Raspberry Pi 4 und Pico (PDF)

    Pfiffige Projekte zum Messen, Steuern und Regeln Der Raspberry Pi dominiert seit vielen Jahren die Maker-Szene. Frei verfügbare I/O-Pins erfordern ihn aller Zeiten zu einem der beliebtesten Prozessorboards. Allerdings verfügt der klassische Raspberry Pi über keinerlei Analogeingänge. Eine direkte Messung analoger Werte ist damit nicht möglich. So können weder Photodioden noch NTCs oder Hallsensoren etc. unmittelbar ausgelesen werden. Zudem sind die Pins direkt, d. H. ohne Treiber oder Schutzschaltung, mit den freiliegenden Kontakten verbunden. Dadurch kann der zentrale Controller und damit der gesamte Raspberry Pi schnell zerstört werden. Mit dem Pico können diese Probleme elegant gelöst werden. Er kann als sogenanntes „Frontend“ problemlos verschiedene Messaufgaben übernehmen. Zudem ist der Pico deutlich preisgünstiger als ein klassischer Raspberry Pi 4. Falls eine Fehlbeschaltung zur Zerstörung des Pico führt, ist dies vor allem für nicht-professionelle Anwender relativ leicht zu verkraften. Der klassische Raspberry Pi und der Pico werden so zum idealen Duo. Das Buch führt entsprechend in das weite und hochaktuelle Gebiet der modernen Controllertechnik anhand der beiden Boards „Raspberry Pi 4“ und „Raspberry Pi Pico“ ein. Neben einer tiefergehenden Einführung in die Arbeits- und Funktionsweise des Controllerboards selbst wird insbesondere auch auf die Messwerterfassung und -verarbeitung mit digitalen Prozessoren eingegangen. Insbesondere die Kombination beider Systeme bietet vielfältige und hochinteressante Möglichkeiten. Praktische Projekte aus dem Inhalt: USB-Verbindung zwischen Raspberry Pi 4 und Pico I²C-Kommunikation und Pico als I²C-Device Voltmeter und Computerthermometer Pico W als Web-Server und WLAN-Scanner Frequenzmesser und -generatoren OLED-Displays an Pico und Raspberry Pi 4 Energiesparmonitor Welche Astronauten sind im Orbit? Mini-Monitor für den aktuellen Bitcoin-Kurs

    € 32,80

    Mitglieder € 26,24

  • Raspberry Pi 5 Essentials (E - book) - Elektor

    Elektor Digital Raspberry Pi 5 Essentials (E-book)

    Program, build, and master over 60 projects with Python The Raspberry Pi 5 is the latest single-board computer from the Raspberry Pi Foundation. It can be used in many applications, such as in audio and video media centers, as a desktop computer, in industrial controllers, robotics, and in many domestic and commercial applications. In addition to the well-established features found in other Raspberry Pi computers, the Raspberry Pi 5 offers Wi-Fi and Bluetooth (classic and BLE), which makes it a perfect match for IoT as well as in remote and Internet-based control and monitoring applications. It is now possible to develop many real-time projects such as audio digital signal processing, real-time digital filtering, real-time digital control and monitoring, and many other real-time operations using this tiny powerhouse. The book starts with an introduction to the Raspberry Pi 5 computer and covers the important topics of accessing the computer locally and remotely. Use of the console language commands as well as accessing and using the desktop GUI are described with working examples. The remaining parts of the book cover many Raspberry Pi 5-based hardware projects using components and devices such as LEDs and buzzers LCDs Ultrasonic sensors Temperature and atmospheric pressure sensors The Sense HAT Camera modules Example projects are given using Wi-Fi and Bluetooth modules to send and receive data from smartphones and PCs, and sending real-time temperature and atmospheric pressure data to the cloud. All projects given in the book have been fully tested for correct operation. Only basic programming and electronics experience are required to follow the projects. Brief descriptions, block diagrams, detailed circuit diagrams, and full Python program listings are given for all projects described.

    € 32,95

    Mitglieder € 26,36

  • Raspberry Pi 5 for Radio Amateurs (E - book) - Elektor

    Elektor Digital Raspberry Pi 5 for Radio Amateurs (E-book)

    Program and Build Raspberry Pi 5 Based Ham Station Utilities with the RTL-SDR The RTL-SDR devices (V3 and V4) have gained popularity among radio amateurs because of their very low cost and rich features. A basic system may consist of a USB based RTL-SDR device (dongle) with a suitable antenna, a Raspberry Pi 5 computer, a USB based external audio input-output adapter, and software installed on the Raspberry Pi 5 computer. With such a modest setup, it is possible to receive signals from around 24 MHz to over 1.7 GHz. This book is aimed at amateur radio enthusiasts and electronic engineering students, as well as at anyone interested in learning to use the Raspberry Pi 5 to build electronic projects. The book is suitable for both beginners through experienced readers. Some knowledge of the Python programming language is required to understand and eventually modify the projects given in the book. A block diagram, a circuit diagram, and a complete Python program listing is given for each project, alongside a comprehensive description. The following popular RTL-SDR programs are discussed in detail, aided by step-by-step installation guides for practical use on a Raspberry Pi 5: SimpleFM GQRX SDR++ CubicSDR RTL-SDR Server Dump1090 FLDIGI Quick RTL_433 aldo xcwcp GPredict TWCLOCK CQRLOG klog Morse2Ascii PyQSO Welle.io Ham Clock CHIRP xastir qsstv flrig XyGrib FreeDV Qtel (EchoLink) XDX (DX-Cluster) WSJT-X The application of the Python programming language on the latest Raspberry Pi 5 platform precludes the use of the programs in the book from working on older versions of Raspberry Pi computers.

    € 32,95

    Mitglieder € 26,36

  • Raspberry Pi Advanced Programming (E - book) - Elektor

    Elektor Digital Raspberry Pi Advanced Programming (E-book)

    This book is about advanced programming of the Raspberry Pi computer using the Python programming language. The book explains in simple terms and with examples: How to configure the Raspberry Pi computer; How to install and use the Linux operating system and the desktop; How to write advanced programs using the Python programming language; How to use graphics in our programs; How to develop hardware based projects using the Raspberry Pi. The book starts with an introduction to the Raspberry Pi computer and covers the topics of purchasing all the necessary accessories and installing and operating the Linux operating system in command mode. The network interface of the RPi is explained in simple steps, demonstrating how the computer can be accessed remotely from a desktop or a laptop computer. The remaining parts of the book cover the Python programming language in detail, including advanced topics such as operating system calls, multitasking, interprocess synchronization and interprocess communication techniques. The important topic of network programming using UDP and TCP protocols is described with working examples. The Tkinter graphical user interface module (GUI) is described in detail with example widgets and programs. The last part of the book includes hardware projects based on using the advanced programming topics such as multitasking and interprocess communication techniques. All the projects given in the book have been fully tested and are working. Complete program listings of all projects are provided with detailed explanations.

    € 34,95

    Mitglieder € 27,96

  • Raspberry Pi Full Stack (E - book) - Elektor

    Elektor Digital Raspberry Pi Full Stack (E-book)

    Dieses Buch nimmt Sie mit auf eine spannende Tour durch die Entwicklung von Full-Stack-Webanwendungen mit Raspberry Pi. Sie lernen, wie Sie eine Anwendung von Grund auf erstellen. Sie erwerben Erfahrung und Wissen über Technologien, darunter: Das Linux-Betriebssystem und die Befehlszeile. Die Programmiersprache Python. Die GPIOs (General Purpose Input Output Pins) des Raspberry Pi. Der Nginx-Webserver. Flask Python-Mikroframework für Webanwendungen. JQuery und CSS zum Erstellen von Benutzeroberflächen. Umgang mit Zeitzonen. Erstellen von Diagrammen mit Plotly und Google Charts. Datenerfassung mit Google Sheet. Entwickeln von Applets mit IFTTT. Sichern Sie Ihre Anwendung mit SSL. Empfangen Sie mit Twilio Textnachrichten auf Ihrem Telefon. In diesem Buch erfahren Sie außerdem, wie Sie einen drahtlosen Arduino-Sensorknoten aus der Ferne einrichten und Daten von ihm sammeln. Ihre Raspberry Pi-Webanwendung kann Arduino-Knotendaten auf die gleiche Weise verarbeiten, wie sie Daten von ihrem integrierten Sensor verarbeitet. Raspberry Pi Full Stack vermittelt Ihnen viele Fähigkeiten, die für die Erstellung von Web- und Internet-of-Things-Anwendungen unerlässlich sind. Die Anwendung, die Sie in diesem Projekt erstellen, ist eine Plattform, die Sie erweitern können. Dies ist nur der Anfang dessen, was Sie mit einem Raspberry Pi und den Software- und Hardwarekomponenten tun können, die Sie lernen werden. Dieses Buch wird vom Autor durch einen eigenen Diskussionsbereich unterstützt.

    € 34,95

    Mitglieder € 27,96

  • Raspberry Pi für Funkamateure (PDF) - Elektor

    Elektor Digital Raspberry Pi für Funkamateure (PDF)

    Mit RPi-basierten Tools und Messgeräten Amateurfunkstationen bauen und programmieren Obwohl viele Funkamateure immer noch mit klassischer HF- und Mobilfunkausrüstung arbeiten, ist der Einsatz von Computern und digitalen Techniken mittlerweile sehr beliebt. wür überwä wür wich überwä ich wür wich überwä ich wür wämich überwä ich wür wich überich wür wämich überbich wür wich überwä ich wür wich überbich wür wäm ...ich wür wich überbich wür ich überbich wür ich wür wich überbich wür Für 40 € einen Raspberry Pi-Computer kaufen und schnell jede Amateurfunk-Software auf dem 'RPi' ausführen. Die RTL-SDR-Geräte sind bei Funkamateuren sehr beliebt, weil sie sehr preiswert sind und viele Funktionen bieten. Ein Basissystem kann aus einem USB-basierten RTL-SDR-Dongle mit einer geeigneten Antenne, einem RPi-Computer, einem USB-basierten externen Audio-Eingangs-/Ausgangsadapter und einer auf dem RPi installierten Software bestehen. Mit einer solchen einfachen Einrichtung ist es möglich, Signale von etwa 24 MHz bis über 1,7 GHz zu empfangen. Dieses Buch richtet sich an Funkamateure, die lernen wollen, wie man mit dem Raspberry Pi elektronische Projekte baut. Das Buch eignet sich für die gesamte Bandbreite von Anfängern bis hin zu alten Hasen im Amateurfunk. Die schrittweise Installation des Betriebssystems wird mit vielen Details zu den gängigsten Linux-Befehlen beschrieben. Einige Kenntnisse der Programmiersprache Python sind erforderlich, um die im Buch beschriebenen Projekte zu verstehen und zu bearbeiten. Zu den im Buch entwickelten Beispielprojekten gehören eine Stationsuhr, ein Signalgenerator, der Entwurf eines Transistorverstärkers, der Entwurf eines aktiven Filters, ein Morsezeichen-Übungsgerät, ein Frequenzzähler, ein HF-Meter und vieles mehr. Für jedes Projekt werden das Blockdiagramm, der Schaltplan und der vollständige Python-Quellcode angegeben, einschließlich der vollständigen Beschreibung des Projektes. Neben der umfassenden Behandlung von RTL-SDR für Amateurfunk fasst das Buch auch die Installations- und Gebrauchsanweisungen der folgenden Amateurfunkprogramme zusammen, die Sie auf Ihrem Raspberry Pi ausführen können: TWCLOCK, Klog, Gpredict, FLDIGI, DIRE WOLF, xcwcp, QSSTV, LinPsk, Ham Clock, CHIRP, xastir und CQRLOG.

    € 34,80

    Mitglieder € 27,84

  • Raspberry Pi goes Industry (E - book) - Elektor

    Elektor Digital Raspberry Pi goes Industry (E-book)

    Der Raspberry Pi wurde ursprünglich für die Forschung und Lehre entwickelt. Der kleine Bastler-PC hat jedoch bewiesen, dass er auch in der Industrie vielseitig einsetzbar ist. Aufgrund der zahlreichen Anwendungen des Raspberry Pi in privaten Hobbykellern und Hochschullabors ist er etlichen angehenden Ingenieuren bereits bekannt, daher ist es nicht verwunderlich, dass er schon in unterschiedlichsten industriellen Betrieben zum Einsatz kommt. Im Gegensatz zu vielen anderen PCs, die in der Industrie verwendet werden, bringt der Raspberry Pi einige Vorteile mit sich. Er ist nicht nur kostengünstig, sondern auch einfach in der Anwendung. Dies zeigt sich besonders anhand der benutzerfreundlichen Standard-Software Raspbian, welche sich sehr einfach und ohne viel Zeitaufwand installieren lässt. Besonders einzigartig ist jedoch die große Support-Community, die über soziale Netzwerke für Hilfe bei der Anwendung und Problemlösungen bereitsteht. Mitbegründer des Raspberry Pi, Eben Upton, sieht Chancen für den Raspberry Pi, in der Industrie Fuß zu fassen und so die industrielle Steuerung erheblich zu erleichtern. Dieses Buch bietet eine anschauliche Übersicht über die Möglichkeiten der industriellen Anwendung des Raspberry Pi. Von Sensoren, Blockchain-Technologie, Industrie-Controller über Automatisierung und KI, werden zahlreiche Anwendungsmöglichkeiten für den Raspberry Pi anschaulich erklärt. Außerdem werden unterschiedlichste Tools zur erweiterten Nutzung des Raspberry Pi sowie die verschiedenen Betriebssysteme vorgestellt. Die Möglichkeiten und Grenzen für den Raspberry Pi in der Industrie und konkrete Anwendungsbeispiele liefern ein realistisches Gesamtbild.

    € 24,90

    Mitglieder € 19,92

  • Raspberry Pi Pico (PDF) - Elektor

    Elektor Digital Raspberry Pi Pico (PDF)

    Mehr als 50 Grundlagenprojekte mit MicroPython und dem RP2040-Mikrocontroller Der Raspberry Pi Pico ist eine leistungsstarke Mikrocontroller-Platine, die speziell für das Physical Computing – also hardwarenahe Anwendungen – entwickelt wurde. Der Raspberry Pi Pico kann so programmiert werden, dass er eine einzelne Aufgabe sehr effizient ausführt und ermöglicht so schnelle Steuerungs- und Überwachungsanwendungen in Echtzeit. Der 'Pico', wie wir ihn nennen, basiert auf dem schnellen, effizienten und kostengünstigen Dual-Core ARM Cortex-M0+ RP2040 Mikrocontroller-Chip, der mit bis zu 133 MHz läuft und über 264 KB SRAM und 2 MB Flash-Speicher verfügt. Neben dem großen Speicher hat der Pico noch weitere attraktive Eigenschaften, darunter eine große Anzahl von GPIO-Pins sowie gängige Schnittstellen wie ADC, SPI, I²C, UART und PWM. Als Krönung bietet der Chip schnelle und genaue Timer, eine Hardware-Debug-Schnittstelle und einen internen Temperatursensor. Zur Programmierung lassen sich leicht die gängigen Hochsprachen wie MicroPython oder C/C++ verwenden. Dieses Buch ist eine Einführung in die Verwendung des Pico mit der Programmiersprache MicroPython. In allen Projekten wird die Thonny-Entwicklungsumgebung (IDE) eingesetzt. Über 50 Projekte decken folgende Themen ab: Installation von MicroPython auf dem Raspberry Pi Pico Timer-Interrupts und externe Interrupts Projekte mit Analog-Digital-Wandler (ADC) Verwendung des internen sowie externer Temperatursensoren Datenlogger Projekte zur PWM, UART, I²C-Bus und SPI-Bus Wi-Fi und Bluetooth für die Kommunikation mit Smartphones Projekte mit dem Digital-Analog-Wandler (DAC) Alle in diesem Buch vorgestellten Projekte wurden vollständig getestet und sind funktionsfähig. Es werden keine Programmier- oder Elektronikkenntnisse vorausgesetzt, um sie nachzuvollziehen. Für alle beschriebenen Projekte gibt es kurze Beschreibungen, Blockdiagramme, detaillierte Schaltpläne und vollständige MicroPython-Programmlistings. Die Listings sind auch auf der zum Buch gehörenden Elektor-Webseite zu finden.

    € 32,80

    Mitglieder € 26,24

  • Raspberry Pi Pico for Radio Amateurs (E - book) - Elektor

    Elektor Digital Raspberry Pi Pico for Radio Amateurs (E-book)

    Program and build RPi Pico-based ham station utilities, tools, and instruments Although much classical HF and mobile equipment is still in use by large numbers of amateurs, the use of computers and digital techniques has now become very popular among amateur radio operators. Nowadays, anyone can purchase a €5 Raspberry Pi Pico microcontroller board and develop many amateur radio projects using the “Pico” and some external components. This book is aimed at amateur radio enthusiasts, Electronic Engineering students, and anyone interested in learning to use the Raspberry Pi Pico to shape their electronic projects. The book is suitable for beginners in electronics as well as for those with wide experience. Step-by-step installation of the MicroPython programming environment is described. Some knowledge of the Python programming language is helpful to be able to comprehend and modify the projects given in the book. The book introduces the Raspberry Pi Pico and gives examples of many general-purpose, software-only projects that familiarize the reader with the Python programming language. In addition to the software-only projects tailored to the amateur radio operator, Chapter 6 in particular presents over 36 hardware-based projects for “hams”, including: Station mains power on/off control Radio station clock GPS based station geographical coordinates Radio station temperature and humidity Various waveform generation methods using software and hardware (DDS) Frequency counter Voltmeter / ammeter / ohmmeter / capacitance meter RF meter and RF attenuators Morse code exercisers RadioStation Click board Raspberry Pi Pico based FM radio Using Bluetooth and Wi-Fi with Raspberry Pi Pico Radio station security with RFID Audio amplifier module with rotary encoder volume control Morse decoder Using the FS1000A TX-RX modules to communicate with Arduino

    € 32,95

    Mitglieder € 26,36

  • Raspberry Pi Pico W (E - book) - Elektor

    Elektor Digital Raspberry Pi Pico W (E-Book)

    Program, build, and master 60+ projects with the Wireless RP2040 The Raspberry Pi Pico and Pico W are based on the fast, efficient, and low-cost dual-core ARM Cortex M0+ RP2040 microcontroller chip running at up to 133 MHz and sporting 264 KB of SRAM and 2 MB of Flash memory. Besides spacious memory, the Pico and Pico W offer many GPIO pins, and popular peripheral interface modules like ADC, SPI, I²C, UART, PWM, timing modules, a hardware debug interface, and an internal temperature sensor. The Raspberry Pi Pico W additionally includes an on-board Infineon CYW43439 Bluetooth and Wi-Fi chipset. At the time of writing this book, the Bluetooth firmware was not yet available. Wi-Fi is however fully supported at 2.4 GHz using the 802.11b/g/n protocols. This book is an introduction to using the Raspberry Pi Pico W in conjunction with the MicroPython programming language. The Thonny development environment (IDE) is used in all of the 60+ working and tested projects covering the following topics: Installing the MicroPython on Raspberry Pi Pico using a Raspberry Pi or a PC Timer interrupts and external interrupts Analogue-to-digital converter (ADC) projects Using the internal temperature sensor and external sensor chips Using the internal temperature sensor and external temperature sensor chips Datalogging projects PWM, UART, I²C, and SPI projects Using Bluetooth, WiFi, and apps to communicate with smartphones Digital-to-analogue converter (DAC) projects All projects are tried & tested. They can be implemented on both the Raspberry Pi Pico and Raspberry Pi Pico W, although the Wi-Fi-based subjects will run on the Pico W only. Basic programming and electronics experience are required to follow the projects. Brief descriptions, block diagrams, detailed circuit diagrams, and full MicroPython program listings are given for all projects.

    € 34,95

    Mitglieder € 27,96

  • Red Pitaya for Test and Measurement (E - book) - Elektor

    Elektor Digital Red Pitaya for Test and Measurement (E-book)

    The Red Pitaya (STEMlab) is a credit card-sized, open-source test and measurement board that can be used to replace most measurement instruments used in electronics laboratories. With a single click, the board can transform into a web-based oscilloscope, spectrum analyser, signal generator, LCR meter, Bode plotter, and microcontroller. The Red Pitaya (STEMlab) can replace the many pieces of expensive measurement equipment found at professional research organisations and teaching laboratories. The device, that based on Linux, includes an FPGA, digital signal processing (DSP), dual core ARM Cortex processor, signal acquisition and generation circuitry, micro USB socket, microSD card slot, RJ45 socket for Ethernet connection, and USB socket – all powered from an external mains adaptor. This book is an introduction to electronics. It aims to teach the principles and applications of basic electronics by carrying out real experiments using the Red Pitaya (STEMlab). The book includes many chapters on basic electronics and teaches the theory and use of electronic components including resistors, capacitors, inductors, diodes, transistors, and operational amplifiers in electronic circuits. Many fun and interesting Red Pitaya (STEMlab) experiments are included in the book. The book also makes an introduction to visual programming environment. The book is written for college level and first year university students studying electrical or electronic engineering.

    € 29,95

    Mitglieder € 23,96

  • Regelungstechnik (E - book) - Elektor

    Elektor Digital Regelungstechnik (PDF)

    Die heutige Regelungstechnik hat Verknüpfungspunkte mit fast jedem technischen Gebiet. Ihre Anwendungen reichen von der Elektrotechnik über die Antriebstechnik und den Maschinenbau bis hin zur Verfahrenstechnik. Will man nun die Regelungstechnik anhand der fachlichen Regeln dieser einzelnen Gebiete erklären, so müsste man von einem Regelungstechniker verlangen, jedes Fachgebiet, in dem er Regelungen vornehmen will, fundiert zu beherrschen. Dies ist aber bei dem heutigen Stand der Technik nicht möglich. Bei der Regelung einer Antriebsaufgabe, einer Druck- oder einer Temperaturregelung tauchen Gemeinsamkeiten auf, die man mit einer einheitlichen Vorgehensweise beschreiben kann. Die Grundgesetze der Regelungstechnik gelten in gleicher Weise für alle Regelkreise, ganz unabhängig davon, wie verschieden sie im Einzelnen auch apparativ aufgebaut sein mögen. Dieses Buch richtet sich an den Praktiker, der gründlicher in die Regelungstechnik eindringen möchte, auf ausschweifende theoretische Exkursionen in die Mathematik aber gerne verzichten kann. Worauf es bei der Lösung von Regelungsaufgaben eigentlich ankommt, ist nicht die Kenntnis vieler Formeln und Rechenverfahren, sondern das Erfassen der Zusammenhänge im Regelkreis. Genau diese beschreibt das vorliegende Buch in anschaulicher Form. Parallel zur Theorie wird die Praxis von regelungstechnischen Vorgängen mit den Simulations-Tools WinFACT und Multisim ausführlich erläutert. Hiermit lassen sich sehr einfach Versuche mit regelungstechnischen Modulen und umfangreichen Messinstrumenten simulieren, Fehler aufspüren und Lösungen für die Praxis finden. Nebenbei entsteht so ein fundiertes Grundlagenwissen.

    € 44,80

    Mitglieder € 35,84

Login

Passwort vergessen?

Sie haben noch kein Konto?
Konto erstellen