Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reconnecting.... #11

Open
njordan77 opened this issue Oct 13, 2024 · 2 comments
Open

Reconnecting.... #11

njordan77 opened this issue Oct 13, 2024 · 2 comments

Comments

@njordan77
Copy link

I have an ESP32 (LOLIN D32) that seems to reboot every few minutes. its a little annoying. in general the display works fine, but while i do configure via web gui i can change settings and without doing anything i can see in the top middle "reconnecting"....

by doing so it overwrites all my changed settings that have not been saved.

Any idea why the system does reconnects without any reason. im so close to the router, so its about -45dbm, best radio signal possible.

Thanks for your feedback!
Norbert

@foorschtbar
Copy link
Member

looks like crashes/watch dog resets. Connect via USB to computer and check the serial console log

@njordan77
Copy link
Author

i checked, nothing special - except a message i do not understand in terms of why ADC is relevant at all, its not used, not using any LDR. furthermroe, what this has to do with Wifi. But maybe this explains reconnects....

Any idea why i see many of these logs.....

[420073][E][esp32-hal-adc.c:170] __analogRead(): GPIO0: ESP_ERR_TIMEOUT: ADC2 is in use by Wi-Fi. Please see https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html#adc-limitations for more info
[450001][E][esp32-hal-adc.c:170] __analogRead(): GPIO0: ESP_ERR_TIMEOUT: ADC2 is in use by Wi-Fi. Please see https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html#adc-limitations for more info
[450012][E][esp32-hal-adc.c:170] __analogRead(): GPIO0: ESP_ERR_TIMEOUT: ADC2 is in use by Wi-Fi. Please see https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html#adc-limitations for more info
[450032][E][esp32-hal-adc.c:170] __analogRead(): GPIO0: ESP_ERR_TIMEOUT: ADC2 is in use by Wi-Fi. Please see https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html#adc-limitations for more info
[450052][E][esp32-hal-adc.c:170] __analogRead(): GPIO0: ESP_ERR_TIMEOUT: ADC2 is in use by Wi-Fi. Please see https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html#adc-limitations for more info
[450073][E][esp32-hal-adc.c:170] __analogRead(): GPIO0: ESP_ERR_TIMEOUT: ADC2 is in use by Wi-Fi. Please see https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html#adc-limitations for more info
[480001][E][esp32-hal-adc.c:170] __analogRead(): GPIO0: ESP_ERR_TIMEOUT: ADC2 is in use by Wi-Fi. Please see https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html#adc-limitations for more info
[480012][E][esp32-hal-adc.c:170] __analogRead(): GPIO0: ESP_ERR_TIMEOUT: ADC2 is in use by Wi-Fi. Please see https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html#adc-limitations for more info
[480032][E][esp32-hal-adc.c:170] __analogRead(): GPIO0: ESP_ERR_TIMEOUT: ADC2 is in use by Wi-Fi. Please see https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html#adc-limitations for more info
[480052][E][esp32-hal-adc.c:170] __analogRead(): GPIO0: ESP_ERR_TIMEOUT: ADC2 is in use by Wi-Fi. Please see https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html#adc-limitations for more info
[480073][E][esp32-hal-adc.c:170] __analogRead(): GPIO0: ESP_ERR_TIMEOUT: ADC2 is in use by Wi-Fi. Please see https://docs.espressif.com/projects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants