Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 839 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 839 Bytes

oncemore

A (hopefully temporary) repo for use with the MicroPython IoT Hackathon tutorial.

Setup

Assuming you're successfully cloned this repo, there's just a few more steps get everything setup:

  1. Both antevents-python and mpfshell are included as git submodules:
cd oncemore
git submodule init
git submodule update
  1. Optional: Configure your virtualenv as appropriate, whether using virtualenv or python3 -m venv, and activate it.

  2. Install the relevant packages.

pip install esptool colorama websocket_client 
  1. Install mpfshell:
cd mpfshell
python setup.py install

Features

The final client.py has been added for your convenience.