Skip to content

A simple program for Arduino platform. Reads temperature sensor data, prints formatted value.

Notifications You must be signed in to change notification settings

anakreon/arduino_temp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arduino_temp

A simple program for Arduino platform.

Arduino code - in the loop:

  • Reads raw temperature data from the temperature sensor.
  • Prints out the value to the 4 digit, 7 segment display.
  • Prints a formatted json value to the serial port.
  • Checks for a button press, if pressed, prints as json to the serial port - to enable communication with the host system

Backend node.js:

  • connects to a mysql server
  • reads data from the serial port and:
    • records the measured temperature to mysql
    • triggers a predefined action (if the button was pressed)

About

A simple program for Arduino platform. Reads temperature sensor data, prints formatted value.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages