Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 5 months ago.
SX1276 driver for 6LoWPAN
Hi guys!!
I make IoT device using FRDM-K64F and SX1276MB1LAS(LoRa module). But, there are no proper driver for SX1276.
Is there any one who develop a LoRa driver for 6LowPAN? Or, if I develop LoRa driver for 6LowPAN myself, where should I start?
sincere, walter.
1 Answer
6 years, 5 months ago.
Hi Soo, The sx1276 is a lora radio not a 6lowpan radio. We do have a proper driver for it. It can be found here https://github.com/ARMmbed/mbed-semtech-lora-rf-drivers
Please checkout this example to see how to use Mbed OS LoRaWAN stack https://github.com/ARMmbed/mbed-os-xample-lorawan
A list of supported 6lowpan radios with their drivers can be found in https://github.com/ARMmbed/mbed-os-example-mesh-minimal
Hope this helps. Please let us know if you have any other questions.
Thanks, Naveen Kaje, Team mbed