atomic14 / esp32-walkie-talkie

A Walkie-Talkie based around the ESP32 using UDP broadcast or ESP-NOW
MIT License
416 stars 111 forks source link

it is not an issue: how to update for a full duplex telecom #40

Open philippedc opened 6 months ago

philippedc commented 6 months ago

Hi, first thank you for your job, it is so well explained!

I would like to build a full-duplex version (without the push-button) therefor it is not so easy. Because the push-button makes the device either in receiver or transmitter mode.

Have you got an idea how to add this feature? I suppose both modes can't be done at the same time....

SumayyahAli commented 4 months ago

Dose this version of code work with you now or your faced some compatibility issue ?

philippedc commented 4 months ago

Hi @SumayyahAli, I did not test this code. What I want to build are:

FedericoBusero commented 4 months ago

Maybe this project is not the ideal start of your project. Did you already check https://github.com/s60sc/ESP32-CAM_MJPEG2SD or https://github.com/jameszah/ESP32-CAM-Video-Recorder ?

Also regarding hardware, there is currently better hardware such as the Xiao ESP32S3 Sense

philippedc commented 4 months ago

Many thanks @FedericoBusero, I will test https://github.com/jameszah/ESP32-CAM-Video-Recorder About the s60s project, it does not work for me as I have a fake ESP32 CAM with 2Mb PSRAM only when 4Mb is required.