Smart Home Automation Forum
Technical question LoRa transceiver - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20)
+--- Forum: KC868-A6 (https://www.kincony.com/forum/forumdisplay.php?fid=22)
+--- Thread: Technical question LoRa transceiver (/showthread.php?tid=2961)



Technical question LoRa transceiver - bsarevalo - 06-03-2023

Hello everyone, my application is already working, although I have doubts about the following: I am using 3 KC868-A6 modules, so module 1 is the master node and the other modules are nodes that listen to the master and must respond to the master. I have used the pin definition with the Kincony examples for sender and receiver so for the Master Node I use

#define ss 5
#define rst 21
#define dio0 2

and for the nodes I use

#define ss 5
#define rst 14
#define gave0 21

My question is... can I use the same pin configuration in all the modules? ... I did a test and it works but I don't know what the difference is in configuring the pins for the transmitter and receivers, for this application that I develop each module must send and receive! thank you very much for your help !


RE: Technical question LoRa transceiver - admin - 06-03-2023

sure , you can use same, hardware is same, which is "sender", which is "rceiver", it according to your software setting, not by hardware.