2022-04-01 12:07 AM
Hi,
I'm trying to adapt ST LORA poing pong example to my own need. To do thaht I'd like to update the code to use specific address for master and slave. For example I'd like to set in source code the address 12000 to master and addresse 13000 to slave is it possible ? I want to have only one master and one slave each one with a specific address.
Like RFM95 module and
sendtoWait(uint8_t* buf, uint8_t len, uint16_t address)
method