2019-08-27 08:45 AM
Hello,
I want to use only LoRa communication between to devices. Which files i need for this in the i-the cube-lrwan library. I going to add this files to CubeMX project.
Regards.
2019-08-27 12:15 PM
The code is spread across multiple files, at the end of the day you might just need to port some SPI code, the SX127x radio hw code and some interrupt handlers.
The Ping-Pong code is a minimal build for the LRWAN library code, without the LoRaWAN support code.