Raspberry Pi | Arduino | ESP

97 producten


  • Raspberry Pi programmeren met C

    Raspberry Pi programmeren met C

    Dit boek gaat over de Raspberry Pi, en over het programmeren in C. De programmeertaal C en het besturingssysteem Linux (Raspbian) passen uitstekend bij elkaar. Alles wat we nodig hebben om in C te programmeren wordt meegeleverd met het besturingssysteem van de Raspberry Pi.In dit boek leert u hoe C gebruikt wordt met de Raspberry Pi, en krijgt u een overzicht van de taal.WiringPi is een softwarebibliotheek voor de Raspberry Pi waarmee C hardware-uitbreidingen kan benaderen. Die bibliotheek wordt gebruikt om sensoren uit te lezen en om extra hardware aan te sturen. U gaat experimenteren met LED’s en schakelaars, met motoren, met geluid en met sensoren voor temperatuur, luchtdruk, en luchtvochtigheid.Met een Linux-systeem kunt u een webserver maken, inclusief interactieve websites met PHP en WiringPi. Daarom is ook een beknopt overzicht van HTML en PHP in het boek opgenomen. In de voorbeelden worden sensoren via het web uitgelezen en worden apparaten bestuurd. In het laatste voorbeeld wordt een temperatuurlogger gemaakt. Die meet elk kwartier de temperatuur. Een tabel met de meetwaarden kan via het web worden uitgelezen.Alle voorbeeldprogramma’s kunnen worden gedownload van de website van Elektor.

    € 27,50

    Leden € 24,75

  • Multitasking with Raspberry Pi (E-book)

    Elektor Digital Multitasking with Raspberry Pi (E-book)

    Multitasking and multiprocessing have become a very important topic in microcontroller-based systems, namely in complex commercial, domestic, and industrial automation applications. As the complexity of projects grows, more functionalities are demanded from the projects. Such projects require the use of multiple inter-related tasks running on the same system and sharing the available resources, such as the CPU, memory, and input-output ports. As a result of this, the importance of multitasking operations in microcontroller-based applications has grown steadily over the last few years. Many complex automation projects now make use of some form of a multitasking kernel. This book is project-based and its main aim is to teach the basic features of multitasking using the Python 3 programming language on Raspberry Pi. Many fully tested projects are provided in the book using the multitasking modules of Python. Each project is described fully and in detail. Complete program listings are given for each project. Readers should be able to use the projects as they are, or modify them to suit their own needs. The following Python multitasking modules have been described and used in the projects: Fork Thread Threading Subprocess Multiprocessing The book includes simple multitasking projects such as independently controlling multiple LEDs, to more complex multitasking projects such as on/off temperature control, traffic lights control, 2-digit, and 4-digit 7-segment LED event counter, reaction timer, stepper motor control, keypad based projects, car park controller, and many more. The fundamental multitasking concepts such as process synchronization, process communication, and memory sharing techniques have been described in projects concerning event flags, queues, semaphores, values, and so on.

    € 29,95

    Leden € 23,96

  •  -13% Mastering the Arduino Uno R4 Bundel

    Elektor Bundles Mastering the Arduino Uno R4 Bundel

    Mastering the Arduino Uno R4 Based on the low-cost 8-bit ATmega328P processor, the Arduino Uno R3 board is likely to score as the most popular Arduino family member so far, and this workhorse has been with us for many years. Recently, the new Arduino Uno R4 was released, based on a 48-MHz, 32-bit Cortex-M4 processor with a huge amount of SRAM and flash memory. Additionally, a higher-precision ADC and a new DAC are added to the design. The new board also supports the CAN Bus with an interface. Two versions of the board are available: Uno R4 Minima, and Uno R4 WiFi. This book is about using these new boards to develop many different and interesting projects with just a handful of parts and external modules, which are available as a kit from Elektor. All projects described in the book have been fully tested on the Uno R4 Minima or the Uno R4 WiFi board, as appropriate. The project topics include the reading, control, and driving of many components and modules in the kit as well as on the relevant Uno R4 board, including LEDs 7-segment displays (using timer interrupts) LCDs Sensors RFID Reader 4×4 Keypad Real-time clock (RTC) Joystick 8×8 LED matrix Motors DAC (Digital-to-analog converter) LED matrix WiFi connectivity Serial UART CAN bus Infrared controller and receiver Simulators … all in creative and educational ways with the project operation and associated software explained in great detail. Arduino Uno R4 Minima The Arduino Uno R4 is powered by the Renesas RA4M1 32-bit ARM Cortex-M4 processor, providing a significant boost in processing power, memory, and functionality. The WiFi version comes with an ESP32-S3 WiFi module in addition to the RA4M1, expanding creative opportunities for makers and engineers. The Uno R4 Minima is an affordable option for those who don't need the additional features. The Arduino Uno R4 runs at 48 MHz, which provides a 3x increase over the popular Uno R3. Additionally, SRAM has been upgraded from 2 kB to 32 kB, and flash memory from 32 kB to 256 kB to support more complex projects. Responding to community feedback, the USB port is now USB-C, and the maximum power supply voltage has been raised to 24 V with an enhanced thermal design. The board includes a CAN bus and an SPI port, enabling users to reduce wiring and perform parallel tasks by connecting multiple shields. A 12-bit analog DAC is also provided on the board. Specifications Microcontroller Renesas RA4M1 (ARM Cortex-M4) USB USB-C Programming Port Pins Digital I/O Pins 14 Pins Analog input pins 6 DAC 1 PWM pins 6 Communication UART 1x I²C 1x SPI 1x CAN 1x CAN Bus Power Circuit operating voltage 5 V Input voltage (VIN) 6-24 V DC Current per I/O Pin 8 mA Clock speed Main core 48 MHz Memory RA4M1 256 kB Flash, 32 kB RAM Dimensions 68.9 x 53.4 mm Downloads Datasheet Schematics Deze bundel bevat: Mastering the Arduino Uno R4 (t.w.v. € 35) Arduino Uno R4 Minima (t.w.v. € 20)

    € 54,95€ 47,95

    Leden identiek

  • Raspberry Pi Pico Essentials (E-book)

    Elektor Digital Raspberry Pi Pico Essentials (E-book)

    Program, build, and master over 50 projects with MicroPython and the RP2040 microprocessor The Raspberry Pi Pico is a high-performance microcontroller module designed especially for physical computing. Microcontrollers differ from single-board computers, like the Raspberry Pi 4, in not having an operating system. The Raspberry Pi Pico can be programmed to run a single task very efficiently within real-time control and monitoring applications requiring speed. The ‘Pico’ as we call it, is 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 its large memory, the Pico has even more attractive features including a vast number of GPIO pins, and popular interface modules like ADC, SPI, I²C, UART, and PWM. To cap it all, the chip offers fast and accurate timing modules, a hardware debug interface, and an internal temperature sensor. The Raspberry Pi Pico is easily programmed using popular high-level languages such as MicroPython and or C/C++. This book is an introduction to using the Raspberry Pi Pico microcontroller in conjunction with the MicroPython programming language. The Thonny development environment (IDE) is used in all the projects described. There are over 50 working and tested projects in the book, 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 temperature sensor chips Datalogging projects PWM, UART, I²C, and SPI projects Using Wi-Fi and apps to communicate with smartphones Using Bluetooth and apps to communicate with smartphones Digital-to-analogue converter (DAC) projects All projects given in the book have been fully tested and are working. Only basic programming and electronics experience is required to follow the projects. Brief descriptions, block diagrams, detailed circuit diagrams, and full MicroPython program listings are given for all projects described. Readers can find the program listings on the Elektor web page created to support the book.

    € 29,95

    Leden € 23,96

  • Programming the Raspberry Pi (3rd Edition)

    McGraw Hill Education Programming the Raspberry Pi (3rd Edition)

    Getting Started with Python This fully updated guide shows how to create inventive programs and fun games on your powerful Raspberry Pi--with no programming experience required. Programming the Raspberry Pi, Third Edition addresses physical changes and new setup procedures as well as OS updates to the current version 4. You will discover how to configure hardware and software, write Python scripts, create user-friendly GUIs, and control external electronics. Step-by-step projects include a digital clock prototype and a fully functioning Raspberry Pi robot. Configure your Raspberry Pi and explore its features Start writing and debugging Python programs Use strings, lists, functions, and dictionaries Work with modules, classes, and methods Apply object-oriented development methods Create user-friendly games using Pygame Build intuitive user interfaces with guizero Interface with hardware using the gpiozero library Attach external electronics through the GPIO port Add powerful Web features to your projects

    € 19,95

    Leden € 17,96

  • Logic Analyzers in Practice (E-book)

    Elektor Digital Logic Analyzers in Practice (E-book)

    PC USB Logic Analyzers with Arduino, Raspberry Pi, and Co. Step-by-step instructions guide you through the analysis of modern protocols such as I²C, SPI, UART, RS-232, NeoPixel, WS28xx, HD44780 and 1-Wire protocols. With the help of numerous experimental circuits based on the Raspberry Pi Pico, Arduino Uno and the Bus Pirate, you will learn the practical application of popular USB logic analyzers. All the experimental circuits presented in this book have been fully tested and are fully functional. The necessary program listings are included – no special programming or electronics knowledge is required for these circuits. The programming languages used are MicroPython and C along with the development environments Thonny and Arduino IDE. This book uses several models of flexible and widely available USB logic analyzers and shows the strengths and weaknesses of each price range. You will learn about the criteria that matter for your work and be able to find the right device for you. Whether Arduino, Raspberry Pi or Raspberry Pi Pico, the example circuits shown allow you to get started quickly with protocol analysis and can also serve as a basis for your own experiments. After reading this book, you will be familiar with all the important terms and contexts, conduct your own experiments, analyze protocols independently, culminating in a comprehensive knowledge set of digital signals and protocols.

    € 24,95

    Leden € 19,96

  • Getting Started with Java on the Raspberry Pi (E-book)

    Elektor Digital Getting Started with Java on the Raspberry Pi (E-book)

    Het besturen van fysieke dingen met een paar regels code kan magisch lijken! Aan de slag met Java op de Raspberry Pi biedt een grondige inleiding tot Java, evenals instructies voor de installatie ervan op de Raspberry Pi. U krijgt ook veel tips en trucs om uw vaardigheden als ontwikkelaar te verbeteren. En bovenal biedt het boek eenvoudig te begrijpen voorbeelden over een grote verscheidenheid aan onderwerpen: De magie van bits en bytes en het oplossen van de verwarring van Java gesigneerde waarden met behulp van een LED-getal-display. Mooie gebruikersinterfaces gemaakt met JavaFX zodat je kunt interageren met de hardware. Pi4J-applicaties om verschillende soorten hardware te kunnen besturen, zoals LED's, knoppen, displays, LED-strips, relaisborden en meer. Spring applicaties om via web interfaces te kunnen communiceren met uw RPi. Hoe je een wachtrij opzet zodat je berichten kunt sturen en ontvangen van en naar Arduino boards of andere RPi's. En een heleboel andere inspirerende ideeën en startvoorbeelden die je zullen helpen om je droom doe-het-zelf project te bouwen. Als je nieuw bent in Java, zul je de taal beetje bij beetje leren door de voorbeelden te volgen. Als u een ervaren Java-programmeur bent, kunt u uw kennis uitbreiden en leren om de wereld om u heen te besturen met eenvoudige en goedkope componenten.

    € 29,95

    Leden € 23,96

  • Arduino 8-bit Sound Generation (E-book)

    Elektor Digital Arduino 8-bit Sound Generation (E-book)

    David Cuartielles (1974, Zaragoza, Spanje) is een telecommunicatie-ingenieur. In 2000 ontwikkelde hij de net-art The Wake Interactive, een web-versie van Finnegans Wake, de klassieker van James Joyce, die hem naar K3 leidde, de kunst- en communicatieschool van de Malmö Universiteit, Zweden. Co-auteur van het bekende Arduino-platform voor elektronische prototyping sinds 2005, is David doorgegaan met het ontwikkelen van nieuwe boards en leermiddelen die het toepassingsgebied van Arduino’s uitbreiden. Als onderdeel van zijn outreach-activiteiten, werkt David samen met Elektor door het leveren van didactisch gedreven artikelen. Arduinonext is een initiatief van een team specialisten op het gebied van elektronica en microcontrollers met als doel iedereen te helpen die zich in de wereld van de technologie wil begeven en het bekende Arduino-platform wil gebruiken om de volgende stap in de elektronica te zetten. We streven ernaar om u de nodige kennis en ervaring bij te brengen voor het ontwikkelen van uw eigen elektronica toepassingen, interactie met de omgeving, het meten van fysieke parameters, het verwerken ervan en het uitvoeren van de nodige controle acties. Dit is de eerste titel in de ‘Hands-On’ serie waarin mede-oprichter van het Arduino-platform, David Cuartielles, het programmeren van het board introduceert, en demonstreert hoe je een 8-bit Sound Generator.

    € 4,95

    Leden € 3,96

  • Raspberry Pi Cookbook (4th Edition)

    O'Reilly Media Raspberry Pi Cookbook (4th Edition)

    Software and Hardware, Problems & Solutions If you've started to work with Raspberry Pi, you know that Raspberry Pi's capabilities are continually expanding. The fourth edition of this popular cookbook provides more than 200 hands-on recipes (complete with code) that show you how to run this tiny low-cost computer with Linux, program it with Python, hook it up to sensors and motors, and use it with the internet of things (IoT). This new edition includes new chapters on the Raspberry Pi Pico and machine learning with the Raspberry Pi. These easy-to-use recipes will show you, step-by-step, how to: Set up your Raspberry Pi and connect to a network Work with its Linux-based operating system Program your Raspberry Pi with Python Give your Pi 'eyes' with computer vision Recognize objects from video and sounds using machine learning Control hardware through the GPIO connector Use your Raspberry Pi to run different types of motors Work with switches, keypads, and other digital inputs Use sensors to measure temperature, light, and distance Connect to IoT devices in various ways and automate your home Use the Raspberry Pi Pico microcontroller board with your Raspberry Pi Downloads View/Submit Errata Download Example Code

    € 39,95

    Leden € 35,96

  • The Official Raspberry Pi Beginner's Guide (5th Edition)

    Raspberry Pi Foundation The Official Raspberry Pi Beginner's Guide (5th Edition)

    Fully updated for Raspberry Pi 5 Raspberry Pi is a small, clever, British-built computer that's packed with potential. Made using a desktop-class, energy-efficient processor, Raspberry Pi is designed to help you learn coding, discover how computers work, and build your own amazing things. This book was written to show you just how easy it is to get started. Learn how to: Set up your Raspberry Pi, install its operating system, and start using this fully functional computer. Start coding projects, with step-by-step guides using the Scratch 3, Python, and MicroPython programming languages. Experiment with connecting electronic components, and have fun creating amazing projects. New in the 5th edition: Updated for the latest Raspberry Pi computers: Raspberry Pi 5 and Raspberry Pi Zero 2 W. Covers the latest Raspberry Pi OS. Includes a new chapter on the Raspberry Pi Pico. Downloads GitHub

    € 24,95

    Leden identiek

  • Innovate with Sense HAT for Raspberry Pi (E-book)

    Elektor Digital Innovate with Sense HAT for Raspberry Pi (E-book)

    Ready to explore the world around you? By attaching the Sense HAT to your Raspberry Pi, you can quickly and easily develop a variety of creative applications, useful experiments, and exciting games. The Sense HAT contains several helpful environmental sensors: temperature, humidity, pressure, accelerometer, magnetometer, and gyroscope. Additionally, an 8x8 LED matrix is provided with RGB LEDs, which can be used to display multi-color scrolling or fixed information, such as the sensor data. Use the small onboard joystick for games or applications that require user input. In Innovate with Sense HAT for Raspberry Pi, Dr. Dogan Ibrahim explains how to use the Sense HAT in Raspberry Pi Zero W-based projects. Using simple terms, he details how to incorporate the Sense HAT board in interesting visual and sensor-based projects. You can complete all the projects with other Raspberry Pi models without any modifications. Exploring with Sense HAT for Raspberry Pi includes projects featuring external hardware components in addition to the Sense HAT board. You will learn to connect the Sense HAT board to the Raspberry Pi using jumper wires so that some of the GPIO ports are free to be interfaced to external components, such as to buzzers, relays, LEDs, LCDs, motors, and other sensors. The book includes full program listings and detailed project descriptions. Complete circuit diagrams of the projects using external components are given where necessary. All the projects were developed using the latest version of the Python 3 programming language. You can easily download projects from the book’s web page. Let’s start exploring with Sense HAT.

    € 24,95

    Leden € 19,96

  • The Ultimate Compendium of Sensor Projects (E-book)

    Elektor Digital The Ultimate Compendium of Sensor Projects (E-book)

    Dit boek gaat over het ontwikkelen van projecten met behulp van de sensor-modules met Arduino Uno, Raspberry Pi en ESP32 microcontroller ontwikkelingssystemen. Meer dan 40 verschillende soorten sensoren worden gebruikt in verschillende projecten in het boek. Het boek legt in eenvoudige bewoordingen en met geteste en volledig werkende voorbeeldprojecten uit hoe u de sensoren in uw project kunt gebruiken. De projecten in het boek omvatten het volgende: Helderheid LED's regelen RGB LED's Regenboogkleuren maken Toverstaf stil deuralarm Donker sensor met relais Geheimsleutel Magische lichtbeker Ontdekken van commerciële IR-handsets Televisiekanalen bedienen met IT-sensoren Detector voor schieten op doelwit Schokduurmeting Ultrasoon achteruit inparkeren Geschakelde verlichting door in de handen te klappen Melodie spelen Meten van magnetische veldsterkte Joystick muziekinstrument Lijnvolgen Temperatuurweergave Temperatuur aan/uit-regeling Mobiele telefoon-gebaseerde Wi-Fi projecten Mobiele telefoon-gebaseerde Bluetooth projecten Versturen van gegevens naar de Cloud De projecten zijn georganiseerd met oplopende moeilijkheidsgraden. Lezers worden aangemoedigd de projecten in de gegeven volgorde aan te pakken. Bij Elektor is een speciaal geprepareerde sensorkit verkrijgbaar. Met behulp van deze hardware moet het eenvoudig en leuk zijn om de projecten in dit boek te bouwen.

    € 29,95

    Leden € 23,96

  • Logic Analyzers in Practice

    Logic Analyzers in Practice

    PC USB Logic Analyzers with Arduino, Raspberry Pi, and Co. Step-by-step instructions guide you through the analysis of modern protocols such as I²C, SPI, UART, RS-232, NeoPixel, WS28xx, HD44780 and 1-Wire protocols. With the help of numerous experimental circuits based on the Raspberry Pi Pico, Arduino Uno and the Bus Pirate, you will learn the practical application of popular USB logic analyzers. All the experimental circuits presented in this book have been fully tested and are fully functional. The necessary program listings are included – no special programming or electronics knowledge is required for these circuits. The programming languages used are MicroPython and C along with the development environments Thonny and Arduino IDE. This book uses several models of flexible and widely available USB logic analyzers and shows the strengths and weaknesses of each price range. You will learn about the criteria that matter for your work and be able to find the right device for you. Whether Arduino, Raspberry Pi or Raspberry Pi Pico, the example circuits shown allow you to get started quickly with protocol analysis and can also serve as a basis for your own experiments. After reading this book, you will be familiar with all the important terms and contexts, conduct your own experiments, analyze protocols independently, culminating in a comprehensive knowledge set of digital signals and protocols.

    € 29,95

    Leden € 26,96

  • Raspberry Pi programmeren met C (E-book)

    Elektor Digital Raspberry Pi programmeren met C (E-book)

    Dit boek gaat over de Raspberry Pi, en over het programmeren in C. De programmeertaal C en het besturingssysteem Linux (Raspbian) passen uitstekend bij elkaar. Alles wat we nodig hebben om in C te programmeren wordt meegeleverd met het besturingssysteem van de Raspberry Pi.In dit boek leert u hoe C gebruikt wordt met de Raspberry Pi, en krijgt u een overzicht van de taal.WiringPi is een softwarebibliotheek voor de Raspberry Pi waarmee C hardware-uitbreidingen kan benaderen. Die bibliotheek wordt gebruikt om sensoren uit te lezen en om extra hardware aan te sturen. U gaat experimenteren met LED’s en schakelaars, met motoren, met geluid en met sensoren voor temperatuur, luchtdruk, en luchtvochtigheid.Met een Linux-systeem kunt u een webserver maken, inclusief interactieve websites met PHP en WiringPi. Daarom is ook een beknopt overzicht van HTML en PHP in het boek opgenomen. In de voorbeelden worden sensoren via het web uitgelezen en worden apparaten bestuurd. In het laatste voorbeeld wordt een temperatuurlogger gemaakt. Die meet elk kwartier de temperatuur. Een tabel met de meetwaarden kan via het web worden uitgelezen.Alle voorbeeldprogramma’s kunnen worden gedownload van de website van Elektor.

    € 22,50

    Leden € 18,00

  • Home Automation Projects with Arduino (E-BOOK)

    Elektor Digital Home Automation Projects with Arduino (E-BOOK)

    1 review

    Een Arduino-bord is nu 'het' basisonderdeel geworden in de makersgemeenschap. Niet langer is een introductie in de wereld van microcontrollers voorbehouden aan de expert. Als het gaat om het uitbreiden van de mogelijkheden van het basis Arduino-bord, staat de ontwikkelaar er echter nog steeds grotendeels alleen voor. Als je echt innovatieve projecten wilt bouwen is het vaak nodig om tot op componentniveau te komen. Dit kan veel beginners voor grote problemen stellen. Dat is precies waar dit e-book begint.Dit e-book legt uit hoe een grote verscheidenheid aan praktische projecten kan worden gebouwd met behulp van onderdelen die samen met het Arduino-bord in één kit worden geleverd. Deze kit, genaamd de 'RFID Starter Kit for Arduino' (SKU 17240) is niet alleen beperkt tot RFID toepassingen maar bevat meer dan 30 componenten, apparaten en modules die alle gebieden van de moderne elektronica bestrijken.Naast de meer eenvoudige componenten zoals LED's en weerstanden zijn er ook complexe en geavanceerde modules die gebruik maken van de nieuwste technologie zoals: Een vochtigheidssensor Een veelkleurige LED Een grote LED matrix met 64 lichtpunten Een 4-karakter 7-segment LED display Een infrarood afstandsbediening Een complete LC-display module Een servo Een stappenmotor en besturingsmodule Een complete RFID-leesmodule en beveiligingstagDaarnaast bouw je nauwkeurige digitale thermometers, hygrometers, belichtingsmeters en diverse alarmsystemen. Er zijn ook praktische apparaten en toepassingen zoals een volautomatische regensensor, een geluidsgestuurd afstandsbedieningssysteem, een multifunctioneel weerstation en nog veel meer.Alle beschreven projecten kunnen worden gebouwd met de onderdelen die in het Elektor bouwpakket worden meegeleverd.

    € 24,95

    Leden € 19,96

  • Arduino in Control (3e versie) E-book

    Elektor Digital Arduino in Control (3e versie) E-book

    Physical Computing met het Arduino-platformDit leerboek over het Arduino-platform is uniek en brengt u stap voor stap van beginner tot gevorderde Arduino-gebruiker. Er wordt duidelijk in uitgelegd waarom en waardoor toepassingen werken, ondersteund door gedetailleerde afbeeldingen in kleur. Er is slechts een geringe elektronische basiskennis vereist, omdat de benodigde hardware uitgebreid wordt besproken. Het laatste gedeelte van dit boek bevat een degelijke theoretische verdieping, zodat u een krachtig naslagwerk achter de hand houdt.Er bestond in het Nederlands nog geen lesboek over dit platform. De didactische opbouw is zodanig dat de vereiste abstracte kennis wordt uitgelegd aan de hand van toepasbare en actuele praktijkvoorbeelden. De meeste toepassingen zijn gericht op ‘physical computing’, dat is de interactie tussen sensoren, actoren, elektronica en software. Hierdoor is het boek ook geschikt voor technisch beroepsonderwijs, o.a. voor de richting mechatronica.De opbouw van het boek is als volgt: Algemene introductie microcontrollers. Informatie over het Arduino-platform. Oefeningen met uitleg aan de hand van 21 voorbeelden. Praktijkvoorbeelden met uitleg aan de hand van 5 voorbeelden. Theoretische verdieping van de software en hardware. Praktische elektronicaschema´s. Alle software-voorbeelden in het boek zijn als download beschikbaar.Over de auteur:Marc Friedheim is docent aan de Leidse Instrumentmakers School, een school voor precisietechniek. Hij geeft daar o.a. les in ‘physical computing’. Hier leert hij zijn studenten hoe ze fijnmechanische constructies kunnen besturen en regelen d.m.v. embedded software, een combinatie van elektronica en software.

    € 29,95

    Leden € 23,96

  • Microcontrollers Programmeren (E-book)

    Elektor Digital Microcontrollers Programmeren (E-book)

    In dit boek gebruiken we JAL (Just Another Language) om de PIC-microcontroller te programmeren in 60 oefeningen. JAL is makkelijk in gebruik en is een goede basis om programmeren in andere talen snel te leren. Na het lezen en toepassen van de voorbeelden in dit boek kan iedereen die zich hierin serieus heeft verdiept met behulp van JAL zelf de microcontroller aansturen. Je leert onder meer het programmeren van timers, analoog/digitaal omzetters, comparators, pulsbreedte regeling voor motoren en geluid, LED- en LCD-scherm aansturing, USB-connectie en communicatiemogelijkheden met computers of andere microcontrollers.Ook weet je aan het eind van het boek wat je moet doen om nu nog onbekende mogelijkheden te gaan toepassen. Met deze kennis kan iedereen van beginner tot meer gevorderde zijn creativiteit vorm geven in projecten met microcontrollers.Wil je verder met leren programmeren dan legt dit boek ook een zeer goede basis. Wie goed met JAL overweg kan en zich de gestructureerde wijze van denken heeft aangeleerd, zal de stap naar andere programmeertalen zoals Python, C++ enz. kunnen maken. Ook het programmeren van minicomputers zoals de Raspberry Pi en Arduino zijn mogelijkheden.Om te starten is geen kennis van elektronica nodig. Wie niets weet van elektronica, krijgt overal in het boek de noodzakelijke kennis aangereikt. Alle belangrijke en benodigde informatie staat in de tekst.

    € 29,95

    Leden € 23,96

  • Arduino Compilation (EN) | E-book

    € 9,50

    Leden € 7,60

  • Raspberry Pi Advanced Programming (E-book)

    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.

    € 29,95

    Leden € 23,96

  • Arduino voor gevorderden (E-BOOK)

    Elektor Digital Arduino voor gevorderden (E-BOOK)

    Beginselen van het programmeren Eenvoudige projecten voor beginners Interface- en hardware-uitbreidingen Complexe projecten voor gevorderden Twee zaken hebben in belangrijke mate bijgedragen aan het grote succes van het Arduinoplatform. De eerste is de complete, gebruiksklare processorprint die de kennismaking met dehardware aanzienlijk vergemakkelijkt. En de tweede is de gratis verkrijgbare programmeerinterface, die zonder ingewikkelde installatieprocedures meteen gebruikt kan worden. Eenvoudige projecten voor beginners garanderen snelle resultaten. Het is niet nodig eerst ingewikkelde parameters (processortype of interface-instellingen) te selecteren -- de eerste voorbeeldprogramma's kunnen al na enkele minuten in de Arduino worden geladen en uitgeprobeerd. De Arduino-gebruiker wordt geholpen door een groot aantal software-bibliotheken -- maar deze nog dagelijks groeiende schat aan libraries vormt juist voor de beginner een luxe-probleem: na de eerste eenvoudige voorbeelden is het niet altijd even duidelijk hoe het nu verder moet. Bij de in het internet circulerende projecten ontbreekt het in veel gevallen aan gedetailleerd commentaar en uitleg. Er is geen duidelijk herkenbare leidraad, en eigenlijk is dat ook niet zo vreemd omdat de toepassingen door verschillende mensen voor verschillende doeleinden zijn ontwikkeld. Dat is waar dit boek te hulp komt. Projecten worden op een systematische manier gepresenteerd, waarbij elk project een ander onderwerp belicht. De aanpak is praktijkgericht, maar de noodzakelijke theoretische achtergrond wordt daarbij niet uit het oog verloren. Belangrijke onderwerpen zoals A/D-omzetting, timers en interrupts worden steeds in praktische projecten 'ingebed'. In het boek komen zaken als looplicht-effecten, praktisch bruikbare voltmeters, nauwkeurige digitale thermometers, allerlei soorten klokken, reactietesters en zelfs een muisgestuurde robotkraan aan de orde. En al lezende en doende krijgt de lezer een gedegen inzicht in de achterliggende controllertechnieken.

    € 27,50

    Leden € 22,00

  • Arduino Compilation Mini (EN) | E-book

    Elektor Digital Arduino Compilation Mini (EN) | E-book

    Contents: 3D Pad: Touchless Gesture Control Interface (Jean-Noël Lefebvre) My First Shield :) (Jens Nickel) Arduino is a Tool (Clemens Valens) Arduino Software Development with Atmel Studio (Wolfram Pioch) Arduino Yún (Clemens Valens)

    € 4,95

    Leden € 3,96

  • Raspberry Pi 5 for Radio Amateurs

    Elektor Publishing Raspberry Pi 5 for Radio Amateurs

    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.

    € 34,95

    Leden € 31,46

  • Het officiële Raspberry Pi Handboek (PDF)

    Elektor Digital Het officiële Raspberry Pi Handboek (PDF)

    Van de makers van MagPi, het officiële Raspberry Pi-magazine Ga aan de slag met Raspberry Pi 5, de nieuwste en beste in de Raspberry Pi-microcomputerlijn; leer programmeren en creeren met deze fantastische computer. Daarnaast zijn er nog genoeg dingen die je kunt doen met Raspberry Pi 4, Raspberry Pi Zero 2 W en Raspberry Pi Pico W in dit handboek. Met de nieuwste recensies, tutorials, projectpresentaties, handleidingen en nog veel meer is dit je ultieme bron voor Raspberry Pi! 228 pagina’s Raspberry Pi Alles wat je moet weten over de Raspberry Pi 5 Snelle en praktische gids voor elke Raspberry Pi Beleef serieus plezier met elektronica en de Pico W Inspirerende projecten voor uw volgende bouwidee Leer ?Python door een “handheld” te bouwen Aan de slag met de Raspberry Pi Camera-module Kunstmatige Intelligentie; bouw je eigen GPT Chatbot

    € 22,95

    Leden € 18,36

  • Sensoren aan de Raspberry Pi (E-Book)

    Elektor Digital Sensoren aan de Raspberry Pi (E-Book)

    Dit boek is geschreven voor iedereen die de Raspberry Pi 2 of 3 in combinatie met het nieuwe Windows IoT Core wil gaan gebruiken. De schrijver laat zien hoe dat, in combinatie met Visual Studio en de programmeertaal Visual Basic, in zijn werk gaat. Er is inmiddels een grote verscheidenheid aan kleine sensormodules verkrijgbaar die probleemloos op de RPi 2 of 3 kunnen worden aangesloten - ook wanneer die eigenlijk voor gebruik met een ander systeem (zoals de Arduino) zijn aangeschaft. En dat is maar goed ook: single-board-computers zijn zonder extra periferie voor elektronici tamelijk nutteloos. Ze beschikken weliswaar over rekenkracht en een besturingssysteem, maar kunnen niet of nauwelijks met hun ongeving communiceren. Een computer kan pas met behulp van sensoren en actuatoren (die met behulp van zelfgeschreven software worden aangestuurd) invloed op zijn omgeving uitoefenen (en omgekeerd natuurlijk). Als eerste kennismaking met deze materie wordt in dit boek gebruik gemaakt van de 37 modules tellende sensorkit die ook in de Elektor-shop verkrijgbaar is. In deze populaire kit zijn de diverse sensoren op kleine printjes gemonteerd; pinheaders vereenvoudigen de aansluiting (met draadbruggen of door insteken in een breadboard). De ook voor beginners goed bruikbare modules maken snelle resultaten mogelijk zonder dat men zich al te zeer in de achterliggende elektronica hoeft te verdiepen. De werking en aansluiting van de diverse sensoren wordt gedetailleerd uit de doeken gedaan; dankzij de goed gedocumenteerde Visual Basic-voorbeeldprogramma's staat niets het praktische gebruik in de weg. Onder attachments/downloads (rechts op de pagina) kunnen alle voorbeeldprogramma's gratis worden gedownload. Over de auteur Florian Schäffer: De informaticus Florian Schäffer kan bogen op een jarenlange ervaring, niet alleen als docent maar ook in de praktijk bij het ontwikkelen van hard- en softwareoplossingenvoor voertuigdiagnose, microcontrollers en embedded systemen. Zijn (leer)boeken worden al meer dan 15 jaar door beginners en professionals als betrouwbare bron vaninformatie gebruikt.

    € 20,95

    Leden € 16,76

Login

Wachtwoord vergeten?

Heb je nog geen account?
Maak account aan