Raspberry Pi vs ESP32
Raspberry Pi, die Plattform für vernetzte Elektronikprojekte, kam 2012 zum ersten Mal auf den Markt. Raspberry Pi bot dem Maker eine komplett neue Welt für seine Projekte. Zu dieser Zeit war in unseren Gegenden vor allem die 2006 entwickelte Plattform von Lego genannt Mindstorms NXT “in”. Mit Raspberry Pi kam eine günstigere Alternative, die offen war und durch die Unterstützung von fast allen Betriebssystemen flexibilität wie nie zuvor bot. Seither ist Raspberry Pi nicht mehr wegzudenken. Seit 2012 wurden insgesamt an drei verschiedenen Typen gearbeitet. Das war der Klassische Raspberry Pi, der Raspberry Pi Zero und die Raspberry Pi Compute Modules (CM). Seither hat sichRead More →
ESP32 mit OLED Display Quick Setup
In diesem Tutorial lernst Du, wie man ein OLED DIsplay mit einem ESP32 Modul betreibt.Read More →
ESP32 Flappybird, or how to serve large websites from ESP32
Serve complex websites or webapps from a ESP32 module, is that even possible? With the ESP32 module you can quickly and easily Encode and decode Base64 strings (what is Base64?). This can be achieved by integrating the external C-class base64.h. Anyone who has ever programmed a web server in Arduino IDE, knows the pain and how ugly the whole thing gets quickly. Let’s look at the following example. This is the HTML-Code to display two buttons. There has to be some solution to program whole webpage stuff outside of Arduino IDE and in the end copy it somehow to the ESP module. The idea isRead More →
ESP32 Flappybird, oder wie man Webseiten ausgibt
Wir zeigen Dir in diesem Tutorial, wie man eine komplette und komplexe Webseite (Flappybird-Spiel) auf ein ESP32 Modul bringen kann.Read More →
GY-NEO6MV2 ESP32 GPS Tutorial
Tutorial wie man ein ESP32 Modul und ein GY-NEO6MV2 GPS-Modul in Betrieb nimmt. MIt Codebeispiel und Bildern.Read More →