Search found 4 matches

by mave25
Thu Oct 10, 2024 9:32 am
Forum: General Discussion
Topic: ESP32 with INM441 I2S microphone.
Replies: 0
Views: 478

ESP32 with INM441 I2S microphone.

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 ? thanks.
by mave25
Tue Jul 02, 2024 9:58 am
Forum: IDEs for ESP-IDF
Topic: Getting started with ESP-IDF
Replies: 1
Views: 3950

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 for ...
by mave25
Thu Jun 27, 2024 12:03 pm
Forum: ESP-IDF
Topic: Beginner trouble - Not able to build.
Replies: 2
Views: 575

Re: Beginner trouble - Not able to build.

ESP_Roland wrote:
Thu Jun 27, 2024 9:58 am
You should be running "idf.py build" from the project's directory "hello_world" instead of the "main" subdirectory.
My bad!! :(
Thank you!
by mave25
Thu Jun 27, 2024 9:30 am
Forum: ESP-IDF
Topic: Beginner trouble - Not able to build.
Replies: 2
Views: 575

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 co...