Implementing a Source and Sink with I2s #409
-
Hello, first chip - receive data from phone and send to GPIO pins using DAC //create sink object void setup() {
} void loop() { Second chip - read from gpio and send to speaker //pins to receive input from //create source object to send to speakers double amplitude = 1000.0; // The supported audio codec in ESP32 A2DP is SBC. SBC audio stream is encoded
} void setup() { void loop() { |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This is definitely not an issue, so I converted it to a discussion. Please use issues for bugs only! Then, from your description you left me totally confused and I don't quite understand what you try to do. Looking at your code, there is no way your approach can work. Here are the issues
And finally here are my guidelines if something is not working. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
This is definitely not an issue, so I converted it to a discussion. Please use issues for bugs only!
Then, from your description you left me totally confused and I don't quite understand what you try to do.
Looking at your code, there is no way your approach can work. Here are the issues