This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Any clues or example codes about how to use nrf51822 with sx1276 for lora?

Currently, I am trying to run the semtech lorawan code on nrf51822 with sx1276. I have successfully porting the ping pong code to nrf board and also able to send packets from the board to the semtech server, but I am stacking in the receive part. Anyone has some clues how to receive lora packets from the servers? By the way, I have already found a example code which based on mbed lib, but according the requirements, I won't use the third parties lib but only the nrf51 sdk.

Parents
  • Hi, did you manage to run LoRaWAN stack simultaneously with BLE softdevice? Looks like default Semtech implementation does not fit int RAM when running with softdevice. Also, I am still struggling to put together softdevice control loop with lmic control loop in order to get to ultra-low power mode between LoRa transmission while maintaining BLE responsive.

Reply
  • Hi, did you manage to run LoRaWAN stack simultaneously with BLE softdevice? Looks like default Semtech implementation does not fit int RAM when running with softdevice. Also, I am still struggling to put together softdevice control loop with lmic control loop in order to get to ultra-low power mode between LoRa transmission while maintaining BLE responsive.

Children
No Data
Related