headblockhead / picoDoomsdayMessenger

A device made using the Challenger RP2040 that sends messages over LoRaWAN.

Home Page:https://headblockhead.com/projects/picodoomsdaymessenger/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test status CodeFactor GitHub go.mod Go version GitHub Repo stars

picoDoomsdayMessenger

A device made using an RP2040 that sends messages over LoRaWAN.

Progress tracking

The current progress of the project can be found here

Hardware Used

Tasks

Edit

Open the project in vim using tinygo flags.

tinygo-edit --target challenger-rp2040 --editor bash

Deploy

Upload to the device

tinygo flash -target challenger-rp2040 pico/main.go

RunLocal

Runs the project without the device.

nix-shell local/shell.nix --command "go run local/main.go

About

A device made using the Challenger RP2040 that sends messages over LoRaWAN.

https://headblockhead.com/projects/picodoomsdaymessenger/

License:GNU General Public License v3.0


Languages

Language:Go 99.8%Language:Nix 0.2%