Use the ESP8266-NodeMCU development board to display my QQ avatar
Hey, I’m back as I promised to write the esp8266 development board firmware myself. I made a promise 20 years ago, and today I came back to fulfill my wish ESP8266 serial WiFi module - WiFi killer Today we also connected the OLED display. The one I bought this time is a 4-pin OLED (128*64), which does not support color display. NodeMCU Development Board NodeMCU is an open source IoT hardware development board. Because it supports WIFI function and its usage is very similar to the Arduino development board, it has gained the favor of more and more maker friends from all over the world in recent years. NodeMCU is similar in size to Arduino Nano. It is not developed by the Arduino team, but we can also use the Arduino IDE to develop it. ...