Skip to content

andrewwatson/Color-Picker-Feather-Wing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Color Picker to NeoPixel Matrix via MQTT

This project demonstrates how to use a color picker widget on adafruit.io to send a color selection to your Adafruit Feather connected to a 8x4 NeoPixel Matrix.

The incoming MQTT message contains the hex color in a format like "#00FB34" so this code splits it up in "00", "fb", and "34" and then converts those to their decimal equivalents.

Then it fills in the matrix with that color for a second.

Usage

Fill in your Wifi SSID and key. Then fill in your AdaFruit.IO credentials as well. Then compile and upload the sketch. Once it gets online, you'll see a big green "ON" on the matrix. (Or maybe a NO if you have it upside down).

About

Adafruit IO + Feather project that displays the selected color on the neopixel wing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Other 100.0%