-
Notifications
You must be signed in to change notification settings - Fork 50
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
Sync TOD | Failed to obtain time #120
Comments
It may take some time before the clock is synchronized. The message will disappear after some time. |
Hmm, waited for 1 hour and no luck. Encoder works for mute/unmute and preset, though not working for volume control. |
Update: And the radio stopped working. |
Are you sure you have a working NTP timeserver configured?
Port 123 UDP must be open for access (in/out). |
Now lot of different errors there, ie: I will try to change ESP32 and VS1053 for different pieces to see if it is not a hardware error. |
The error means that a gpio pinnumber is undefined, usually -1.Verzonden vanaf mijn Galaxy
-------- Oorspronkelijk bericht --------Van: igor756 ***@***.***> Datum: 01-08-2023 17:21 (GMT+01:00) Aan: Edzelf/ESP32Radio-V2 ***@***.***> Cc: Ed Smallenburg ***@***.***>, Comment ***@***.***> Onderwerp: Re: [Edzelf/ESP32Radio-V2] Sync TOD | Failed to obtain time (Issue #120)
Now lot of different errors there, ie:
E (43750) gpio: gpio_set_level(226): GPIO output gpio_num error
E (43764) gpio: gpio_set_level(226): GPIO output gpio_num error
E (43769) gpio: gpio_set_level(226): GPIO ouGuru Meditation Error: Core 0 panic'ed (Unhandled debug exception).
Debug exception reason: Stack canary watchpoint triggered (Playtask)
...
Backtrace: 0x400925f4:0x3ffdbfc0 0x400907ad:0x3ffdc000 0x4008ec14:0x3ffdc030 0x4008ebc4:0xa5a5a5a5 |<-CORRUPTED
I will try to change ESP32 and VS1053 for different pieces to see if it is not a hardware error.
Thank you for help so far.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
[
{
***@***.***": "http://schema.org",
***@***.***": "EmailMessage",
"potentialAction": {
***@***.***": "ViewAction",
"target": "#120 (comment)",
"url": "#120 (comment)",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
***@***.***": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
Here is what I receive after connecting to power from serial monitor Platformio. Only ESP32 and VS1053B (different PCB from yours) are connected. I am pretty much sure wiring is good. rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) Starting ESP32-radio running on CPU 1 at 240 MHz. E (41068) gpio: gpio_set_level(226): GPIO output gpio_num error Backtrace: 0x4008eb25:0x3ffdc610 0x4008599b:0x3ffdc6e0 0x4008f661:0x3ffdc700 0x4008f7ab:0x3ffdc740 0x40085cf7:0x3ffdc760 0x40085dcd:0x3ffdc790 0x400fffa9:0x3ffdc7b0 0x400ff22f:0x3ffdc7d0 0x400fe7e5:0x3ffdc7f0 0x4008abf1:0x3ffdc810 0x40089a5a:0x3ffdc830 0x40089ae4:0x3ffdc850 0x40089fd1:0x3ffdc880 0x401969d3:0x3ffdc8b0 0x4018e5db:0x3ffdc8d0 0x4018e759:0x3ffdcbe0 0x401a7c85:0x3ffdcc10 0x4012b5d2:0x3ffdcc40 0x4012b66f:0x3ffdcc70 0x400f20e1:0x3ffdccf0 0x400efa0d:0x3ffdcd30 0x400ed48d:0x3ffdcd50 0x400ed550:0x3ffdcd70 0x400ed97c:0x3ffdcd90 0x400d35e5:0x3ffdcdd0 #0 0x4008eb25:0x3ffdc610 in _frxt_setup_switch at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/freertos/port/xtensa/portasm.S:79 ELF file SHA256: 616e7671ae3a569f E (12184) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0 rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) |
And it keeps resetting again and again |
I miss the following settings in the debug logging:
Your pins are probably different, but you should see them in the output. |
Hello, thank you for nice project.
I connected only ESP32 + VS1053B (slightly different PCB design then your).
After uploading default config through web (no change, only wifi) I am receiving following error in serial monitor:
[ 46647][I][main.cpp:4347] gettime(): [main] Sync TOD
[ 51657][W][main.cpp:4350] gettime(): [main] Failed to obtain time!
The sound is OK and I can change radio stations in web.
Can you advise where the problem can be?
Thank you and have a nice day.
The text was updated successfully, but these errors were encountered: