/micropython_experiments

My experiments with MicroPython

Primary LanguageJavaScript

micropython_experiments

My experiments with micropython.

What is MicroPython?

MicroPython is a lean and efficient implementation of 
the Python 3 programming language that includes a small
subset of the Python standard library and is optimised 
to run on microcontrollers and in constrained environments.

Reference: https://micropython.org/

Organization of this repository

  • firmware - directory with firmwares used to run my scripts;
  • scheme - pin definition for nodemcu esp8266 esp 12e board used on my tests;
  • scripts - general scripts;
  • scripts/maintenance - scripts to write/erase/access board;
  • webrepl - project to upload/download script to board from repository webrepl;
  • links - some good references :).