Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/headblockhead/tinygorfm9x

A tinygo library to run an rfm9x module - RFM95/96/97/98 (W)
https://github.com/headblockhead/tinygorfm9x

challenger-rp2040-lora driver go golang hacktoberfest library package pico rfm95w rfm9x tinygo

Last synced: 1 day ago
JSON representation

A tinygo library to run an rfm9x module - RFM95/96/97/98 (W)

Awesome Lists containing this project

README

        

# tinygorfm9x
A tinygo library to run an rfm9x module. Based off of [code by @cyraxx](https://github.com/cyraxx/node-rfm9x/) and [this adafruit article](https://learn.adafruit.com/adafruit-rfm69hcw-and-rfm96-rfm95-rfm98-lora-packet-padio-breakouts/rfm9x-test).

See the [example](/example/) for usage.

## Tasks

### Upload
Upload the example code to the device.
```
tinygo flash -target challenger-rp2040 example/main.go
```

### Edit
Open vscode with tinygo autocomplete
```
tinygo-edit --target challenger-rp2040 --editor code
```