7-Segment display showing temperature logs from chosen device on the server machine (preferably using linux os).
- Arduino code: C
- Server: JavaScript (NodeJS).
I didn't use this exact display, but it works on the same principle.
- 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.