A C# library for LoRa connectivity for Semtech SX127X/HopeRF RFM9X equipped shields on GHI Electronics TinyCLR powered devices.
The repo has the source code for the series of blog posts written as I built this library for TinyCLR V1, and then updated it to TinyCLR v2
The V1 FEZ T18 device uses an Arduino shield from Dragino
- Shield SPI
- Register Scan
- Register Read & Write
- Transmit Basic
- Receive Basic
- Receive Interrupt
- Transmit Interrupt
- Receive & Transmit Interrupt
Fully featured V1 driver and sample application
- Rfm9xLoRaDeviceClient
- Rfm9XLoRaDevice
The V2 preview SC20100 device uses an Arduino shield from Dragino as I was unable to source a suitable MikroBus click.(April 2020)
Fully featured V2 Preview driver and sample application
- Rfm9xLoRaDeviceClient
- Rfm9XLoRaDevice
The V2 RC1 Fezduino device uses an Arduino shield from Dragino
Fully featured V2 RC1 driver and sample application
- Rfm9xLoRaDeviceClient
- Rfm9XLoRaDevice