BTT-SD-TF-Cloud-V1.0
BTT-SD-TF-Cloud-V1.0 copied to clipboard
if there is always delay ...Troubleshooting
I had the problem that the Arduino console always says "Delay ..."
I did everything according to instructions on the Internet: -Firmware flashed
- Setup.INI on the SD card -SSID and password in the Setup.ini -Arduio opened, com selected and the RST button pressed on the ESP12S.
from here on I always had the problem that only "Delay ..." was displayed.
The SOLUTION for my problem was to manually enter the command AT+RST into the console. And the ESP12S has already connected and has shown me its IP
How did the blue light behave? I'm trying to diagnose the same problem, and mine is off for some time, then blue slow blinking. Just sending AT+RST on the Arduino console dos not seem to work. :/
The blue light blinks after a while to connect to the router or tries to connect to the router
After connecting, the blue LED was off again and only blinks when the SD card is accessed via the network
Late to the party, but leaving my finding for the next lost traveller:
If the WiFi connection is not established, in my case because I had the wrong casing on the SSID name, the serial output will say nothing, just hang a at "Delay ..." forever. After fixing the SSID and pressing reset it printed it's IP as shown in the documentation.