- Python 3.6+
- Arduino IDE
How to setup
$ git clone https://github.com/nicolaskyejo/arduino_lcd.git
$ cd arduino_lcd
- Upload sketch using Arduino IDE, check serial port and edit 'weather.py' accordingly
- If you using linux, make sure the development packages of libxml2 and libxslt are installed
apt-get install libxml2-dev libxslt-dev python-dev
- If you don't have Pipenv, install it (for example
python -m pip install pipenv
)
$ pipenv install
$ pipenv shell
$ python weather.py