-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
About WIFI can not connect #7
Comments
Please look at the serial monitor while connected via USB to see if there are any error messages that might help. |
ets Jul 29 2019 12:21:46 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) Brownout detector was triggered ets Jul 29 2019 12:21:46 rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) |
@38293312: Try connecting to the AP "ESP32 Clock" and then head over to http://192.168.4.1 |
Mobile phone and computer cannot connect to the AP "ESP32 Clock" |
Same here,, phone or PC fails to connect wifi. No error messages in terminal. |
Same problem here. Using ESP32 QT Py. Latest Arduino IDE, latest board defs, all libraries updated. Warnings were generated during compiling regarding the use of constexpr char **. Examples: D:\Documents\Arduino\esp32-dali-clock\esp32-dali-clock.ino:142:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] Is it possible that the second warning might keep the config webpage content from being generated? Thanks in advance for any suggestions. Serial Ouput: 19:01:53.789 -> |
I had a similar kind of error in that I could kinda connect to the AP but nothing loaded on 192.168.4.1 so I switched to the ESP32 I am not sure if @bitluni or @marciot are willing to fix this but judging from their recent activity I am leaning more on us just needing to use the older board version. Edit: I know the issue here is the WiFi and not the general video output so maybe it is just a coincidence and indeed a different error that @marciot or anyone else can fix on their own. Though I might add that I indeed had some instability in the video output using the most current board version which was also fixed by going back. |
‘Sounds good! Thanks for sharing! I’ll give it a try.
From: nikilase ***@***.***>
Sent: Tuesday, July 25, 2023 6:30 PM
To: marciot/esp32-dali-clock ***@***.***>
Cc: rubergd ***@***.***>; Comment ***@***.***>
Subject: Re: [marciot/esp32-dali-clock] About WIFI can not connect (Issue #7)
I had a similar kind of error in that I could kinda connect to the AP but nothing loaded on 192.168.4.1 so I switched to the ESP32
Board Version 1.0.6 in the Arduino IDE and it suddenly worked just fine.
I found this bug fix here bitluni/DawnOfAV#9 <bitluni/DawnOfAV#9> and as this project and the one I linked to does use parts of bitluni's ESP32CompositeVideo I guess the bug comes from that project.
I am not sure if bitluni or marciot are willing to fix this but judging from their recent activity I am leaning more on us just needing to use the older board version.
—
Reply to this email directly, view it on GitHub <#7 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAKGOH5LXDOS7JFVJHYTPOLXSBCHJANCNFSM6AAAAAATLWVZDM> .
You are receiving this because you commented. <https://github.com/notifications/beacon/AAKGOH62N4TJ3XS2XAVVMQ3XSBCHJA5CNFSM6AAAAAATLWVZDOWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTCMLVEI.gif> Message ID: ***@***.*** ***@***.***> >
|
I just tested this project on an Adafruit HUZZAH32 Feather today using Arduino IDE 2.2.1 and I had no difficulties at all. |
Thanks, I'll check my updates and give it another try |
Yea, but you need to ensure the esp32 tool chain version is correct. |
I like this project very much. I also bought the ESP32 WROOM-32 development board. The source code is compiled and uploaded to the development board. The TV also shows the time, but when I connect to the "ESP32 DALI CLOCK" WIFI through the mobile phone, it prompts "The network access is denied ". I used the laptop to connect to the WIFI again, but there was no prompt, but it was always in a state of being unable to connect. Please help me, thanks! cheers!
The text was updated successfully, but these errors were encountered: