A (hopefully temporary) repo for use with the MicroPython IoT Hackathon tutorial.
Assuming you're successfully cloned this repo, there's just a few more steps get everything setup:
- Both antevents-python and mpfshell are included as git submodules:
cd oncemore
git submodule init
git submodule update
-
Optional: Configure your virtualenv as appropriate, whether using virtualenv or python3 -m venv, and activate it.
-
Install the relevant packages.
pip install esptool colorama websocket_client
- Install mpfshell:
cd mpfshell
python setup.py install
The final client.py has been added for your convenience.