Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 1.03 KB

README.md

File metadata and controls

13 lines (12 loc) · 1.03 KB

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.