All Projects → MhageGH → Esp32_soundrecorder

MhageGH / Esp32_soundrecorder

Licence: mit
ESP32 Sound recorder with simple code in arduino-esp32. (I2S interface)

Projects that are alternatives of or similar to Esp32 soundrecorder

Esp8266audio
Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
Stars: ✭ 972 (+912.5%)
Mutual labels:  wav, arduino, esp32
M5stack Sd Updater
💾 Customizable menu system for M5Stack and ESP32-Chimera-Core - loads apps from the Micro SD card. Easily add you own apps
Stars: ✭ 175 (+82.29%)
Mutual labels:  arduino, esp32, sd-card
Esp32 Blecollector
ᛡᛒ BLE Scanner + Data persistence on SD Card for M5Stack, Odroid-Go, ESP32-Wrover-Kit and other models
Stars: ✭ 145 (+51.04%)
Mutual labels:  arduino, esp32, sd-card
Deepsleepscheduler
DeepSleepScheduler is a lightweight, cooperative task scheduler library with configurable sleep and task supervision.
Stars: ✭ 59 (-38.54%)
Mutual labels:  arduino, esp32
Esp32modbustcp
Modbus client for ESP32
Stars: ✭ 51 (-46.87%)
Mutual labels:  arduino, esp32
Wifisatellite
WiFi Satellite Project - as seen on the Chaos Communication Congress
Stars: ✭ 52 (-45.83%)
Mutual labels:  arduino, esp32
Ol3d
A tiny portable 3D graphics lib for micro controllers
Stars: ✭ 90 (-6.25%)
Mutual labels:  arduino, esp32
Mysensors
MySensors library and examples
Stars: ✭ 1,150 (+1097.92%)
Mutual labels:  arduino, esp32
Stickwatch
A DIY smart watch based on M5Stick of ESP32
Stars: ✭ 68 (-29.17%)
Mutual labels:  arduino, esp32
Aunit
Unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test. Used with AUniter or EpoxyDuino for continuous builds.
Stars: ✭ 73 (-23.96%)
Mutual labels:  arduino, esp32
Esp32 I2s Slm
Sound Level Meter with ESP32 and I2S MEMS microphone
Stars: ✭ 72 (-25%)
Mutual labels:  arduino, esp32
Tinygsm
A small Arduino library for GSM modules, that just works
Stars: ✭ 1,186 (+1135.42%)
Mutual labels:  arduino, esp32
Ttgo T Wristband
First steps with TTGO T-Wristband
Stars: ✭ 50 (-47.92%)
Mutual labels:  arduino, esp32
Esp32 Hub75 Driver
A small, simple, passive driver for HUB75 based LED panels
Stars: ✭ 37 (-61.46%)
Mutual labels:  arduino, esp32
Bleeper
Library to manage your firmware configurations written in C++
Stars: ✭ 54 (-43.75%)
Mutual labels:  arduino, esp32
Esp3d
FW for ESP8266/ESP8285/ESP32 used with 3D printer
Stars: ✭ 979 (+919.79%)
Mutual labels:  arduino, esp32
Blinker Library
An IoT Solution,Blinker library for embedded hardware. Works with Arduino, ESP8266, ESP32.
Stars: ✭ 1,095 (+1040.63%)
Mutual labels:  arduino, esp32
Tft espi
Arduino and PlatformIO IDE compatible TFT library optimised for the STM32, ESP8266 and ESP32 that supports different driver chips
Stars: ✭ 1,215 (+1165.63%)
Mutual labels:  arduino, esp32
Esp32 Paxcounter
Wifi & BLE driven passenger flow metering with cheap ESP32 boards
Stars: ✭ 844 (+779.17%)
Mutual labels:  arduino, esp32
Esp32 esp8266 wifi speaker oled
A MP3 streaming WiFi speaker for ESP8266 & ESP32 chips
Stars: ✭ 20 (-79.17%)
Mutual labels:  arduino, esp32

esp32_SoundRecorder

board

Prepare

  • ESP32-DevKitC : espressif
  • AE-ADMP441_K : Akizuki Denshi (or similar product using ADMP441)
  • AE-MICRO-SD-DIP : Akizuki Denshi (or similar product for micro SD slot)
  • resistor 10kΩ x 4, 100kΩ x 1, capacitor 22pF x 1

Wiring microphone with I2S interface

wiring1

Wiring MAX9814 (without I2S interface) by ligantx

WiringMax9814 The SD card wiring is the same as above (for my sd card adapter, pullup resistors weren't necessary)

MAX9814 Wiring: MAX9814 | ESP32 GND - GND
Vdd - 3V3
Out - VP (GPIO36)
AR - dont connect
Gain - if it's not connected is 60dB Gain, if its connected to Gnd it's 50dB, and if it's connected to Vdd it's 40dB

Note: if you want to change the Esp32 VP pin to another, use this image and change ADC1_CHANNEL_0 in I2S.cpp file accordingly.

i used information from this example

Development Environment

How to use

Set SD card. Turn on the power. And it starts recording sound and saves as wav file (16bit, monoral, 44.1kHz) in SD card.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].