Skip to content

How can i change the input pins for a inmp441 i2s input? #793

Answered by f0m3
f0m3 asked this question in Q&A
Discussion options

You must be logged in to vote

i just found out but maybe that helps someone else:
in void setup() add

  // i2s pins used on ESP32
  config.pin_bck = 27;
  config.pin_ws = 25;
  config.pin_data = 26;

before
i2sStream.begin(config);

Replies: 1 comment 1 reply

Comment options

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

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