Go to file
Arti Zirk d701b63914 update readme 2016-10-14 22:02:38 +02:00
README.md update readme 2016-10-14 22:02:38 +02:00
fetch.js Make arduino serial device path configurable 2016-10-14 18:29:16 +02:00
gauge.min.js ui done kinda 2016-10-14 00:58:31 +02:00
main.js fixit 2016-10-14 01:52:46 +02:00
main.py Fix graph 2016-10-14 19:13:31 +02:00
smoothie.js ui done kinda 2016-10-14 00:58:31 +02:00

README.md

Peltier Jacket arduino to web bridge

It displays temperature of the jacket

How to run

Setup

Make sure that you have Python 3 and pyserial installed.

You can install pyserial by using this command

pip3 install pyserial

Run

You have to give main.py one argument that points to the Arduino device. On Linux is is usualy /dev/ttyACM0 or /dev/ttyUSB0. On Mac is usualy /dev/tty.usbmodem.1412 or something similar.

python3 main.py /dev/ttyACM0