IDs for LoRa modules
问题 I use two SX1278 LoRa Ra-02 modules for communication. I wonder how I can set IDs for these two modules to deny an interference with other LoRa modules which work at the same frequency. I mean, is there a solution similar to pipe addresses of NRF24l01 communication. Thanks in advance. 回答1: Encryption is the answer to blocking snooping on your communication. This can be a basic XOR encryption, a Caesar cipher or even better rsa. For the unique ID problem: there are several solutions to this