Multitasking i2s mic w i2c ToF on ESP32 Huzzah

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
LEDLIT1
 
Posts: 115
Joined: Mon Oct 17, 2016 11:14 am

Multitasking i2s mic w i2c ToF on ESP32 Huzzah

Post by LEDLIT1 »

Hi Adafruit,

Is it possible to multitask i2s PDM microphone with i2c VL53L0X ToF on an ESP32 Huzzah or other ESP32 board?
Are there any Adafruit Arduino Examples utilizing both an i2c device and and i2s device simultaneously?

Thank you for your help.

User avatar
adafruit_support_mike
 
Posts: 67454
Joined: Thu Feb 11, 2010 2:51 pm

Re: Multitasking i2s mic w i2c ToF on ESP32 Huzzah

Post by adafruit_support_mike »

I2C and I2S are different protocols. The only potential issue would be having signals mapped to the same pins.

That shouldn't be any problem, as the ESP32 has an incredibly prolific pin multiplexer.. with the exception of some high-speed memory stuff, you can map any signal to any pin IIRC.

User avatar
LEDLIT1
 
Posts: 115
Joined: Mon Oct 17, 2016 11:14 am

Re: Multitasking i2s mic w i2c ToF on ESP32 Huzzah

Post by LEDLIT1 »

Thank you

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”