Suchergebnisse für "esp8266 OR and OR micropython"
-
Elektor Digital ESP8266 and MicroPython (E-book)
Recently, the development of a tiny chip called the ESP8266 has made it possible to interface any type of microcontroller to a Wi-Fi AP. The ESP8266 is a low-cost tiny Wi-Fi chip having fully built-in TCP/IP stack and a 32-bit microcontroller unit. This chip, produced by Shanghai based Chinese manufacturer Espressif System, is IEEE 802.11 b/g/n Wi-Fi compatible with on-chip program and data memory, and general purpose input-output ports. Several manufacturers have incorporated the ESP8266 chip in their hardware products (e.g. ESP-xx, NodeMCU etc) and offer these products as a means of connecting a microcontroller system such as the Android, PIC microcontroller or others to a Wi-Fi. The ESP8266 is a low-power chip and costs only a few Dollars. ESP8266 and MicroPython – Coding Cool Stuff is an introduction to the ESP8266 chip and describes the features of this chip and shows how various firmware and programming languages such as the MicroPython can be uploaded to the chip. The main aim of the book is to teach the readers how to use the MicroPython programming language on ESP8266 based hardware, especially on the NodeMCU. Several interesting and useful projects are given in the e-book (pdf) to show how to use the MicroPython in NodeMCU type ESP8266 hardware: Project “What shall I wear today?”: You will be developing a weather information system using a NodeMCU development board together with a Text-to-Speech processor module. Project “The Temperature and Humidity on the Cloud”: You will be developing a system that will get the ambient temperature and humidity using a sensor and then store this data on the cloud so that it can be accessed from anywhere. Project “Remote Web Based Control”: You will be developing a system that will remotely control two LEDs connected to a NodeMCU development board using an HTTP Web Server application.
€ 29,95
Mitglieder € 23,96
-
Elektor Digital MicroPython für Mikrocontroller (PDF)
Die Programmiersprache „Python“ hat in den letzten Jahren einen enormen Aufschwung erlebt. Nicht zuletzt haben verschiedene Einplatinensysteme wie der Raspberry Pi zu deren Bekanntheitsgrad beigetragen. Aber auch in anderen Gebieten, wie der Künstlichen Intelligenz oder dem Machine Learning, hat Python weite Verbreitung gefunden. Es ist daher naheliegend, Python bzw. die Variante „MicroPython“ auch für den Einsatz in SoCs (Systems on Chip) zu verwenden. Leistungsfähige Controller wie der ESP32 der Firma Espressif Systems bieten eine hervorragende Performance sowie Wi-Fi- und Bluetooth-Funktionalität zu einem günstigen Preis. Mit diesen Eigenschaften wurde die Maker-Szene im Sturm erobert. Im Vergleich zu anderen Controllern weist der ESP32 einen deutlich größeren Flash und SRAM-Speicher, sowie eine wesentlich höhere CPU-Geschwindigkeit auf. Aufgrund dieser Leistungsmerkmale eignet sich der Chip nicht nur für klassische C-Anwendungen, sondern insbesondere auch für die Programmierung mit MicroPython. Das vorliegende Buch führt in die Anwendung der modernen Ein-Chip-Systeme ein. Neben den technischen Hintergründen steht vor allem MicroPython selbst im Vordergrund. Nach der Einführung in die Sprache werden die erlernten Programmierkenntnisse umgehend in die Praxis umgesetzt. Die einzelnen Projekte sind sowohl für den Einsatz im Labor als auch für Alltagsanwendungen geeignet. Neben dem eigentlichen Lerneffekt steht also auch die Freude am Aufbau kompletter und nützlicher Geräte im Vordergrund. Durch die Verwendung von Laborsteckboards können Schaltungen aller Art mit geringem Aufwand realisiert werden, sodass das Austesten der selbstgebauten Geräte zum lehrreichen Vergnügen wird. Durch die verschiedenen Anwendungen wie Wetterstationen, Digitalvoltmeter, Ultraschall-Entfernungsmesser, RFID-Kartenleser oder Funktionsgeneratoren sind die vorgestellten Projekte auch für Praktika oder Fach- und Studienarbeiten in den Naturwissenschaften bzw. im Natur- und Technikunterricht bestens geeignet.
€ 32,80
Mitglieder € 26,24
-
Raspberry Pi Foundation Get Started with MicroPython on Raspberry Pi Pico
In Get Started with MicroPython on Raspberry Pi Pico, you will learn how to use the beginner-friendly language MicroPython to write programs and connect up hardware to make your Raspberry Pi Pico interact with the world around it. Using these skills, you can create your own electro‑mechanical projects, whether for fun or to make your life easier. Microcontrollers, like RP2040 at the heart of Raspberry Pi Pico, are computers stripped back to their bare essentials. You don’t use monitors or keyboards, but program them to take their input from, and send their output to the input/output pins. Using these programmable connections, you can light lights, make noises, send text to screens, and much more. In Get Started with MicroPython on Raspberry Pi Pico, you will learn how to use the beginner-friendly language MicroPython to write programs and connect up hardware to make your Raspberry Pi Pico interact with the world around it. Using these skills, you can create your own electro‑mechanical projects, whether for fun or to make your life easier. The robotic future is here – you just have to build it yourself. We’ll show you how. About the authors Gareth Halfacree is a freelance technology journalist, writer, and former system administrator in the education sector. With a passion for open-source software and hardware, he was an early adopter of the Raspberry Pi platform and has written several publications on its capabilities and flexibility. Ben Everard is a geek who has stumbled into a career that lets him play with new hardware. As the editor of HackSpace magazine, he spends more time than he really should experimenting with the latest (and not-solatest) DIY tech.
€ 19,95€ 9,95
Mitglieder identisch
-
Elektor Digital Das ESP8266-Praxisbuch (E-book)
Der ESP8266 ist ein programmierbares WLAN-Funkmodul mit zahlreichen Schnittstellen wie UART, I²C und SPI. Das Board ist sehr preiswert und bereits für unter 3 Euro verfügbar. Die UART-Schnittstelle sorgt dabei für eine einfache Integration in Mikrocontrollerprojekte. Das ESP8266-Modul kann hervorragend mit dem Arduino zusammenarbeiten und ermöglicht ihm über die serielle Schnittstelle den Zugang zum Netzwerk und Internet. Es existiert eine Implementierung des ESP8266-Moduls in die Arduino-Entwicklungsumgebung. Aber auch als Standalone-Modul kann das ESP8266 eigenständig Programme abarbeiten und mit dem Internet kommunizieren, da es über einen eigenen Mikroprozessor und Speicher auf dem Board verfügt.Mittlerweile existiert auch das Entwickler-Board NodeMCU, auf dem der ESP8266-Chip mit einem USB/Seriell-Adapter versehen wurde. Mit den integrierten Sockelleisten ist ein direkter Einsatz auf üblichen Breadboards möglich. Über den USB-Anschluss wird das Board mit Strom versorgt und kann über eine Software direkt angesprochen werden. Auch das NodeMCU-Board ist sehr preiswert und bereits für unter 5 Euro zu haben.Der Bestseller-Autor Erik Bartmann hat sich ausführlich mit dem ESP8266 und dem NodeMCU beschäftigt. Heraus gekommen ist dabei Das ESP8266-Praxisbuch, in dem er die Leser Schritt für Schritt in die Arbeit mit diesen neuen, preiswerten Bauteilen einführt, mögliche technische Stolpersteine ausführlich behandelt und in zahlreichen Projekten die Praxistauglichkeit – angefangen bei einem selbst gebauten Webserver bis hin zu klugen Relay-Ansteuerung – belegt.
€ 34,80
Mitglieder € 27,84
-
Espressif ESP8266 ESP-01 WiFi-Modul
Das ESP8266 ist ein beeindruckendes, kostengünstiges WiFi-Modul, das sich zum Hinzufügen von WiFi-Funktionalität zu einem bestehenden Mikrocontrollerprojekt über eine serielle UART-Verbindung eignet. Das Modul kann sogar so umprogrammiert werden, dass es als eigenständiges, WiFi-verbundenes Gerät fungiert – einfach mit Strom versorgen! 802.11 b/g/n-Protokoll Wi-Fi Direct (P2P), Soft-AP Integrierter TCP/IP-Protokollstapel Dieses Modul ist ein in sich geschlossenes SOC (System On a Chip), das nicht unbedingt einen Mikrocontroller benötigt, um Ein- und Ausgänge zu manipulieren, wie Sie es normalerweise beispielsweise mit einem Arduino tun würden, da der ESP-01 als kleiner Computer fungiert. So können Sie einem Mikrocontroller Internetzugriff geben, wie es das Wi-Fi-Shield mit dem Arduino tut, oder Sie können den ESP8266 einfach so programmieren, dass er nicht nur Zugriff auf ein Wi-Fi-Netzwerk hat, sondern auch als Mikrocontroller fungiert, was den ESP8266 sehr vielseitig macht.
€ 7,50€ 3,75
Mitglieder identisch
-
Espressif NodeMCU-Mikrocontroller-Board mit ESP8266 und Lua
Hinweis: NodeMCU ist sowohl der Name einer Firmware als auch einer Platine NodeMCU ist eine Open-Source-IoT-Plattform, deren Firmware auf Espressifs SoC Wi-Fi ESP8266 läuft, basierend auf dem ESP8266 nonOS SDK . Die Hardware basiert auf dem ESP-12-Modul. Die Skriptsprache ist Lua , die die Verwendung vieler Open-Source-Projekte wie lua-cjson und spiffs ermöglicht. Merkmale Wi-Fi-Modul – ESP-12E-Modul ähnlich dem ESP-12-Modul, aber mit 6 zusätzlichen GPIOs. USB – Micro-USB-Anschluss für Stromversorgung, Programmierung und Debugging Header – 2x 2,54 mm 15-poliger Header mit Zugriff auf GPIOs, SPI, UART, ADC und Strompins Reset- und Flash-Tasten Stromversorgung: 5 V über Micro-USB-Anschluss Abmessungen: 49 x 24,5 x 13 mm
€ 9,95€ 4,95
Mitglieder identisch
-
Elektor Digital IoT Home Hacks with ESP8266 (E-book)
There are many so-called 'Arduino compatible' platforms on the market. The ESP8266 – in the form of the WeMos D1 Mini Pro – is one that really stands out. This device includes WiFi Internet access and the option of a flash file system using up to 16 MB of external flash memory. Furthermore, there are ample in/output pins (though only one analogue input), PWM, I²C, and one-wire. Needless to say, you are easily able to construct many small IoT devices! This book contains the following builds: A colourful smart home accessory refrigerator controller 230 V power monitor door lock monitor and some further spin-off devices. All builds are documented together with relevant background information for further study. For your convenience, there is a small PCB for most of the designs; you can also use a perf board. You don’t need to be an expert but the minimum recommended essentials include basic experience with a PC, software, and hardware, including the ability to surf the Internet and assemble PCBs. And of course: A handle was kept on development costs. All custom software for the IoT devices and PCB layouts are available for free download from at Elektor.com.
€ 34,95
Mitglieder € 27,96
-
Elektor Digital ESP32 & ESP8266 Kompilation (DE) | E-book
Der ESP8266 von Espressif ist ein Wi-Fi-Mikrochip mit vollem TCP/IP-Stack und Mikrocontroller-Fähigkeit. Es hat mit seinem niedrigen Preis Wellen in der Herstellergemeinschaft geschlagen. Aber viele Entwickler waren unzufrieden mit dem hohen Stromverbrauch von ESP8266. Der ESP32, ausgestattet mit einem ULP (Ultra Low Power) Coprozessor, bietet eine Lösung. Dieses E-Book enthält eine Reihe von Projekten mit ESP32 & ESP8266 sowie ein Interview mit dem CEO von Espressif Teo Swee Ann. Artikel ESP32 für den Einsatz in Geräten der Industrie 4.0 Scrollende Nachrichtenanzeige, 512 LEDs per WLAN mit ESP-12F ansteuern Das vernetzte Treibhaus, IoT-Modellprojekt mit MQTT und Node-RED VFD-Röhren-Uhr mit ESP32, Internet-Zeit auf Vintage-Displays ESP32 stromsparend, die Programmierung des ULP-Coprozessors DCF77-Emulator mit ESP8266, DCF durch Internet-Zeit ersetzen Was steckt hinter dem berühmtem ESP8266? WLAN-Thermostat, flexible und programmierbare Temperatursteuerung Timer für den WLAN-Thermostat, sieben Kanäle mit atomarer Genauigkeit Schweizer Taschenmesser für Mikrocontroller, PlatformIO als universelles Programmier-Tool ESP32 für Power-User, native Programmierung Weather-Display, aktuelle Wetterdaten auf einem LC-Display darstellen GoNotify, ein flexibles IoT-Sensorinterface. Einfach in die Cloud. Der große Bruder des ESP8266, erste Schritte mit dem ESP32 und der Arduino-IDE MicroPython, Python für kleine Systeme RGBDigit Clock, farbenfrohe 7-Segment-Displays zeigen Zeit und Klima USB-Programmieradapter für die ESP-Module von Espressif Heizkesselmonitor mit ESP8266, Haustechnik für die Energiewende WLAN für Mikrocontroller, steuern mit dem ESP8266 Die Rückkehr des WLAN-Controller-Boards, Smartphone steuert IoT-Objekte WLAN kompakt und autonom, oder: Wie man den ESP8266 auch ohne MCU einsetzen kann
€ 9,95
Mitglieder € 7,96
-
Wemos WeMos D1 mini Pro - ESP8266 based WiFi Module
Dieses Mini-WLAN-Board verfügt über 16 MB Flash, einen externen Antennenanschluss und eine integrierte Keramikantenne basierend auf ESP8266EX. Merkmale 11 digitale Ein-/Ausgangspins Interrupt/pwm/I²C/eindrahtig 1 Analogeingang (3,2 V max. Eingang) 16 MB Flash Externer Antennenanschluss Eingebaute Keramikantenne CP2104 USB-TO-UART-IC Spezifikationen Betriebsspannung 3,3 V Digitale I/O-Pins 11 Analoge Eingangspins 1 (3,2 V max.) Taktfrequenz 80/160 MHz Blitz 16 MB Größe 34,2 x 25,6 mm Gewicht 3 g Pin-Konfiguration Stift Funktion ESP8266-Pin RX RXD RXD A0 Analogeingang, max. 3,2 V A0 D0 IO GPIO16 D1 IO, SCL GPIO5 D2 IO, SDA GPIO4 D3 IO, 10-km-Pull-up GPIO0 D4 IO, 10k Pullup, BUILTIN_LED GPIO2 D5 IO, SCK GPIO14 D6 IO, MISO GPIO12 D7 IO, MOSI GPIO13 D8 IO, 10k Pulldown, SS GPIO15 G Boden GND 5V 5 V - 3V3 3,3 V 3,3 V RST Zurücksetzen RST Inbegriffen 1x WeMos D1 mini Pro (basierend auf ESP8266EX) 2x Stiftleiste (kurz) 2x Buchsenleiste (kurz) 2x Buchsenleiste (lang)
€ 14,95€ 7,50
Mitglieder identisch
-
Espressif ESP-12F - ESP8266-basiertes Wi-Fi-Modul
Dieses Wi-Fi-Modul basiert auf dem beliebten ESP8266-Chip. Das Modul ist FCC- und CE-zertifiziert und RoHS-konform. Voll kompatibel mit ESP-12E. 13 GPIO-Pins, 1 Analogeingang, 4 MB Flash-Speicher.
€ 8,95€ 4,50
Mitglieder identisch
-
Elektor Publishing FPGA Programming and Hardware Essentials
Kick off with the MAX1000 and VHDPlus Ready to Master FPGA Programming? In this guide, we’re diving into the world of Field Programmable Gate Arrays (FPGAs) – a configurable integrated circuit that can be programmed after manufacturing. Imagine bringing your ideas to life, from simple projects to complete microcontroller systems! Meet the MAX1000: a compact and budget-friendly FPGA development board packed with features like memory, user LEDs, push-buttons, and flexible I/O ports. It’s the ideal starting point for anyone wanting to learn about FPGAs and Hardware Description Languages (HDLs). In this book, you’ll get hands-on with the VHDPlus programming language – a simpler version of VHDL. We’ll work on practical projects using the MAX1000, helping you gain the skills and confidence to unleash your creativity. Get ready for an exciting journey! You’ll explore a variety of projects that highlight the true power of FPGAs. Let’s turn your ideas into reality and embark on your FPGA adventure – your journey starts now! Exciting Projects You’ll Find in This Book Arduino-Driven BCD to 7-Segment Display Decoder Use an Arduino Uno R4 to supply BCD data to the decoder, counting from 0 to 9 with a one-second delay Multiplexed 4-Digit Event Counter Create an event counter that displays the total count on a 4-digit display, incrementing with each button press PWM Waveform with Fixed Duty Cycle Generate a PWM waveform at 1 kHz with a fixed duty cycle of 50% Ultrasonic Distance Measurement Measure distances using an ultrasonic sensor, displaying the results on a 4-digit 7-segment LED Electronic Lock Build a simple electronic lock using combinational logic gates with push buttons and an LED output Temperature Sensor Monitor ambient temperature with a TMP36 sensor and display the readings on a 7-segment LED Downloads Software
€ 39,95
Mitglieder € 35,96
-
Elektor Digital FPGA Programming and Hardware Essentials (E-book)
Kick off with the MAX1000 and VHDPlus Ready to Master FPGA Programming? In this guide, we’re diving into the world of Field Programmable Gate Arrays (FPGAs) – a configurable integrated circuit that can be programmed after manufacturing. Imagine bringing your ideas to life, from simple projects to complete microcontroller systems! Meet the MAX1000: a compact and budget-friendly FPGA development board packed with features like memory, user LEDs, push-buttons, and flexible I/O ports. It’s the ideal starting point for anyone wanting to learn about FPGAs and Hardware Description Languages (HDLs). In this book, you’ll get hands-on with the VHDPlus programming language – a simpler version of VHDL. We’ll work on practical projects using the MAX1000, helping you gain the skills and confidence to unleash your creativity. Get ready for an exciting journey! You’ll explore a variety of projects that highlight the true power of FPGAs. Let’s turn your ideas into reality and embark on your FPGA adventure – your journey starts now! Exciting Projects You’ll Find in This Book Arduino-Driven BCD to 7-Segment Display Decoder Use an Arduino Uno R4 to supply BCD data to the decoder, counting from 0 to 9 with a one-second delay Multiplexed 4-Digit Event Counter Create an event counter that displays the total count on a 4-digit display, incrementing with each button press PWM Waveform with Fixed Duty Cycle Generate a PWM waveform at 1 kHz with a fixed duty cycle of 50% Ultrasonic Distance Measurement Measure distances using an ultrasonic sensor, displaying the results on a 4-digit 7-segment LED Electronic Lock Build a simple electronic lock using combinational logic gates with push buttons and an LED output Temperature Sensor Monitor ambient temperature with a TMP36 sensor and display the readings on a 7-segment LED Downloads Software
€ 32,95
Mitglieder € 26,36