- Grand Piano Keys with ArduinoPosted 3 days ago
- Wireless Power TransferPosted 4 days ago
- Robot Punchers with ArduinoPosted 5 days ago
- A minimal 3D-printed scalePosted 7 days ago
- Expanding the pins of a microcontrollerPosted 1 week ago
- Let’s create a small level with a matrix displayPosted 2 weeks ago
- ChatGPT: Writing Code with Artificial IntelligencePosted 2 weeks ago
- Free Webinar: Arduino IoT Cloud and ESP32 DemoboardPosted 2 weeks ago
- Maker Faire Rome – The European edition and FAE Technology launch the contest “MY Maker PCBA: your electronics for a better planet”Posted 3 months ago
- Efficient and Compact Stereo Power Amplifier: Unleash High-Quality Audio with the PAM8610Posted 4 months ago
ESP32 walkie-talkie
In this project we see how to make a walkie-talkie using an ESP32; audio data is transmitted via UDP or ESP-NOW transmission. So the Walkie-Talkie will work even without a WiFi network! The system is based on an I2S microphone and an I2S amplifier, but it will work equally well with analog microphones and headphones with a small change in the code.
The schematic is very simple: using I2S boards for both the microphone and the speaker we made the wiring to the ESP32 very simple. We have added extra circuitry to the board to create a clean power supply for the microphones, specifically we take a direct power supply from the battery, filter it with an LC filter and then pass it to a Low Drop Out regulator. This gives us a nice and clean power supply for microphones that removes many noise problems.
2 Comments