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.
9 years ago.
lora with nrf51822 for sending and receiving data without using LoRaWAN
I am using dragino arduino LoRa shield with nrf51822 board and want to make communication between two lora devices for sending and receiving data without using LoRa wan..Any example code???
1 Answer
9 years ago.
There is example https://developer.mbed.org/teams/Semtech/code/SX1276PingPong/ or https://developer.mbed.org/teams/Semtech/code/SX1272PingPong/ (sx1272 vs sx1276). This is direct LoRa, not LoRaWAN.
There is also even more simple example: https://developer.mbed.org/users/dudmuck/code/sx127x_simple_TX_shield/ https://developer.mbed.org/users/dudmuck/code/sx127x_simple_RX_shield/