https://github.com/muka/d1mini
https://github.com/muka/d1mini
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muka/d1mini
- Owner: muka
- Created: 2020-03-14T16:40:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T09:00:21.000Z (about 5 years ago)
- Last Synced: 2025-02-05T04:49:33.671Z (4 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# d1 mini with micropython setup
- `make setup` to install dependencies and download a firmware (see Makefile to update version)
- `make reset write` to reset and write the firmware
- `make repl` connect to the COM on `/dev/ttyUSB0`## Development
To run a script on the board use `./pyboard `
`./pyboard mymod.py `
Once the code is robust to be deployed, copy the file with
`./webrepl_cli 192.168.4.1:/`
To have it running when device boot, copy the `boot.py` file from device and add your module call(s)