About 415 results
Open links in new tab
  1. A Complete Guide to the INMP441 I2S Microphone - Easyelecmodule

    Nov 29, 2025 · This tutorial demonstrates how to use the ESP32 development board with the INMP441 microphone module for audio capture, and transmit the audio data to a Windows host via UDP for …

  2. Arduino Wiring & Test - Adafruit Learning System

    Feb 22, 2017 · Luckily, there's a nice little I2S library already written for Arduinos based on the SAMD processor. Make sure you have the most recent Arduino IDE and SAMD core. Then select the board …

  3. How to Use INMP441: Examples, Pinouts, and Specs - Cirkit Designer

    Learn how to use the INMP441 with detailed documentation, including pinouts, usage guides, and example projects. Perfect for students, hobbyists, and developers integrating the INMP441 into their …

  4. How to Use the INMP441 Microphone with Arduino: A …

    From basic sound level meters to advanced audio processing systems, this comprehensive guide has covered all aspects of using the INMP441 with Arduino. We hope you found this guide helpful and …

  5. The Simplest Test Code for an I2S Microphone on the ESP32 I ... - GitHub

    We can play audio directly back via the ADC through headphones - but again, this is another failure point. I think the most minimal thing we can do is to use the serial plotter in Arduino. This should …

  6. ESP32 Mic Testing With INMP441 and DumbDisplay

    ESP32 Mic Testing With INMP441 and DumbDisplay: In this post, I will try to demonstrate a fairly easy way to do experiment on INMP441 module acting as mic input to ESP32 board via a I2S channel of …

  7. [arduino code examples for AS]-02 how to use INMP441 Microphone

    Sample sound from I2S microphone, display on Serial Plotter. Requires INMP441 I2S microphone. // Set up I2S Processor configuration. const i2s_config_t i2s_config = { .mode = …

  8. INMP441 on ESP32-S3-DevKitC-1-N16R8 - Arduino Forum

    Oct 21, 2025 · I’m using an ESP32-S3-DevKitC-1-N16R8 board (ESP32-S3-WROOM-1, 16 MB flash, 8 MB PSRAM, v1.3) together with an INMP441 I²S microphone and am having issues getting any …

  9. ESP32 + INMP441 I2S Microphone: ~10 dB SPL Discrepancy ... - Arduino

    Sep 16, 2025 · Hello everyone, I'm working on a sound level meter project using an ESP32 Dev Module and an INMP441 I2S microphone. I've implemented the A-weighting filter and the dB SPL …

  10. Capture audio from an INMP441 MEMS mic using ATmega328P

    Aug 6, 2024 · I'm trying to capture one sample from an INMP441 MEMS mic using an ATmega328P on Arduino Uno, and send that to my PC over USART. I have the following circuit set up.