Walkie-Talkie using UDP Broadcast and ESP-NOW
Video Statistics and Information
Channel: atomic14
Views: 27,089
Rating: undefined out of 5
Keywords: ESP32, ESP32 Project, Walkie-talkie, walky-talky, I2S, Audio, DAC, ADC, UDP Broadcast, ESP-NOW, esp-now tutorial, esp32 projects, esp now, esp32 walkie talkie
Id: d_h38X4_eQQ
Channel Id: undefined
Length: 8min 50sec (530 seconds)
Published: Mon Apr 05 2021
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
This was a fun project - I've managed to get it working over both UDP broadcast and ESP-NOW so it will work either with or without a WiFi network.
Code is all here: https://github.com/atomic14/esp32-walkie-talkie
For range: I've probably mentioned this before, but one of my antenna designers was able to get 1200' line of sight using a rubber ducky antenna. This was the best range, and the worst range was about 700' line of sight.
This was without using antenna diversity. If you enable antenna diversity (2 antennas - polarize the antennas orthogonal to each other), and use GPIO0 or GPIO1 for switch control, you may get even better range. Diversity is built-into the API. In our case, for our application, a solid uniform pattern was more important than range so we used diversity, so we designed efficient antennas to have complimentary nulls.
Thank you so much I love Walkie-Talkies, what is the effective range?