Skip to content

transmitter on ESP32 board #1721

Answered by pschatzmann
maxotkin asked this question in Q&A
Discussion options

You must be logged in to vote

Don't trust ChatGPT, it is ususlly just hallucinating solutions that won't work: the issue with the code is

  • it does not sample at a defined audio sampling rate
  • the values hava an inproper range

As a starrting point read the Wiki of this project to get an introduction into Audio and the hardware section.

The communications examples provide plenty of alternarives
Transmitting Bluetooth has quite some lag and I would not recommend it if you are a beginner since it is quite tricky and you can't use A2DP and WIFI toghether.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants