Skip to content

Guitar Effects Pedal with ESP32 and Arduino Audio tools (a.k.a ADC in to DAC out) #225

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

You must be logged in to vote

Analog input requires port 0 as does Analog Output: so it is technically not possible to do analog input and output on an ESP32 using the I2S interface.

There is no such restriction if you do regular (digital) I2S for input or output.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@FCJFB
Comment options

@pschatzmann
Comment options

@FCJFB
Comment options

Answer selected by pschatzmann
Comment options

You must be logged in to vote
1 reply
@FCJFB
Comment options

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