Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Technical question LoRa transceiver
#1
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 !
Reply
#2
sure , you can use same, hardware is same, which is "sender", which is "rceiver", it according to your software setting, not by hardware.
Reply


Forum Jump:


Users browsing this thread: