I working with LoRa on RH_RF95 and I would like to separate two networks which can works around self. I tried to make SyncWord but it not works (producer give me info about that).
I'm trying to add param "networkId" to RadioHead lib to check that packet is coming from network of my node. NetworkId is something like Address of node but it could make bigger grids in LoRa.
I know that I need to add 1 byte (networkId) to header of send packet and i know that i need compare byte in receive packet but I have problem with implement in this library.
Hello!
I working with LoRa on RH_RF95 and I would like to separate two networks which can works around self. I tried to make SyncWord but it not works (producer give me info about that).
I'm trying to add param "networkId" to RadioHead lib to check that packet is coming from network of my node. NetworkId is something like Address of node but it could make bigger grids in LoRa.
I know that I need to add 1 byte (networkId) to header of send packet and i know that i need compare byte in receive packet but I have problem with implement in this library.
Anybody can help me?
Best Regards! Patryk