- Micropython mini projects with pycom boards for demos/education.
- When flashing the board firmware use pybytes to configure the wifi credentials. BE SURE TO FORCE PYBYTES REGISTRATION
- I am using the pymakr plugin for [VScode]https://docs.pycom.io/pymakr/installation/vscode/ to access the REPL and edit my code. Allows upload and download of files, access to REPL and can run files on the board. It is required to use a project structure, with
main.py
in the root dir - When the board starts up it will always run
boot.py
, thenmain.py
- TO SAY I HAVE HAD A FEW STRESSFUL HOURS WITH THESE BOARDS WOULD BE AN UNDERSTATEMENT. DOCS SUCK, FORUMS SUCK, SO MANY ERRORS. TLDR; I RECOMMEND CHECKING OUT CIRCUITPYTHON INSTEAD