This is an IoT project to monitor for mail delivery and watch for cars passing by on my street.
This repo uses mkdocs (help) and github pages to host content at:
https://tonygilkerson.github.io/mbx-iot/
Develop:
pip3 install mkdocs-same-dir
mkdocs serve
# Edit content and review changes here:
open http://127.0.0.1:8000/
See this issue for more detail
- Install TinyGo the official way with brew
- Get everything working in vscode
- Install the TinyGo plugin
- Make sure the TinyGo target is set and
machine
is recognized in the IDE
- Modify the file as described below
# Make sure you have `pico` selected as the TinyGo target
# and the vscode is working then run the following
code $(jq -r '.["go.toolsEnvVars"].GOROOT' .vscode/settings.json)/src/machine/machine_rp2040_spi.go
# Comment out the two occurrences of the following and save
for spi.isBusy() {
gosched()
}