Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/headblockhead/tinygorfm9x
- Owner: headblockhead
- License: gpl-3.0
- Created: 2022-12-07T20:20:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T00:48:23.000Z (5 days ago)
- Last Synced: 2024-11-11T01:25:21.932Z (5 days ago)
- Topics: challenger-rp2040-lora, driver, go, golang, hacktoberfest, library, package, pico, rfm95w, rfm9x, tinygo
- Language: Go
- Homepage: https://pkg.go.dev/github.com/headblockhead/tinygorfm9x
- Size: 67.4 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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
```