A C# library for LoRa@LoRaAlliance connectivity for Semtech @SX127X/HopeRF @RFM9X equipped shields on .NetMF device.
The repo has the source code for the series of blog posts written as I built this library
- ShieldSPI (https://blog.devmobile.co.nz/2018/08/16/net-microframework-lora-library-part1/)
- RegisterRead(https://blog.devmobile.co.nz/2018/08/17/net-microframework-lora-library-part2/)
- RegisterScan(https://blog.devmobile.co.nz/2018/08/18/net-microframework-lora-library-part3/)
- RegisterReadAndWrite(https://blog.devmobile.co.nz/2018/08/18/net-microframework-lora-library-part4/)
- TransmitBasic(https://blog.devmobile.co.nz/2018/08/19/net-microframework-lora-library-part5/)
- ReceiveBasic(https://blog.devmobile.co.nz/2018/08/19/net-microframework-lora-library-part6/)
- ReceiveInterrupt(https://blog.devmobile.co.nz/2018/08/20/net-microframework-lora-library-part7/)
- TransmitInterrupt(https://blog.devmobile.co.nz/2018/08/21/net-microframework-lora-library-part8/)
- ReceiveTransmitInterrupt(https://blog.devmobile.co.nz/2018/08/22/net-microframework-lora-library-part9/)
- RefactorRegisterManager
- EnumAndMasks
- ReceiveTransmitEvents
Fully featured driver and sample application Rfm9xLoRaDeviceClient Rfm9XLoRaDevice
Signal To Noise(SNR) and Receive Signal Strength Indication(RSSI) (https://blog.devmobile.co.nz/2018/09/01/rfm9xloradevice-snr-and-rssi-2/)
Low Noise Amplifier(LNA) (https://blog.devmobile.co.nz/2018/09/01/rfm9xloradevice-netmf-lna/)
There is also a parallel development project for .Net which is documented here (https://github.com/KiwiBryn/RFM9XLoRa-Net)
Shield from @Dragino
Shield from @Elecrow