Skip to content

JYOuyang/oncemore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages