Skip to main content

Features

The Kode Dot integrates an addresable LED on the top left of the pad, that you can light up with the color and brightness you want. It is not a normal RGB LED, but an addresable RGB LED WS2812B. This means that inside the LED there is a small integrated circuit that can independently handle the color of the RGB LEDs and the brightness of each one.

Connection diagram

The addresable LED works through a single pin connected to the ESP32-S3.
1-Wire is a communication protocol that allows data communication through a single pin.

Arduino

ESP-IDF

Example code

This code lights up the addresable LED by making a color cycle: first red, then green, and finally blue.
rgb_cycle.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: Addresable LED examples