Search found 3 matches
- Sat Jul 06, 2024 11:28 am
- Forum: General Discussion
- Topic: Unable to do audio streaming on ESP32
- Replies: 0
- Views: 702
Unable to do audio streaming on ESP32
I want to achieve the following functionality on my board: 1. Listen to an audio stream through a microphone module 2. Stream this data to a server constantly 3. Get a response from the server that's also an audio stream and play it through the speaker. I have two options for this currently: a. Conn...
- Fri Dec 15, 2023 5:12 pm
- Forum: Hardware
- Topic: ESP32 drawing too much current
- Replies: 2
- Views: 30587
ESP32 drawing too much current
Hi all, I have a custom PCB with an ESP32 as the microcontroller, and peripherals connected to it. According to the datasheet, in deep sleep mode, the current drawn is supposed to be less than 0.15 mA. However, my board is drawing 7 mA in deep sleep. I've attached the circuit diagram to the post. Wh...
- Thu Jan 20, 2022 7:03 pm
- Forum: General Discussion
- Topic: Ensuring reliable WiFi connection on esp32
- Replies: 0
- Views: 3308
Ensuring reliable WiFi connection on esp32
So, I'm working on a project which needs to constantly send sensor data to my server over Wi-Fi. I want the device to be portable, so I want the esp32 to automatically reconnect to Wi-Fi every time I switch it off and back on. I have used this library, and it serves the exact purpose of what I want ...