esp32 problem with WiFiClient
Posted: Thu Dec 19, 2024 8:24 pm
Code: Untitled.txt Select all
Code: Untitled.txt Select all
In recent years I have experimented ESPNOW with esp8266 and esp32 boards to manage automatic sequences of commands to relays and switches for h0 railways. All ok.
Recently I have returned to experiment with AP and STA wifi configurations. I purchased liolin (WEMOS) D1 mini, ESP32S3 boards and with every type of board I encounter this problem. If I load the Arduino WiFiAccessPoint IDE example, everything is ok and the scan shows me the issd if instead I load WiFiClient example the scan does not find the issd. In fact the board cannot connect and the debug signals in loop:.
......scandone
no your-ssid found, reconnect after 1s
wifi evt: 1
STA disconnect: 201
reconnect
......scandone
no your-ssid found, reconnect after 1s
wifi evt: 1
STA disconnect: 201
A few years ago I had not encountered the problem. What has changed?
I have NOT found any suggestions or explanations of the problem online. Thanks!