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.

Related