python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can't include <I2S.h> on ESP32 on neither VSCode PIO nor Arduino IDE
I've tried to get my ESP32 LOLIN32 with Arduino framework working, but I can't even upload code to it. I'm including nothing but Arduino and I2S but it doesn't understand what I mean with I2S.
I have ...
Gustav Abrahamsson
Votes: 0
Answers: 1
STM32 Read mic value (MP34DT05-A) from I2S DMA
I want to read MEMS microphone (MP34DT05-A) value (in ASCII) from STM32F107 board. I'm using I2S to communicate with the microphone.
What I did:
I tried simple reading with HAL_I2S_Receive_DMA(&h...
Pnzy
Votes: 0
Answers: 1
Getting only half of the channels I2S Beaglebone AI
Hello I want to record 8 channels from TIDA-01454 CMB into a Beaglebone AI. As the CMB is built with two PCM1864 ADCs and it is also a Beagle board, I followed this guide(https://www.ti.com/lit/an/spr...
Mikel
Votes: 0
Answers: 1