The ESP32 is a microcontroller with built-in Wi-Fi functionality, and by using the Arduino IDE, you can handle network communication relatively easily. In the previous article, we explained the ...
The ESP32 is a microcontroller with built-in Wi-Fi functionality, making it relatively easy to handle network communications from the Arduino IDE. In this article, we will explain the procedure for ...
SSD1306 driver is Arduino style C/C++ library with unicode support. The library can be compiled for plain Linux (for example, raspberry spi), or you can use it with plain avr-gcc compiler without ...