Search found 2 matches

by zachtos
Thu Feb 08, 2024 9:05 pm
Forum: General Discussion
Topic: ESP32 roam behaviour
Replies: 10
Views: 15103

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.
by zachtos
Thu Jun 16, 2022 12:02 am
Forum: ESP-IDF
Topic: serial bluetooth and ESP NOW
Replies: 1
Views: 1704

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 ...

Go to advanced search