117ae69e27b45b7a74a52d962e7bcbe17720d330
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
Description
Languages
JavaScript
82.3%
Python
17.7%