Skip to main content

Examples

Custom Firmware

Default firmware that comes preload with the package. Its main function is to use as an external keyboard with shortcuts to increase your productivity in your daily work in the computer. Each face is mapped with a possible combination of 3 keys, and a color to show that the keys were sent. These can be remapped via the web interface thanks to web serial.

Check the code 🖥
Examples/CustomFirmware/CustomFirmware.ino
loading...

Easy RGB

A simple example that receives an RGB hex value and displays it. Send hex color to the Serial Monitor following this format (R,G,B): #0B4F02

Check the code 🖥
Examples/EasyRGB/EasyRGB.ino
loading...
How To Send RGB CODEResult Photo

Chasse Text

No configuration, just upload the sketch and enjoy the beautiful colors.

Check the code 🖥
Examples/ChasseTest/ChasseTest.ino
loading...

Touch Graph

A simple sketch that plots all the values coming from the 5 capacitive buttons.

Check the code 🖥
Examples/TouchGraph/TouchGraph.ino
loading...

Tocuh

CDC and Keyboard

This example echoes the next character of data it receives via the serial monitor and sends as a key also the next character send.

Check the code 🖥
Examples/CDC_KEYBOARD/CDC_KEYBOARD.ino
loading...

⚠️ This example needs to be compiled with a USER USB setting Tools--> USB Settings--> USER CODE w/148 USB Ram

Custom bootloader

This example that shows how to jump to the bootloader address to make it reprogrammable. You can send the character B, or connect the pin 11 to GND.

Check the code 🖥
Examples/CustomBootloader/CustomBootloader.ino
loading...