-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Description
My new nodeMCU board (purchased March 2018), having no additional wiring other than the USB to a PC, will not respond with any wifi networks upon running a WiFi.scanNetworks call. The board is surrounded by many networks as per the results of my phone sitting next to it. Other sketches developed on the Arduino IDE for serial communications work well, as do sketches on the GPIO pins with sensors, but the WiFi does not work to minimally see networks.
I've tried flashing it, using capacitors for the power supply, grounding some pins, etc. This nodeMCU from HiLetGo with AI-THINKER ESP8266 just won't "see" any networks. Attempting to log into a specific network with WiFi.begin obviously doesn't work either because it doesn't see the network.
Can someone tell me if there is an even more basic test than WiFi.scanNetworks to run to determine if the WiFi portion of this chip is working?