Skip to content

xkcm/arduino-temperature-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arduino-temperature-display

7-Segment display showing temperature logs from chosen device on the server machine (preferably using linux os).

  • Arduino code: C
  • Server: JavaScript (NodeJS).

Used display

display-schema

I didn't use this exact display, but it works on the same principle.

Setup

  • Connect the display to the arduino and edit the pin numbers (lines 1-3 in the C code).
  • Connect the Arduino with USB cable to the PC.
  • Check available devices using sensors -j, edit the JavaScript code to use the correct device and sensor (lines 18-19 in the JS code).
  • Run the server using NodeJS, it should automatically detect the Arduino USB port and start sending values.

About

7-Segment display with temperature logs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published