Skip to main content

Features

The Kode Dot integrates a 1W speaker connected to an amplifier. Thus, you only have to worry about giving sound to your projects through the I2S bus and the amplifier will take care of doing all the work.

Connection diagram

The speaker is connected to the ESP32-S3 as follows:
The amplifier is off by default to not waste energy. To turn it on, set the EXP3 pin of the IO expander to HIGH.

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 reproduces the tone specified in the frequency variable.
speaker_tone.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