Skip to main content

Features

The Kode Dot integrates a digital MEMS microphone. This type of microphones are very common in modern electronic devices and give a great reliability since they do not depend on any analog part.

Connection diagram

The microphone is connected to the ESP32-S3 as follows:

Arduino

ESP-IDF

The use of ESP-ADF is for advanced users. If you do not have experience in this framework, we recommend using the Arduino library.

Example code

This code records 5 seconds of audio and saves it in the microSD in WAV format.
record_to_microsd.ino

Download examples

You can test the example codes using the Arduino IDE or the ESP-IDF IDE or download the codes in our drive: Audio examples