Accessing I2s pins for input with Audiokit #1458
-
Hi, i found these audiokit pinout on the net: So i use the pins 15,14,22 to input the teensy,my whole sketch:
Can this be realisable? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 3 replies
-
I don't know: I have never tried. But taking into consideration that many people are struggling to get SPI to work with this board, it might be difficult. Be careful to double check for pin conflicts.. |
Beta Was this translation helpful? Give feedback.
-
Yes it seems to walk on eggs Don't you know? |
Beta Was this translation helpful? Give feedback.
-
You will need to figure out what these pins are ? |
Beta Was this translation helpful? Give feedback.
-
i don't need master clock,it's better working without,when i wire teeny as input, |
Beta Was this translation helpful? Give feedback.
-
You're right,if i understand you say wiring 2 esp32 via i2s seems to be difficult,you see,my original searching was to |
Beta Was this translation helpful? Give feedback.
-
When the esp32 shows generate a waveform -> i2s -> pcm 1801 the sound is not very good but the waveform looks pure So,i always hear from the bluetooth receiver,so the lineup is: |
Beta Was this translation helpful? Give feedback.
-
That's also what's needed by A2DP and what is used if you do not change the default configuration for I2S in the AudioTools. ps. don't forget to set the log level to Warning on the ESP32 and avoid any Serial output in the loop. If my calculation is right you need to be able to reliably transmit at least 1.6 Mbps using 44100,2,16 and this is quite a challenge... |
Beta Was this translation helpful? Give feedback.
I don't know: I have never tried. But taking into consideration that many people are struggling to get SPI to work with this board, it might be difficult.
Be careful to double check for pin conflicts..