You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Arti Zirk 8a4d765813 Add Python gitignore 7 years ago
.gitignore Add Python gitignore 7 years ago
README.md update readme 7 years ago
fetch.js Make arduino serial device path configurable 7 years ago
gauge.min.js ui done kinda 7 years ago
main.js kikupask 7 years ago
main.py kikupask 7 years ago
smoothie.js ui done kinda 7 years ago

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