An open API service indexing awesome lists of open source software.

https://github.com/robmarkcole/pycom-projects

Micropython mini projects with pycom boards for demos/education
https://github.com/robmarkcole/pycom-projects

Last synced: 10 months ago
JSON representation

Micropython mini projects with pycom boards for demos/education

Awesome Lists containing this project

README

          

# pycom-projects
* Micropython mini projects with pycom boards for demos/education.
* When flashing the board firmware [use pybytes to configure the wifi credentials](https://docs.pycom.io/pybytes/connect/quick/). 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`, then `main.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

## Links
* https://www.hackster.io/pycom
* https://docs.pycom.io/tutorials/all/