jellewie / Arduino-Smart-light

A smart 3D printed light clock/lamp, that includes, but is not limited to; WIFI and manual control, Clock mode, multiple animations, and transitions.
Other
7 stars 1 forks source link

SSID broadcast interval #6

Closed jellewie closed 4 years ago

jellewie commented 4 years ago

Check if we can do something about the time-interval of broadcast SSID in Apmode.

jellewie commented 4 years ago

As far as I could find there is no option for it. Still want to do another further dive into the subject, such things do exist fr BLE, and I think the broadcast time it set to low?

jellewie commented 4 years ago

'beacon_interval' in 'AP Basic Configuration' but this does not use the Arduino ESP32 lib code, this is a level lower. the call code is 'esp_wifi_set_config() ' This notes the AP interval defaults it to 100 ms. which is sufficient for this use case, so does not need to be changed

This is also the value the arduino-esp3 uses 'conf.ap.beacon_interval = 100;' which also shows that this is hardcoded