Search found 3 matches

by mosin jack
Sat May 17, 2025 10:03 am
Forum: ESP32 Arduino
Topic: ESP32-S2 reboots when WiFi is used
Replies: 24
Views: 32396

Re: ESP32-S2 reboots when WiFi is used

Great to see so many solutions being shared! For anyone still struggling, it might help to check the grounding and capacitors. I had similar issues with reboots when using WiFi and found a stable connection after adding a larger capacitor between EN and GND. Another simple fix is lowering the WiFi ...
by mosin jack
Thu May 15, 2025 11:21 am
Forum: ESP-ADF
Topic: How to configure raw_opus_decoder to play audio from a simple Python server?
Replies: 2
Views: 3731

Re: Need help: How to configure raw_opus_decoder to communicate with the simplest python server and play audio

Thanks for sharing! I’m running into the same issue with raw_opus_decoder on ESP32S3 — server sends frames fine, ESP receives them, but no audio plays. Tried both with and without length prefix. Curious if you’ve solved this — any tips would be much appreciated!
by mosin jack
Mon May 12, 2025 10:28 am
Forum: Hardware
Topic: What are the SDA and SCL pins
Replies: 2
Views: 695

Re: What are the SDA and SCL pins

The SDA and SCL pins on the ESP32-S3-WROOM-1U-N4 are assignable. Common defaults are:

SDA: GPIO 8

SCL: GPIO 9

You can change these pins in your code based on your setup.

Go to advanced search