Picovoice / picovoice-arduino-en

Picovoice SDK for Arduino boards - English language
Apache License 2.0
8 stars 0 forks source link

Arduino Nano 33 BLE Sense Pin Config and External Clock #11

Closed johnkelton closed 1 year ago

johnkelton commented 1 year ago

I was successfully able to run the PicovoiceExcample on my arduino. Now I want to reassign the pins to an external pdm audio stream. So bascially instead of using a PDM input from the builtin microphone on the Arduino Nano 33 BLE Sense board, I want to input an audio stream (PDM) from an external source (a microcontroller). The clock will also be refenced from the external source. How can I reassign the pins and also make my clock line to be input to the Arduino nano 33 BLE Sense?

Thanks a lot for any help!

laves commented 1 year ago

I'd suggest reaching out to Arduino support to determine how to do this. This forum is to address issues regarding the Picovoice SDK only.