Search found 2 matches
- Thu Feb 08, 2024 9:05 pm
- Forum: General Discussion
- Topic: ESP32 roam behaviour
- Replies: 10
- Views: 12765
Re: ESP32 roam behaviour
I'm in the same boat, really need a seamless way to transition ESP32 (ESP32s3 for me) to a different BSSID with same SSID when signal is low. Losing data while scanning / reconnecting is a DO NOT PUT INTO PRODUCTION issue for us.
- Thu Jun 16, 2022 12:02 am
- Forum: ESP-IDF
- Topic: serial bluetooth and ESP NOW
- Replies: 1
- Views: 1333
serial bluetooth and ESP NOW
I am not able to get ESP NOW to function properly while using the built in serial bluetooth library. char *pin = "123";//"R069D"; //<- standard pin would be provided by default SerialBT.begin("abc");//, false); SerialBT.setPin(pin); esp_err_t err; WiFi.mode(WIFI_STA); err = esp_now_init(); if (err !...