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.
Das Buch „Node-RED and Raspberry Pi Pico W“ beschreibt auf 527 Seiten die Node-RED-Programmierumgebung sehr detailliert mit spannenden Anwendungen. Nur bei Elektor erhält das Buch solide Hardware-Unterstützung in Form des beliebten SunFounder Kepler Kits mit über 450 Bauteilen einschließlich eines Raspberry Pico W Boards. Mit diesem Bundle lassen sich die meisten im Buch enthaltenen Experimente und Programmierübungen erfolgreich durchführen.
Dieses Bundle enthält:
Buch: Node-Red and the Raspberry Pi Pico W (Einzelpreis: 50 €)
SunFounder Kepler Kit für Raspberry Pi Pico W (Einzelpreis: 70 €)
Buch: Node-RED and Raspberry Pi Pico W
From basics to flows for sensors, automation, motors, MQTT, and cloud services
This book is a learning guide and a reference. Use it to learn Node-RED, Raspberry Pi Pico W, and MicroPython, and add these state-of-the-art tools to your technology toolkit. It will introduce you to virtual machines, Docker, and MySQL in support of IoT projects based on Node-RED and the Raspberry Pi Pico W.
This book combines several elements into a platform that powers the development of modern Internet of Things applications. These elements are a flow-based server, a WiFi-enabled microcontroller, a high-level programming language, and a deployment technology. Combining these elements gives you the tools you need to create automation systems at any scale. From home automation to industrial automation, this book will help you get started.
Node-RED is an open-source flow-based development tool that makes it easy to wire together devices, APIs, and online services. Drag and drop nodes to create a flowchart that turns on your lights at sunset or sends you an email when a sensor detects movement. Raspberry Pi Pico W is a version of the Raspberry Pi Pico with added 802.11n Wi-Fi capability. It is an ideal device for physical computing tasks and an excellent match to the Node-RED.
Quick book facts
Project-based learning approach.
Assumes no prior knowledge of flow-based programming tools.
Learn to use essential infrastructure tools in your projects, such as virtual machines, Docker, MySQL and useful web APIs such as Google Sheets and OpenWeatherMap.
Dozens of mini-projects supported by photographs, wiring schematics, and source code. Get these from the book GitHub repository.
Step-by-step instructions on everything.
All experiments are based on the Raspberry Pi Pico W. A Wi-Fi network is required for all projects.
Downloads
GitHub
SunFounder Kepler Kit für Raspberry Pi Pico W
Ihr Einstieg in die IoT- und Mikrocontroller-Programmierung
Mit über 450 Komponenten und 117 Online-Projekten beflügelt dieses umfassende Kit Ihre Kreativität. Die Tutorials von Paul McWhorter machen das Lernen sowohl für Anfänger als auch für Fortgeschrittene angenehm. Dieses Kit unterstützt MicroPython, C/C++ und Piper Make und bietet vielfältige Programmieroptionen.
Entdecken Sie Sensoren, Aktoren, LEDs und LCDs für endlose Projektmöglichkeiten. Von der Heimautomation bis zur Robotik unterstützt dieses Kit Ihre technische Reise.
Features
IoT-Starterkit für Anfänger: Dieses Kit bietet eine reichhaltige IoT-Lernerfahrung für Anfänger. Mit über 450 Komponenten, 117 Projekten und von Experten geleiteten Videolektionen macht dieses Kit das Erlernen der Mikrocontroller-Programmierung und des IoT ansprechend und leicht zugänglich.
Von Experten geleitete Video-Lektionen: Das Kit enthält 27 Video-Tutorials des renommierten Pädagogen Paul McWhorter. Sein engagierter Stil vereinfacht komplexe Konzepte und sorgt so für ein effektives Lernerlebnis in der Mikrocontroller-Programmierung.
Große Auswahl an Hardware: Das Kit enthält eine Vielzahl von Komponenten wie Sensoren, Aktoren, LEDs, LCDs und mehr, sodass Sie mit dem Raspberry Pi Pico W experimentieren und eine Vielzahl von Projekten erstellen können.
Unterstützt mehrere Sprachen: Das Kit bietet Vielseitigkeit mit Unterstützung für drei Programmiersprachen – MicroPython, C/C++ und Piper Make – und bietet so ein abwechslungsreiches Programmier-Lernerlebnis.
Dedizierter Support: Profitieren Sie von unserer fortlaufenden Unterstützung, einschließlich eines Community-Forums und zeitnaher technischer Hilfe für ein nahtloses Lernerlebnis.
Lieferumfang
Raspberry Pi Pico W
Breadboard
Überbrückungsdrähte
Widerstand
Transistor
Kondensator
Diode
Li-Po-Lademodul
74HC595
TA6586 – Motortreiberchip
LED
RGB-LED
LED-Balkendiagramm
7-Segment-Anzeige
4-stellige 7-Segment-Anzeige
LED-Punktmatrix
I²C LCD1602
WS2812 RGB 8 LED-Streifen
Summer
Gleichstrommotor
Servo
DC-Wasserpumpe
Relais
Schaltfläche
Mikroschalter
Schiebeschalter
Potentiometer
Infrarotempfänger
Joystick-Modul
4x4-Tastatur
MPR121-Modul
MFRC522-Modul
Fotowiderstand
Thermistor
Neigungsschalter
Reed-Schalter
PIR-Bewegungssensormodul
Wasserstandsensormodul
Ultraschallmodul
DHT11 Feuchtigkeitssensor
MPU6050-Modul
Dokumentation
Online-Tutorial
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.
From basics to flows for sensors, automation, motors, MQTT, and cloud services
This book is a learning guide and a reference. Use it to learn Node-RED, Raspberry Pi Pico W, and MicroPython, and add these state-of-the-art tools to your technology toolkit. It will introduce you to virtual machines, Docker, and MySQL in support of IoT projects based on Node-RED and the Raspberry Pi Pico W.
This book combines several elements into a platform that powers the development of modern Internet of Things applications. These elements are a flow-based server, a WiFi-enabled microcontroller, a high-level programming language, and a deployment technology. Combining these elements gives you the tools you need to create automation systems at any scale. From home automation to industrial automation, this book will help you get started.
Node-RED is an open-source flow-based development tool that makes it easy to wire together devices, APIs, and online services. Drag and drop nodes to create a flowchart that turns on your lights at sunset or sends you an email when a sensor detects movement. Raspberry Pi Pico W is a version of the Raspberry Pi Pico with added 802.11n Wi-Fi capability. It is an ideal device for physical computing tasks and an excellent match to the Node-RED.
Quick book facts
Project-based learning approach.
Assumes no prior knowledge of flow-based programming tools.
Learn to use essential infrastructure tools in your projects, such as virtual machines, Docker, MySQL and useful web APIs such as Google Sheets and OpenWeatherMap.
Dozens of mini-projects supported by photographs, wiring schematics, and source code. Get these from the book GitHub repository.
Step-by-step instructions on everything.
All experiments are based on the Raspberry Pi Pico W. A Wi-Fi network is required for all projects.
Hardware (including the Raspberry Pi Pico W) is available as a kit.
Downloads
GitHub
From basics to flows for sensors, automation, motors, MQTT, and cloud services
This book is a learning guide and a reference. Use it to learn Node-RED, Raspberry Pi Pico W, and MicroPython, and add these state-of-the-art tools to your technology toolkit. It will introduce you to virtual machines, Docker, and MySQL in support of IoT projects based on Node-RED and the Raspberry Pi Pico W.
This book combines several elements into a platform that powers the development of modern Internet of Things applications. These elements are a flow-based server, a WiFi-enabled microcontroller, a high-level programming language, and a deployment technology. Combining these elements gives you the tools you need to create automation systems at any scale. From home automation to industrial automation, this book will help you get started.
Node-RED is an open-source flow-based development tool that makes it easy to wire together devices, APIs, and online services. Drag and drop nodes to create a flowchart that turns on your lights at sunset or sends you an email when a sensor detects movement. Raspberry Pi Pico W is a version of the Raspberry Pi Pico with added 802.11n Wi-Fi capability. It is an ideal device for physical computing tasks and an excellent match to the Node-RED.
Quick book facts
Project-based learning approach.
Assumes no prior knowledge of flow-based programming tools.
Learn to use essential infrastructure tools in your projects, such as virtual machines, Docker, MySQL and useful web APIs such as Google Sheets and OpenWeatherMap.
Dozens of mini-projects supported by photographs, wiring schematics, and source code. Get these from the book GitHub repository.
Step-by-step instructions on everything.
All experiments are based on the Raspberry Pi Pico W. A Wi-Fi network is required for all projects.
Hardware (including the Raspberry Pi Pico W) is available as a kit.
Downloads
GitHub
Die offizielle Raspberry Pi-Tastatur und der Hub sind Standard-FR-Tastaturen mit drei zusätzlichen USB 2.0-Anschlüssen vom Typ A zur Stromversorgung anderer Peripheriegeräte. Die Tastatur ist in verschiedenen Sprachen/Länderoptionen erhältlich, wie unten beschrieben.
FR-Tastatur (AZERTY)
Drei USB 2.0 Typ A-Anschlüsse zur Stromversorgung anderer Peripheriegeräte
Automatische Erkennung der Tastatursprache
USB Typ A auf Micro USB Typ B Kabel im Lieferumfang enthalten für den Anschluss an einen kompatiblen Computer
Ergonomisches Design für komfortable Nutzung
Kompatibel mit allen Raspberry Pi-Produkten
Die offizielle Raspberry Pi-Maus ist eine optische Maus mit drei Tasten, die über einen USB-Typ A-Anschluss entweder an einen der USB-Ports der Tastatur oder direkt an einen kompatiblen Computer angeschlossen wird.
Optische Maus mit drei Tasten
Scroll wheel
USB-Anschluss Typ A
Ergonomisches Design für komfortablen Gebrauch
Kompatibel mit allen Raspberry Pi Produkten
Bei der offiziellen Raspberry Pi-Tastatur und dem Hub handelt es sich um eine deutsche Standardtastatur mit 79 Tasten, die über drei zusätzliche USB-A 2.0 Anschlüsse verfügt, um andere Peripheriegeräte zu betreiben.
79-Tasten DE-Tastatur
3x USB-A 2.0 für die Stromversorgung anderer Peripheriegeräte
Automatische Erkennung der Tastatursprache
Inklusive USB-A auf Micro-USB-B Kabel für den Anschluss an kompatible Computer
Ergonomisches Design für komfortable Nutzung
Kompatibel mit allen Raspberry Pi Produkten
Bei der offiziellen Tastatur und dem Hub des Raspberry Pi handelt es sich um eine standardmäßige US-Tastatur mit 78 Tasten, die über drei zusätzliche USB 2.0-Anschlüsse vom Typ A verfügt, um andere Peripheriegeräte mit Strom zu versorgen. Die Tastatur ist in verschiedenen Sprach-/Länderoptionen verfügbar, wie unten beschrieben.
US-Tastatur mit 78 Tasten
Drei USB 2.0 Typ-A-Anschlüsse zur Stromversorgung anderer Peripheriegeräte
Automatische Erkennung der Tastatursprache
USB-Typ-A-zu-Micro-USB-Typ-B-Kabel zum Anschluss an einen kompatiblen Computer im Lieferumfang enthalten
Ergonomisches Design für komfortable Nutzung
Kompatibel mit allen Raspberry Pi-Produkten
Das Raspberry Pi A+ Gehäuse wurde so konzipiert, dass es sowohl für den Pi 3 Model A+ als auch für den Pi 1 Model A+ passt.
Die hochwertige ABS-Konstruktion besteht aus zwei Teilen. Die Basis verfügt über Aussparungen für den Zugriff auf die microSD-Karte und die HDMI-, Audio/Video- und USB-Anschlüsse sowie den Stromanschluss.
Offizielles Gehäuse für Raspberry Pi 3 B(+), 2 und B+ (weiß/rot)
High-quality ABS construction
Removable side panels and lid for easy access to GPIO, camera and display connectors
Light pipes for power and activity LEDs
Extraordinarily handsome
Colour: White/red