Skip to content

baillel/rotonde-arduino-neopixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neopixel Ring to display temperature with Arduino

Serial control

The arduino receives temperature in °C through serial.

The serial command to control it:

0,20; // for 20 °C

The first '0' is constant. The next number is the tempetature.

If the temperature is less than MIN_TEMP, the LEDs blink in blue. They blink in red if the temperature is more than MAX_TEMP.

For exemple :

80 °C


0,80;

-1 °C


0,-1;

30 °C


0,30;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages