Raspberry Pi

50 producten


  • PID-based Practical Digital Control with Raspberry Pi and Arduino Uno

    PID-based Practical Digital Control with Raspberry Pi and Arduino Uno

    The Arduino Uno is an open-source microcontroller development system encompassing hardware, an Integrated Development Environment (IDE), and a vast number of libraries. It is supported by an enormous community of programmers, electronic engineers, enthusiasts, and academics. The libraries in particular really smooth Arduino programming and reduce programming time. What’s more, the libraries greatly facilitate testing your programs since most come fully tested and working. The Raspberry Pi 4 can be used in many applications such as audio and video media devices. It also works in industrial controllers, robotics, games, and in many domestic and commercial applications. The Raspberry Pi 4 also offers Wi-Fi and Bluetooth capability which makes it great for remote and Internet-based control and monitoring applications. This book is about using both the Raspberry Pi 4 and the Arduino Uno in PID-based automatic control applications. The book starts with basic theory of the control systems and feedback control. Working and tested projects are given for controlling real-life systems using PID controllers. The open-loop step time response, tuning the PID parameters, and the closed-loop time response of the developed systems are discussed together with the block diagrams, circuit diagrams, PID controller algorithms, and the full program listings for both the Raspberry Pi and the Arduino Uno. The projects given in the book aim to teach the theory and applications of PID controllers and can be modified easily as desired for other applications. The projects given for the Raspberry Pi 4 should work with all other models of Raspberry Pi family. The book covers the following topics: Open-loop and closed-loop control systems Analog and digital sensors Transfer functions and continuous-time systems First-order and second-order system time responses Discrete-time digital systems Continuous-time PID controllers Discrete-time PID controllers ON-OFF temperature control with Raspberry Pi and Arduino Uno PID-based temperature control with Raspberry Pi and Arduino Uno PID-based DC motor control with Raspberry Pi and Arduino Uno PID-based water level control with Raspberry Pi and Arduino Uno PID-based LED-LDR brightness control with Raspberry Pi and Arduino Uno

    € 34,95

    Leden € 31,46

  • Raspberry Pi Pico Essentials

    Raspberry Pi Pico Essentials

    1 review

    De Raspberry Pi Pico is een krachtige microcontrollermodule die speciaal ontworpen is voor fysiek computergebruik. Microcontrollers verschillen van single-board computers, zoals de Raspberry Pi 4, doordat ze geen besturingssysteem hebben. De Raspberry Pi Pico kan geprogrammeerd worden om een enkele taak zeer efficiënt uit te voeren binnen real-time regel- en besturingstoepassingen die snelheid vereisen. De 'Pico', zoals we hem noemen, is gebaseerd op de snelle, efficiënte en goedkope dual-core ARM Cortex-M0+ RP2040 microcontroller chip die tot 133 MHz werkt en beschikt over 264 KB SRAM, en 2 MB Flash geheugen. Behalve het grote geheugen heeft de Pico nog meer aantrekkelijke eigenschappen, waaronder een groot aantal GPIO pinnen, en populaire interface modules zoals ADC, SPI, I²C, UART, en PWM. Als klap op de vuurpijl biedt de chip snelle en nauwkeurige timing modules, een hardware debug interface, en een interne temperatuursensor.De Raspberry Pi Pico is gemakkelijk te programmeren met populaire talen op hoog niveau, zoals MicroPython en of C/C++. Dit boek is een inleiding tot het gebruik van de Raspberry Pi Pico microcontroller in combinatie met de programmeertaal MicroPython. De Thonny ontwikkelomgeving (IDE) wordt in alle beschreven projecten gebruikt. Er staan meer dan 50 werkende en geteste projecten in het boek, die de volgende onderwerpen behandelen: MicroPython installeren op Raspberry Pi Pico met behulp van een Raspberry Pi of een PC Timer interrupts en externe interrupts Analoog/Digitaal Converter (ADC) projecten Gebruik van de interne temperatuursensor en externe temperatuursensor chips Datalogging projecten PWM, UART, I²C, en SPI projecten Wi-Fi en apps gebruiken om met smartphones te communiceren Bluetooth en apps gebruiken om met smartphones te communiceren Digitaal/Analoog Converter (DAC) projecten Alle projecten die in het boek vermeld worden zijn volledig getest en werken. Alleen basis ervaring met programmeren en elektronica is nodig om de projecten te volgen. Voor alle beschreven projecten worden korte beschrijvingen, blokschema's, gedetailleerde schakelschema's, en volledige MicroPython programma-overzichten gegeven. Lezers kunnen de programma-overzichten vinden op de Elektor webpagina die ter ondersteuning van het boek werd gemaakt.

    € 34,95

    Leden € 31,46

  • The CAN Bus Companion (+ GRATIS CAN-module)

    The CAN Bus Companion

    Projects with Arduino Uno & Raspberry Pi with Examples for the MCP2515 CAN Bus Interface ModuleThis book details the use of the Arduino Uno and the Raspberry Pi 4 in practical CAN bus based projects. Using either the Arduino Uno or the Raspberry Pi with off-the-shelf CAN bus interface modules considerably ease developing, debugging, and testing CAN bus based projects.This book is written for students, practicing engineers, enthusiasts, and for everyone else wanting to learn more about the CAN bus and its applications. The book assumes that the reader has some knowledge of basic electronics. Knowledge of the C and Python programming languages and programming the Arduino Uno using its IDE and Raspberry Pi will be useful, especially if the reader intends to develop microcontroller-based projects using the CAN bus.The book should be a useful source of reference material for anyone interested in finding answers to questions such as: What bus systems are available for the automotive industry? What are the principles of the CAN bus? How can I create a physical CAN bus? What types of frames (or data packets) are available in a CAN bus system? How can errors be detected in a CAN bus system and how dependable is a CAN bus system? What types of CAN bus controllers exist? How do I use the MCP2515 CAN bus controller? How do I create 2-node Arduino Uno-based CAN bus projects? How do I create 3-node Arduino Uno-based CAN bus projects? How do I set the acceptance masks and acceptance filters? How do I analyze data on the CAN bus? How do I create 2-node Raspberry Pi-based CAN bus projects? How do I create 3-node Raspberry Pi-based CAN bus projects?

    € 29,95

    Leden € 26,96

  • Raspberry Pi Pico W (Boek) + GRATIS Pico W

    Raspberry Pi Pico W (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.

    € 39,95

    Leden identiek

  • PLC Programming with the Raspberry Pi and the OpenPLC Project

    PLC Programming with the Raspberry Pi and the OpenPLC Project

    1 review

    Inleiding in PLC-programmering met OpenPLC, de eerste volledig open-source Programmable Logic Controller op de Raspberry Pi, en Modbus-voorbeelden met Arduino Uno en ESP8266 PLC-programmering is heel gebruikelijk in de industrie en de huisautomatisering. Dit boek beschrijft hoe de Raspberry Pi 4 kan worden gebruikt als een programmeerbare logische controller. Voordat hij u meeneemt in het programmeren, begint de auteur met de software-installatie op de Raspberry Pi en de PLC-editor op de pc, gevolgd door een beschrijving van de hardware. Daarna vindt u interessante voorbeelden in de verschillende programmeertalen die voldoen aan de IEC 61131-3 standaard. In deze handleiding wordt ook in detail uitgelegd hoe u de PLC-editor gebruikt en hoe u de programma's op de Raspberry Pi laadt en uitvoert. Alle IEC-talen worden uitgelegd met voorbeelden, te beginnen met LD (Ladder Diagram) over ST (Structured Control Language) tot SFC (Special Function Chart). Alle voorbeelden kunnen worden gedownload van de website van de auteur. Netwerken krijgt ook grondige aandacht. De Arduino Uno en de ESP8266 worden geprogrammeerd als ModbusRTU of ModbusTCP modules om toegang te krijgen tot externe periferie, het uitlezen van sensoren en het schakelen van elektrische belastingen. I/O schakelingen die voldoen aan de 24 V industriestandaard kunnen ook interessant zijn voor de lezer. Het boek eindigt met een overzicht van commando's voor ST en LD. Na het lezen van het boek zal de lezer in staat zijn om zijn eigen controllers te maken met de Raspberry Pi.

    € 32,95

    Leden € 29,66

  • Raspberry Pi Pico for Radio Amateurs

    Raspberry Pi Pico for Radio Amateurs

    Hoewel veel klassieke HF- en mobiele apparatuur nog steeds in gebruik is bij grote aantallen amateurs, is het gebruik van computers en digitale technieken nu erg populair geworden onder radioamateurs. Tegenwoordig kan iedereen een Raspberry Pi Pico microcontroller board van €5 kopen en veel amateurradioprojecten ontwikkelen met behulp van de 'Pico' en enkele externe componenten. Dit boek is gericht op amateurradioliefhebbers, studenten Elektrotechniek en iedereen die geïnteresseerd is in het leren gebruiken van de Raspberry Pi Pico om hun elektronische projecten vorm te geven. Het boek is zowel geschikt voor beginners in de elektronica als voor degenen met ruime ervaring.De stapsgewijze installatie van de MicroPython-programmeeromgeving wordt beschreven. Enige kennis van de programmeertaal Python is nuttig om de in het boek gegeven projecten te kunnen begrijpen en aanpassen. Het boek introduceert de Raspberry Pi Pico en geeft voorbeelden van veel algemene, software-only projecten die de lezer vertrouwd maken met de Python programmeertaal. Naast de software-only projecten die zijn toegesneden op de radioamateur, presenteert hoofdstuk 6 in het bijzonder meer dan 36 hardwarematige projecten voor 'zendamateurs', waaronder: Station netspanning aan/uit regeling Radio station klok GPS-gebaseerde geografische coördinaten van het station Temperatuur en vochtigheid van het radiostation Verschillende golfvormgeneratiemethoden met behulp van software en hardware (DDS) Frequentieteller Voltmeter / ampèremeter / ohmmeter / capaciteitsmeter RF meter en RF verzwakkers Morse code-oefenaars RadioStation Click bord Raspberry Pi Pico gebaseerde FM-radio Bluetooth en Wi-Fi gebruiken met Raspberry Pi Pico Radio station beveiliging met RFID Audio versterker module met roterende encoder volumeregeling Morse decoder Gebruik van de FS1000A TX-RX modules voor communicatie met Arduino

    € 34,95

    Leden € 31,46

  • Raspberry Pi for Radio Amateurs

    Raspberry Pi for Radio Amateurs

    Although much classical HF and mobile equipment is still in use by many amateurs, the use of computers and digital techniques has now become very popular among amateur radio operators. Nowadays, anyone can purchase a Raspberry Pi computer and run almost all amateur radio software on the ‘RPi’, which is slightly bigger than the size of a credit card. The RTL-SDR devices have become very popular among hams 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, an RPi computer, a USB-baased external audio input-output adapter, and software installed on the Pi. With such a simple setup it is feasible to receive signals from around 24 MHz to over 1.7 GHz. With the addition of a low-cost upconverter device, an RTL-SDR can easily and effectively receive the HF bands. This book is aimed at amateur radio enthusiasts, electronic engineering students, and anyone interested in learning to use the Raspberry Pi to build electronic projects. The book is suitable for the full range of beginners through old hands at ham radio. Step-by-step installation of the operating system is described with many details on the commonly used Linux commands. Some knowledge of the Python programming language is required to understand and modify the projects given in the book. Example projects developed in the book include a station clock, waveform generation, transistor amplifier design, active filter design, Morse code exerciser, frequency counter, RF meter, and more. The block diagram, circuit diagram, and complete Python program listings are given for each project, including the full description of the projects. Besides wide coverage of RTL-SDR for amateur radio, the book also summarizes the installation and use instructions of the following ham radio programs and software tools you can run on your Raspberry Pi: TWCLOCK, Klog, Gpredict, FLDIGI, DIRE WOLF, xcwcp, QSSTV, LinPsk, Ham Clock, CHIRP, xastir, and CQRLOG.

    € 34,95

    Leden € 31,46

  • Learning Python with Raspberry Pi

    Learning Python with Raspberry Pi

    Niet op voorraad

    This book is about teaching the Python programming language using the Raspberry Pi 4 computer. The book makes an introduction to Raspberry Pi 4 and then teaches Python with the topics: variables, strings, arrays, matrices, tuples, lists, dictionaries, user functions, flow of control, printing, keyboard input, graphics, GUI, object oriented programming and many more topics.The book is aimed for beginners, students, practising engineers, hobbyists, and for anyone else who may want to learn to program in Python.The book includes many example programs and case studies. All the example programs and case studies have been tested fully by the author and are all working. The example programs aim to teach the various programming concepts of Python. The case studies cover the use of Python in the analysis and design of electronic circuits. Some of the case study topics are: Resistor colour code identification Resistive potential divider circuits Resistive attenuator design Zener diode voltage regulator design RC and RLC transient circuits Circuit frequency response Saving data on external memory stick Mesh and node circuit analysis using matrices Resonance in RLC circuits Transistor Biasing analysis Transistor amplifier design Design of active filters Interfacing hardware with GPIO, I²C and SPI Using Wi-Fi with Python and TCP/IP and UDP programs Using Bluetooth from Python Full program listings of all the programs used in the book are available at the Elektor website of the book. Readers should be able just to copy and use these programs in their Raspberry Pi projects without any modifications.

    Niet op voorraad

    € 34,95

    Leden € 31,46

  • Machine Learning with Python for PC, Raspberry Pi, and Maixduino

    Machine Learning with Python for PC, Raspberry Pi, and Maixduino

    1 review

    Most people are increasingly confronted with the applications of Artificial Intelligence (AI). Music or video ratings, navigation systems, shopping advice, etc. are based on methods that can be attributed to this field.The term Artificial Intelligence was coined in 1956 at an international conference known as the Dartmouth Summer Research Project. One basic approach was to model the functioning of the human brain and to construct advanced computer systems based on this. Soon it should be clear how the human mind works. Transferring it to a machine was considered only a small step. This notion proved to be a bit too optimistic. Nevertheless, the progress of modern AI, or rather its subspecialty called Machine Learning (ML), can no longer be denied.In this book, several different systems will be used to get to know the methods of machine learning in more detail. In addition to the PC, both the Raspberry Pi and the Maixduino will demonstrate their capabilities in the individual projects. In addition to applications such as object and facial recognition, practical systems such as bottle detectors, person counters, or a “talking eye” will also be created.The latter is capable of acoustically describing objects or faces that are detected automatically. For example, if a vehicle is in the field of view of the connected camera, the information 'I see a car!' is output via electronically generated speech. Such devices are highly interesting examples of how, for example, blind or severely visually impaired people can also benefit from AI systems.

    € 34,95

    Leden € 31,46

  • Raspberry Pi Pico W en un tournemain (+ carte Pico W GRATUITE)

    Raspberry Pi Pico W en un tournemain

    Maîtrise de la puce RP2040 avec plus de 60 projets à réaliser et à programmer Les cartes Raspberry Pi Pico et Pico W sont animées par un microcontrôleur ARM Cortex M0+ RP2040 à double coeur, rapide, efficace et peu coûteux, qui fonctionne jusqu?à 133 MHz et dispose de 264 Ko de SRAM et de 2 Mo de mémoire Flash. Outre une vaste mémoire, le Pico et le Pico W disposent de nombreuses broches GPIO et d?interfaces telles que CA/N, SPI, I²C, UART, MLI, de fonctions de temporisation, d?une interface de débogage matériel et d?un capteur de température interne. La carte Raspberry Pi Pico W comporte en plus une puce CYW43439 Bluetooth et Wi-Fi d?Infineon. Au moment de la rédaction de ce livre, le micrologiciel Bluetooth pour le Pico W n?était pas encore disponible. Le Wi-Fi à 2,4 GHz est toutefois entièrement pris en charge avec les protocoles 802.11b/g/n. Ce livre est une introduction à l?utilisation du Raspberry Pi Pico W avec le langage de programmation MicroPython. Les quelque soixante projets testés et opérationnels sont présentés à l?aide de l?environnement de développement intégré (EDI) Thonny. Les sujets abordés sont nombreux : Installation de MicroPython sur le Raspberry Pi Pico depuis un PC Interruptions de l?horloge et interruptions externes Convertisseur analogique-numérique (CA/N) Capteurs de température interne et externe Capteurs externes (pression, humidité, pouls, à ultrasons) Enregistrement de données MLI, UART, I²C et SPI Bluetooth, Wi-Fi et applis sur smarphone Convertisseur numérique-analogique (CN/A) Tous les projets ont été testés et éprouvés. Ils peuvent être mis en oeuvre sur le Raspberry Pi Pico ainsi que sur le Raspberry Pi Pico W. Toutefois les projets avec une liaison Wi-Fi ne fonctionnent que sur le Pico W. Une petite expérience en programmation et en électronique est nécessaire pour suivre les projets. De brèves descriptions, des schémas fonctionnels, des schémas détaillés du câblage des montages et des listings MicroPython complets sont fournis pour tous les projets.

    € 39,95

    Leden € 35,96

  • Raspberry Pi Full Stack

    Raspberry Pi Full Stack

    Dit boek neemt u mee op een wervelende tour van full-stack web applicatie ontwikkeling met behulp van Raspberry Pi. U leert hoe u een applicatie vanaf de grond kunt opbouwen.U zult ervaring en kennis opdoen van technologieën waaronder: Het Linux-besturingssysteem en de opdrachtregel. De programmeertaal Python. De Raspberry Pi General Purpose Input Output pins (GPIOs). De Nginx webserver. Flask Python microkader voor webtoepassingen. JQuery en CSS voor het maken van gebruikersinterfaces. Omgaan met tijdzones. Creëren van grafieken met Plotly en Google Charts. Gegevensregistratie met Google Sheet. Applets ontwikkelen met IFTTT. Het beveiligen van uw applicatie met SSL. Sms-berichten ontvangen op je telefoon met Twilio. Dit boek leert u ook hoe u een draadloze Arduino sensor node op afstand kunt opzetten en er gegevens van kunt verzamelen. Uw Raspberry Pi web applicatie zal in staat zijn om Arduino node data te verwerken op dezelfde manier als het data verwerkt van zijn onboard sensor.Raspberry Pi Full Stack leert u veel vaardigheden die essentieel zijn voor het bouwen van Web- en Internet of Things-toepassingen.De applicatie die u in dit project zult bouwen, is een platform waarop u kunt uitbreiden. Dit is slechts het begin van wat je kunt doen met een Raspberry Pi en de software en hardware componenten die je zult leren kennen.Dit boek wordt ondersteund door de auteur via een speciale discussieruimte.

    € 39,95

    Leden € 35,96

  • Motor Control – Projects met Arduino & Raspberry Pi

    Motor Control - Projects met Arduino & Raspberry Pi

    Niet op voorraad

    Dit boek gaat over gelijkstroom elektromotoren en hun gebruik in Arduino en Raspberry Pi Zero W gebaseerde projecten. Het boek bevat veel geteste en werkende projecten waarbij elk project de volgende sub-rubrieken heeft: Titel van het project Beschrijving van het project Blok diagram schakelschema Projectassemblage Volledige programmalijst van het project Volledige beschrijving van het programma De projecten in het boek behandelen de standaard gelijkstroommotoren, stappenmotoren, servomotoren, en mobiele robots. Het boek is bedoeld voor studenten, hobbyisten en iedereen die geïnteresseerd is in het ontwikkelen van microcontroller-gebaseerde projecten met behulp van de Arduino Uno of de Raspberry Pi Zero W.Een van de leuke kenmerken van dit boek is dat het complete projecten geeft voor het op afstand besturen van een mobiele robot vanaf een mobiele telefoon, met zowel de Arduino Uno als de Raspberry Pi Zero W ontwikkelborden. Deze projecten zijn ontwikkeld met behulp van zowel Wi-Fi als de Bluetooth connectiviteit met de mobiele telefoon. Lezers moeten in staat zijn om een robot vooruit, achteruit, linksom of rechtsom te laten draaien door eenvoudige commando's te sturen vanaf een mobiele telefoon. De volledige programmalijsten van alle projecten en de gedetailleerde programmabeschrijvingen worden in het boek gegeven. Gebruikers zouden de projecten moeten kunnen gebruiken zoals ze worden gepresenteerd, of ze aan hun eigen behoeften moeten kunnen aanpassen.

    Niet op voorraad

    € 32,95

    Leden € 29,66

  •  -34% 40-pin GPIO Header for Raspberry Pi (color-coded)

    40-pin GPIO Header for Raspberry Pi (color-coded)

    This color-coded pin header is ideal for use with Raspberry Pi. All pins are color-coded with corresponding functions making prototyping and hacking easier. Specifications Suitable for all Raspberry Pi models with GPIO 2 pin rows with 20 pins each 2.54 mm pin spacing (pitch) Pin height: 3 / 6 mm Total height: approx. 11 mm Colors/Functions Orange = 3.3 V Red = 5 V Pink = I²C Purple = UART Blue = SPI Yellow = DNC Green = GPIO Black = GND (Ground)

    € 2,95€ 1,95

    Leden identiek

  •  -57% MIT App Inventor Projects

    MIT App Inventor Projects

    Dit boek gaat over het ontwikkelen van apps voor Android compatibele mobiele apparaten met behulp van de MIT App Inventor online ontwikkelomgeving. MIT App Inventor projecten kunnen zowel in standalone mode zijn of gebruik maken van een externe processor. In standalone mode, draait de ontwikkelde applicatie alleen op het mobiele apparaat (bijv. Android). In externe processor-gebaseerde toepassingen, communiceert het mobiele apparaat met een externe microcontroller-gebaseerde processor, zoals Raspberry Pi, Arduino, ESP8266, ESP32, etc.In dit boek worden vele geteste en volledig werkende projecten gegeven, zowel in standalone mode als met behulp van een externe processor. Volledige ontwerpstappen, blokprogramma's, schakelschema's, QR-codes en volledige programmalijsten worden gegeven voor alle projecten.De in dit boek ontwikkelde projecten omvatten: Het gebruik van de tekst-naar-spraak component Intonen van een ontvangen SMS-bericht Sms-berichten verzenden Telefoongesprekken voeren met behulp van een lijst met contactpersonen GPS gebruiken en onze locatie op een kaart aanwijzen Spraakherkenning en spraakvertaling naar een andere taal Bediening van meerdere relais via spraakopdrachten Projecten voor de Raspberry Pi, ESP32 en Arduino met behulp van Bluetooth en Wi-Fi MIT APP Inventor en Node-RED projecten voor de Raspberry Pi Het boek is uniek in die zin dat het momenteel het enige boek is dat leert hoe je projecten kunt ontwikkelen met behulp van Wi-Fi en Node-RED met MIT App Inventor. Het boek is gericht op studenten, hobbyisten, en iedereen die geïnteresseerd is in het ontwikkelen van apps voor mobiele apparaten.Alle projecten die in dit boek worden gepresenteerd, zijn ontwikkeld met behulp van de visuele programmeertaal MIT App Inventor. Het is niet nodig om tekstgebaseerde programma's te schrijven. Alle projecten zijn compatibel met Android-gebaseerde mobiele apparaten. Volledige programmalijsten voor alle projecten, evenals gedetailleerde programmabeschrijvingen worden in het boek gegeven. Gebruikers zouden in staat moeten zijn om de projecten te gebruiken zoals ze worden gepresenteerd, door ze aan te passen aan hun eigen behoeften.

    € 34,95€ 14,95

    Leden identiek

  • The Raspberry Pi Zero 2 W GO! Book

    The Raspberry Pi Zero 2 W GO! Book

    A Fast-Lane Ride From Concept to ProjectThe core of the book explains the use of the Raspberry Pi Zero 2 W running the Python programming language, always in simple terms and backed by many tested and working example projects. On part of the reader, familiarity with the Python programming language and some experience with one of the Raspberry Pi computers will prove helpful. Although previous electronics experience is not required, some knowledge of basic electronics is beneficial, especially when venturing out to modify the projects for your own applications.Over 30 tested and working hardware-based projects are given in the book, covering the use of Wi-Fi, communication with smartphones and with a Raspberry Pi Pico W computer. Additionally, there are Bluetooth projects including elementary communication with smartphones and with the popular Arduino Uno. Both Wi-Fi and Bluetooth are key features of the Raspberry Pi Zero 2 W.Some of the topics covered in the book are: Raspberry Pi OS installation on an SD card Python program creation and execution on the Raspberry Pi Zero 2 W Software-only examples of Python running on the Raspberry Pi Zero 2 W Hardware-based projects including LCD and Sense HAT interfacing UDP and TCP Wi-Fi based projects for smartphone communication UDP-based project for Raspberry Pi Pico W communication Flask-based webserver project Cloud storage of captured temperature, humidity, and pressure data TFT projects Node-RED projects Interfacing to Alexa MQTT projects Bluetooth-based projects for smartphone and Arduino Uno communications

    € 34,95

    Leden € 31,46

  • 4tronix M.A.R.S. Rover Robot Kit voor Raspberry Pi Zero

    4tronix M.A.R.S. Rover Robot Kit voor Raspberry Pi Zero

    Niet op voorraad

    Geïnspireerd door NASA's Mars rovers Curiosity en Perseverance is de M.A.R.S. Rover van 4tronix een autonoom voertuig dat ontworpen is om op ruw terrein rond te rijden, maar dan op Aarde. Hij heeft dezelfde differentiele arm, tuimelarmen en draaistellen. M.A.R.S. is een acroniem voor 'Mobile Autonomous Robotic System'.Kenmerken 6 Motoren: 80 rpm 6 V, N20 micro-aandrijfmotoren 4 Servo's: MG90S analoge micro-aandrijf servo's met metalen tandwielen 4 FireLEDs Ultrasone afstandssensor op bestuurbare mast Totaal aantal speciale printplaten: 30 Aantal verschillende PCB-ontwerpen: 11 Lengte: 200 mm Breedte: 185 mm Hoogte met mast: 170 mm Gewicht exclusief Raspberry Pi Zero en batterijen: 460 gram Er is een Python-bibliotheekmodule beschikbaar voor de Raspberry Pi Zero waarmee het apparaat gemakkelijk kan worden bediend.Benodigdheden Raspberry Pi Zero 4 oplaadbare AA batterijen Downloads Montage van de 4tronix M.A.R.S. Rover kit Programmeren M.A.R.S. Rover op de Raspberry Pi Zero Codering met behulp van Microsoft Makecode op GitHub

    Niet op voorraad

    € 184,95

    Leden € 166,46

  •  -66% Sensoren aan de Raspberry Pi

    Sensoren aan de Raspberry Pi

    1 review

    Het boek “Sensoren aan de Raspberry Pi” richt zich tot iedereen die zich wil verdiepen in een Raspberry Pi 2 of 3 in combinatie met Windows 10 IoT Core. Dit besturingssysteem biedt samen met een RPi weliswaar veel rekenkracht, maar voor de communicatie met de buitenwereld zijn nog externe modules en sensoren nodig. Daartoe wordt in dit boek gebruik gemaakt van een sensor-kit met 35 modules die nog geen 60 euro kost.Auteur Florian Schäffer begint zijn boek met de introductie van de Raspberry Pi en hij beschrijft welke hardware u nodig hebt om met de RPi te kunnen werken. Dan volgt een eerste kennismaking met Windows 10 IoT Core. Daarna wordt dieper ingegaan op het gebruik van Visual Studio 2015 en worden de eerste programmeervoorbeelden beschreven. Ook wordt uitgelegd hoe een MySQL-databank kan worden aangestuurd via een app en hoe de Rpi2 als webserver kan worden ingezet.In het tweede deel worden de sensoren stuk voor stuk beschreven met hun eigenschappen en worden er veel toepassingsvoorbeelden gegeven. De source-codes van de programma’s zijn als download bij het boek beschikbaar. Tot slot wordt nog aandacht besteed aan het gebruik van druktoetsen en schakelaars, en het werken met digitale uitgangen en analoge ingangen.

    € 29,50€ 9,95

    Leden identiek

  • Argon ONE M.2 Case for Raspberry Pi 4

    Argon ONE M.2 Case for Raspberry Pi 4

    The Argon ONE M.2 Case ups the ante by providing two full-sized HDMI ports, power management modes that allows for automatic booting, built-in IR support with streamlined options for configuration and integrated M.2 SATA SSD support through the USB 3 ports of the Raspberry Pi 4.Argon ONE M.2 Case extended support for M.2 SATA SSDs allows you to maximize the true potential speeds of your Raspberry Pi 4. You will now be able to boot via an M.2 SATA SSD for faster boot times and larger storage capacity compared to the traditional microSD card.Argon ONE M.2 is UASP supported for the Raspberry Pi 4 which means you can maximize the transfer speeds of your M.2 SATA Drive.It is compatible with any M.2 SATA SSD with Key-B and Key B&M.Features M.2 SATA SSD CompatibilityAccepts any size of M.2 SATA SSD with Key-B or Key-B&M UASP Supported for Raspberry Pi 4Maximizes the high speed data transfers for Raspberry Pi 4 Two Full-Sized HDMIImproves the dual-monitor support of the Raspberry Pi 4 for its video input Power Management ModesOffers 2 power management options with automatic booting or “Always ON Mode” Built-in IR SupportProgrammable IR support to the Raspberry Pi with streamlined options. Works out of the box with the Argon ONE Remote. Active CoolingSoftware Programmable 30 mm FAN via the Argon ONE software Passive CoolingAluminum alloy top case acts as a giant heatsink connected to the CPU of the Raspberry Pi 4 Cable ManagementRepositioned all ports to the back of the Raspberry Pi 4 to highlight its sleek and modern design.

    € 64,95

    Leden € 58,46

  • Programming Voice-controlled IoT Applications with Alexa and Raspberry Pi

    Programming Voice-controlled IoT Applications with Alexa and Raspberry Pi

    Learn programming for Alexa devices, extend it to smart home devices and control the Raspberry PiThe 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.

    € 34,95

    Leden € 31,46

  • Multitasking with Raspberry Pi

    Multitasking with Raspberry Pi

    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.

    € 34,95

    Leden € 31,46

  • Explore the Raspberry Pi in 45 Electronics Projects (3rd Edition)

    Explore the Raspberry Pi in 45 Electronics Projects (3rd Edition)

    3rd Edition – Fully updated for Raspberry Pi 4The Raspberry Pi is a very cheap but complete computer system that allows all sorts of electronics parts and extensions to be connected. This book addresses one of the strongest aspects of the Raspberry Pi: the ability to combine hands-on electronics and programming.Combine hands-on electronics and programmingAfter a short introduction to the Raspberry Pi you proceed with installing the required software. The SD card that can be purchased in conjunction with this book contains everything to get started with the Raspberry Pi. At the side of the (optional) Windows PC, software is used which is free for downloading. The book continues with a concise introduction to the Linux operating system, after which you start programming in Bash, Python 3 and Javascript. Although the emphasis is on Python, the coverage is brief and to the point in all cases – just enabling you to grasp the essence of all projects and start adapting them to your requirements. All set, you can carry on with fun projects.The book is ideal for self-studyNo fewer than 45 exciting and compelling projects are discussed and elaborated in detail. From a flashing lights to driving an electromotor; from processing and generating analog signals to a lux meter and a temperature control. We also move to more complex projects like a motor speed controller, a web server with CGI, client-server applications and Xwindows programs.Each project has details of the way it got designed that wayThe process of reading, building, and programming not only provides insight into the Raspberry Pi, Python, and the electronic parts used, but also enables you to modify or extend the projects any way you like. Also, feel free to combine several projects into a larger design.

    € 34,95

    Leden € 31,46

  • DVI Sock for Raspberry Pi Pico

    DVI Sock for Raspberry Pi Pico

    Unlike other Raspberry Pi boards, the Raspberry Pi Pico does not have a built-in video output.However, thanks to programmable IO (PIO) and this Pico DVI Sock, it is possible to add a DVI video output to the Raspberry Pi Pico!The Pico DVI Sock was developed by Luke Wren, a Raspberry Pi engineer, in his spare time. He has published the design online under a CC0 license, so everybody can build the hardware from his provided files.The physical video interface of the Pico DVI Sock is an HDMI connector, but it outputs a DVI signal. Historically, HDMI is a successor to DVI – so DVI signals can be simply transmitted using HDMI. Simple passive adapters allow you to connect HDMI cables to a DVI port.The DVI Sock can be soldered to one end of the Raspberry Pi Pico. Thanks to the castellated edges of the Pico, soldering is very easy. Let your creativity run wild with an additional digital video output on the Pico.Here are some suggestions / possible project ideas: Mini game console based on the Raspberry Pi Pico Output of measurement values on a monitor

    € 7,95

    Leden € 7,16

  • Raspberry Pi 4 OR 5 AND Pico (+ GRATIS Pico WH)

    Raspberry Pi 4 OR 5 AND Pico (+ GRATIS Pico WH)

    Cool Projects for Test, Measurement, and Control The Raspberry Pi has dominated the maker scene for many years. Freely accessible I/O pins have made it one of the most popular processor boards of all time. However, the classic Raspberry Pi has no analog inputs. Direct measurement of analog values is therefore not possible. Consequently, photodiodes, NTCs, Hall sensors, etc. cannot be read directly. In addition, the pins are connected directly to the exposed contacts, i.e. without a driver or protection circuit. This can quickly destroy the central controller and thus the entire Raspberry Pi. These problems can be elegantly solved with the Pico. As a front-end, it can easily handle a wide range of measurement tasks. In addition, the Pico is much cheaper than a classic Raspberry Pi 4 or 5. If a faulty circuit leads to the destruction of the Pico, this is relatively easy to handle. This makes the combination of a classic Raspberry Pi 4 or 5 and the Pico an ideal pair. The book introduces the broad and highly topical field of modern controller technology using the combined force of a Raspberry Pi 4 or 5 and a Raspberry Pi Pico. In addition to a detailed introduction to the operation and functionality of the controller boards themselves, the book also focuses on data acquisition and processing with digital processors. Especially the combination of both systems offers a wide range of interesting possibilities. Some practical projects from the contents: USB between Raspberry Pi 4 or 5 and Pico I²C Communication and Pico as an I²C device Voltmeter and Computer Thermometer Pico W as a Web Server and WLAN Scanner Frequency Meters and Generators OLED Displays on Raspberry Pi 4 or 5 and Pico Energy Saving Monitor Which Astronauts are in Orbit? Mini Monitor for Current Bitcoin Exchange Rate

    € 34,95

    Leden € 31,46

  • The Ultimate Compendium of Sensor Projects

    The Ultimate Compendium of Sensor Projects

    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.

    € 34,95

    Leden € 31,46

Koop een Raspberry Pi

Wat is Raspberry Pi? Waarom heb je een Raspberry Pi board nodig? Wat zijn de voordelen?

Raspberry Pi is een minicomputer of een zogenaamde Single Board Computer (of kortweg SBC) van de Raspberry Pi Foundation uit Cambridge (GB). In een single-board computer zijn alle belangrijke componenten zoals de processor, RAM en GPU op één board gemonteerd.

De foundation publiceerde in 2012 de eerste Raspberry Pi-versie met het idee de informatica als school- en studievak te promoten. Het hoofddoel om dit te bereiken was een verkoopprijs van 35 dollar die voor iedereen betaalbaar moet zijn.

Elektor wilde ook heel graag vroeg interesse wekken voor informatica en elektronica bij scholieren en studenten. Als officiële Raspberry Pi-wederverkoper en tegelijkertijd uitgever van de Nederlandse editie van het officiële Raspberry Pi-tijdschrift "MagPi", heeft Elektor direct persoonlijk contact met de Raspberry Pi-ontwikkelaars in Cambridge en met de eigenlijke intellectuele vader van de Raspberry Pi, Eben Upton. Elektor biedt niet alleen officiële Raspberry Pi-hardware, maar biedt haar klanten ook interessante projecten, recensies, tutorials en specialistische boeken uit de eerste hand. Zo neemt Elektor een bijzondere positie in onder alle Raspberry Pi-dealers.

Ons Raspberry Pi-assortiment

Naast de momenteel beschikbare Raspberry Pi-boards biedt Elektor je officiële Raspberry Pi-accessoires en een selectie zorgvuldig geteste producten van derden (bouwkits, HAT's, voedingen, behuizingen, displays, camera's, boeken en diversen. Ook hebben wij een uitgebreid assortiment RP2040 producten gebaseerd op de RP2040 microcontroller-chip ontwikkeld door de Raspberry Pi Foundation.

Een Raspberry Pi board kopen: wat kun je ermee?

Wat maakt de Raspberry Pi zo speciaal? Deze kleine, volwaardige computer in creditcardformaat heeft de harten van software- en hardwareontwikkelaars over de hele wereld veroverd en vindt zichzelf opnieuw uit met elke nieuwe hardwareversie. Met meer dan 20 miljoen verkochte boards heeft Raspberry Pi de elektronicawereld op zijn kop gezet. Het maakt niet uit of je een beginner of een professionele ontwikkelaar bent, Raspberry Pi is de universele tool voor elke elektronica-technicus! Gebruik de Raspberry Pi voor je eigen ontwikkelingen, bedien er je smart-home producten mee of gebruik hem als mediaspeler in de woonkamer om te streamen. Raspberry Pi slaat op elk gebied een goed figuur. De toepassingsmogelijkheden zijn bijna eindeloos. De gestaag groeiende community ontwikkelt leuke, maar vooral nuttige projecten die gemakkelijk zelf te maken zijn.

Raspberry Pi-accessoires

Het kopen van een Raspberry Pi is slechts de eerste stap. Als officiële Raspberry Pi-reseller biedt Elektor niet alleen de Raspberry Pi, maar ook de nodige accessoires en uitbreidingen om zoveel mogelijk te profiteren van de compacte Raspberry Pi. Bij Elektor vind je voedingen, behuizingen (met of zonder ventilator), kits, sensoren, robots, camera's, displays, boeken, HAT's en andere uitbreidingskaarten om je projecten te helpen realiseren.

Smart Home projecten met Raspberry Pi

Vandaag de dag is een Smart Home een van de meest gebruikte toepassingen voor de Raspberry Pi. De reden hiervoor is logisch want een Smart Home zorgt voor meer comfort in huis én maakt het besparen op energiekosten eenvoudig. Hieronder vind je drie van de meest gebruikte toepassingen van Raspberry Pi in een Smart Home omgeving

Domoticasysteem

De Raspberry Pi kan worden gebruikt om een domotica systeem te bouwen waarmee je automatisch taken kan laten uitvoeren. Je kunt hierbij denken aan het regelen van verlichting, verwarming, entertainment en airconditioning.

Home monitoring

Home monitoring is een systeem dat sensoren gebruikt om metingen te nemen van uw thuisomgeving en deze informatie te verzenden naar een centraal apparaat. Het systeem kan metingen doen van: temperaturen, luchtvochtigheid, lichtintensiteit en beweging. Home monitoring gebruiken om uw thuisomgeving te controleren, waardoor je alarmsystemen, veiligheidscamera's en andere apparaten kunt gebruiken om jouw woning te beveiligen.

Een goed voorbeeld hiervan is wanneer je jouw rolluiken automatisch laat sluiten zodra het te warm dreigt te worden. Zo weer je de warmte in huis eenvoudig.

Slimme schakelaars

Een slimme schakelaar is een apparaat dat wordt gebruikt om elektrische apparaten op afstand in en uit te schakelen. Het is een draadloos apparaat dat is verbonden met uw thuisnetwerk en kan worden bediend met een mobiele app, een afstandsbediening of een spraak assistent.

Een goed voorbeeld van slimme schakelaars gecombineerd met Raspberry Pi is het laten uitschakelen van verlichting wanneer je via Kodi een film kijkt. Je kunt zelfs zover gaan dat wanneer jij de film pauzeert, het licht weer aan gaat.

Koop je Raspberry Pi bij Elektor

Elektor is een officiële wederverkoper die is goedgekeurd door de Raspberry Pi Foundation. Wij verkrijgen de Raspberry Pi uitsluitend rechtstreeks van de fabrikant/ontwikkelaar en niet van een distributeur. Nieuwe producten zijn op de dag van publicatie direct uit voorraad leverbaar. Door het elimineren van de tussenhandel, kunnen we de Raspberry Pi en andere officiële accessoires tegen de laagst mogelijke prijs aanbieden.

Login

Wachtwoord vergeten?

Heb je nog geen account?
Maak account aan