hardware used:
- NodeMCU V3
- Adafruit OLED Display 128x64 px
- Breadboards
the nodemcu makes use of wifi and i2c/display driver
it will scan for wifi networks and prints out information via serial connection and on display
hint: i read, that the order is based on signal strength. but that does not seem to be true
https://randomnerdtutorials.com/esp8266-pinout-reference-gpios/ Section: ESP8266 12-E NodeMCU Kit
Display | Pin Label | Pin Description |
---|---|---|
VCC | 3V | 3.3V |
GND | G | GND |
SCL | D1 | GPIO5 |
SDA | D2 | GPIO4 |