ESP8266 Wemos D1 board has extension shield TB6612FNG which provides a connection to two motors. The simplest way to get motors running is to connect […] Read More
Tag: ESP8266
In the previous article, I’ve described how to generate custom font for OLED display like SD1306. Meanwhile, I’ve discovered that number eight and number zero […] Read More
Small OLED displays can easily extend the functionality of ESP8266. I made an experiment with 128×64 OLED display from Com-Four. The first challenge was how to […] Read More
I’ve described how to send server load as a number to MQTT in the previous article. The number could be then translated via Node-RED to […] Read More
Thanks to PlatformIO it is very easy to add further functionality from libraries to the code for ESP8266. When you need to install library, just […] Read More