tonygilkerson / mbx-iot

Mail Monitor an IoT project to monitor mail delivery
0 stars 0 forks source link

MBX-IOT

This is an IoT project to monitor for mail delivery and watch for cars passing by on my street.

Doc

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/

LORA bug workaround

See this issue for more detail

# 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()
    }