06-03-2023, 04:42 AM
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 !
#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 !