-
Notifications
You must be signed in to change notification settings - Fork 11
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
ESP32-S3 1.69" Strange Noise #37
Comments
Hi. It could be that the layout of the 1.69" is not quite as good as the others. I didn't notice any noise myself when I used it. What type of power supply are you using? Could you perhaps try a different type to see if its any better? It might be better than a phone charger, but it is hard to say. |
I am using this USB PD decoy unit. Without display and 1.69“ use this unit to get 5V. 4.3” use 9V. Only 1.69” has a faint buzz sound from ESP32, but it does not seem to be a problem for use. |
Another option could be to use 9V power direct to the Tonex (the power input on top of the Tonex itself.) NOTE: don't connect 9v to the USB power input! |
https://youtube.com/shorts/1JZXlVNk4bw?si=N0etx7DDzpDIz8EH The same symptoms were observed when 9V was supplied directly. |
Ah OK, so its not noise from the Tonex analog side. Does your PCB has a little "V2" sticker on the USB port? |
Thanks for the response! |
https://youtube.com/shorts/SbI3Y8s_CUA?si=sv4wdAspeEFTMUNn |
Yeah sorry. I need to make sure I test every release, even if its very very small. Im am working on this. I need to detect the chip type and only initialise that pin for the ESP32-S3R8, but not for the new ESP32-S3FH4R2. |
I always appreciate your prompt response! |
V1.0.4.2_Waveshare_1_69 worked. |
OK thanks. Same chip as mine. I will keep investigating. |
I think I understand this now. So both V1 and V2 actually do use the same chip, the R8 as our photos show. The R8 has 8MB Octal PSRAM in-package. On V1 Waveshare put the buzzer on GPIO33, which conflicts with the in-package PSRAM. In my case, I need the PSRAM for the app to function. On V2 (which I have) that's fine, but it seems like yours is a V1, and the PSRAM access is causing the buzzer to activate. I can't disable PSRAM, and I can't turn off GPIO33 (or that breaks the PSRAM and it reboots with a watchdog error, as we saw.) I am going to contact Waveshare to see if they have any other solution. I'll report back when Waveshare responds. |
Thank you for your analysis. |
Waveshare support confirms my understanding is correct. There is no possible firmware work-around, if PSRAM is needed. |
I managed to remove the R14. Thank you from the bottom of my heart! |
Great. I will update the documentation. |
I deleted my last post - if anyone saw it I can confirm the fix works perfectly. Thanks so much Builty ! Folks be cautious with the screen. I 3d printed a case for it and it was a bit of a tight squeeze to fit it in. When I plugged it in, the screen was all screwed up and I initially thought it was the resister but the unit otherwise worked. I had a spare 169 - so tried it on that and all is good. |
Hi,
I am getting a strange noise (BUZZ) on my ESP32-S3 1.69”.
It works perfectly, but there is a faint strange buzzing sound coming from the ESP32.
Is there any solution to this problem?
By the way, without display (USB 5V) and 4.3” display (USB 9V) are working perfectly.
I would like to donate to your wonderful project, but PayPal does not accept donations from my country...
The text was updated successfully, but these errors were encountered: