Weather widget built by ESP32

This project is display weather information and time on OLED. To get weather information and time, we use NTP client and open weather API. I made 4 frames to display all information. the first frame is to display date and time.the second frame is display city, weather icon and weather description.the third frame is to …

Continue reading Weather widget built by ESP32

wifi remote control car built by ESP32

This project controls car via wifi by ESP32. After I searched many tutorials on internet, most of them control car by pressing buttons on web server. I would like control car with sliders. Therefore, I plan to build a wifi car with web socket.  car To build the car, I just put blocks together. Then, …

Continue reading wifi remote control car built by ESP32