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
- Host: GitHub
- URL: https://github.com/robmarkcole/pycom-projects
- Owner: robmarkcole
- License: mit
- Created: 2018-11-04T17:50:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T09:42:45.000Z (over 6 years ago)
- Last Synced: 2025-08-17T11:46:31.129Z (10 months ago)
- Language: Jupyter Notebook
- Size: 7.73 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/