Hi,
how do I get data from INMP441 I2S microphone, every tutorial I have seen are using getting only 16 bit whereas the microphone is 24 bit and also most of the codes available online seem to calculate the average of received data. I dont understand it, can someone throw some light on this ...
Search found 4 matches
- Thu Oct 10, 2024 9:32 am
- Forum: General Discussion
- Topic: ESP32 with INM441 I2S microphone.
- Replies: 32
- Views: 4433
- Tue Jul 02, 2024 9:58 am
- Forum: IDEs for ESP-IDF
- Topic: Getting started with ESP-IDF
- Replies: 1
- Views: 5452
Getting started with ESP-IDF
Hi,
I have used Arduino IDE for quite some time to do ESP Programming. I would like to move away from that and do some real embedded programming with ESP-IDF I started with basic guide available here. https://idf.espressif.com/ Although now I don't understand how to start fresh and start coding ...
I have used Arduino IDE for quite some time to do ESP Programming. I would like to move away from that and do some real embedded programming with ESP-IDF I started with basic guide available here. https://idf.espressif.com/ Although now I don't understand how to start fresh and start coding ...
- Thu Jun 27, 2024 12:03 pm
- Forum: ESP-IDF
- Topic: Beginner trouble - Not able to build.
- Replies: 2
- Views: 925
Re: Beginner trouble - Not able to build.
My bad!!You should be running "idf.py build" from the project's directory "hello_world" instead of the "main" subdirectory.
Thank you!
- Thu Jun 27, 2024 9:30 am
- Forum: ESP-IDF
- Topic: Beginner trouble - Not able to build.
- Replies: 2
- Views: 925
Beginner trouble - Not able to build.
Hi, I just recently(Yesterday) moved over to ESP IDF from programming on Arduino IDE. I was able to follow the getting started guide available which almost had everything that I need to know. I have been trying to run the basic examples through the ESP-IDF CMD but I'm not able to build any of the ...