Replies: 1 comment 28 replies
-
Perhaps this could help on the ESP32 side; https://github.com/robert-hh/FTP-Server-for-ESP8266-ESP32-and-PYBD |
Beta Was this translation helpful? Give feedback.
28 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am quite new at this, does anyone know which would good protocol or method to send audio files between two esp32?
I saw quite few articles about using TCP and webserver, but did not find any on ESP-NOW, maybe because it is quite new.
I try to do it using uasyncio startserver to make server and send files using various methods [ so far failed miserably].
so I am looking for methods and opinions whether anyone has done it with uasyncio start server, then connect with client to send audio file. or used ESP-NOW protocol to send files.
Thank you for any advices.
[forgive me if the question is too basic or I made a mistake in my writing.]
Beta Was this translation helpful? Give feedback.
All reactions