Tutorials

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 →

Folgendes Tutorial zeigt Dir, wie du mit ESP8266 und einem Drehregler deine Philips Hue Lampe dimmen und ein-/ausschalten kannst. Die Auswahl von  Lichtschalter, die es von Philipps Hue gibt ist recht überschaubar. Dank der relativ vielseitigen API von Philips Hue kann man dem aber Abhilfe schaffen. Mit ESP8266 ist das ganze für uns natürlich kein Problem! Einkaufsliste Was Du brauchst für das Testgerät (alles in unserem Shop erhältlich): 1 x ESP8266-12E Entwicklungsboard in der V2 (Breadboardkompatibel)1 x Breadboard1x KY-040 Rotary Encoder (Drehgeber)5x Jumper Kabel (Male-Female)1x Drehreglerknopf Verkabelung Der Drehregler hat insgesamt 5 Pins. Diese verbindest Du mit den Jumperkabel wie folgt: CLK D1 DT D2 SWRead More →