Skip to content

Arduino Leonardo project, which evaluates the data received from the potentiometer and LM35 temperature sensor with timer and simulates incubator with leds.

License

Notifications You must be signed in to change notification settings

enderceliik/Arduino-LEONARDO-LM35-POTENTIOMETER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino-LEONARDO-LM35-POTENTIOMETER

Arduino Leonardo project, which evaluates the data received from the potentiometer and LM35 temperature sensor with timer and simulates incubator with leds.

Circuit View

Circuit View Png

Schema View

Schema View Png

To simply summarize: The whole system (value reading from lm35, reading potentiometer value, values ​​to be given to leds) works with interruption at 1 second intervals.

  • The white led is flashing to check the operating status of the system.
  • Yellow led that is on if the control is in the potentiometer (ie user control) and off if it is not.
  • If the temperature from the LM35 is in the range of -10 45 degrees and the value from the potentiometer is different than 255, the red and green leds whose brightness is adjusted according to the value from the potentiometer, or according to the intervals written in the EEPROM.

About

Arduino Leonardo project, which evaluates the data received from the potentiometer and LM35 temperature sensor with timer and simulates incubator with leds.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages