Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
/ RFM9XLoRa-Net Public archive

C# Semtech SX127X/RFM9X LoRa library for Windows 10 IoT Core powered devices

Notifications You must be signed in to change notification settings

KiwiBryn/RFM9XLoRa-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RFM9XLoRa-Net

A C# library for LoRaLoRaAlliance connectivity for Semtech SX127X/HopeRF RFMRFM9X equipped shields on Windows 10 IoT Core Raspbery PI devices.

The repo has the source code for the series of blog posts written as I built this library

  1. ShieldSPI
  2. RegisterRead
  3. RegisterScan
  4. RegisterReadAndWrite
  5. TransmitBasic
  6. ReceiveBasic
  7. ReceiveInterrupt
  8. TransmitInterrupt
  9. ReceiveTransmitInterrupt
  10. RefactorRegisterManager
  11. EnumAndMasks
  12. ReceiveTransmitEvents
  13. ReceiveFifo

Rfm9xLoRaDeviceClient Rfm9XLoRaDevice

There are also projects for each of the shields

There is also a parallel development project for NetMF which is documented here

My main use case for the Library is a telemetery field gateway uploading data from a number of remote devices.

Shield from Dragino

LoRa GPS HAT for Raspberry Pi

Shield from ElectronicTricks

Lora/LoraWan shield for Raspberry Pi Zero and PI3

Shield from Elecrow

Lora RFM95 IOT Board for RPI

Shield from M2M

1 Channel LoRaWan Gateway Shield for Raspberry Pi

RPIZero Shield from Uputronics

Raspberry PiZero LoRa(TM) Expansion Board

RPIPlus Shield from Uputronics

Raspberry Pi+ LoRa(TM) Expansion Board

LoRa Radio Bonnet from Adafruit

Adafruit LoRa(TM)Radio Bonnet with OLED

The code has been stress/soak tested with a number of clients StressTester

Most of my testing has been at 915MHz but I have some 433MHz devices on order.