"Smart Bridge" project for the Embedded Systems and Internet of Things course at the University of Bologna
For the Python part:
- On Ubuntu, run:
sudo apt install python3 && sudo apt install python3-pip && pip3 install pysimplegui && pip3 install matplotlib && pip3 install pyserial
- On Windows, first install python3, then run:
pip3 install pysimplegui ; pip3 install matplotlib ; pip3 install pyserial
For the Arduino part:
Install the following libraries: