rajeev1986 / contikios-for-lora

ContikiOS running on Semtech SX1276/77/78/79 LoRa module
https://contikios4lora.github.io/contikios-lora/
Other
18 stars 8 forks source link

Wake up Receiver #3

Closed nkaramolegos closed 4 years ago

nkaramolegos commented 5 years ago

Hello, can you please explain me the usage of WuRX? As I understand you developed the driver for the SX1276 based on Contiki. Therefore, it is possible to run RPL or UDP using your LoRa driver?

rajeev1986 commented 5 years ago

Hi. To understand the usage and advantage of WuRX, please refer to the following articles:

  1. On-Demand LoRa: Asynchronous TDMA for Energy Efficient and Low Latency Communication in IoT
  2. On-Demand TDMA for Energy Efficient Data Collection with LoRa and Wake-up Receiver
  3. KRATOS: An Open Source Hardware-Software Platform for Rapid Research in LPWANs

Yes, the Sx1276 driver is implemented in ContikiOS. However, the current software has only been tested with Contiki Collect atop LoRa. The RPL has not been tested and might even work. :) Nevertheless, the driver is compatible and might need minor changes or enhancements to make RPL fully work.

This is the reason why we have made our software open-source where developers can enhance and implement new features. Hope this helps....