Hi,
I was using the example code provided on this website: https://learn.sparkfun.com/tutorials/ho … ill-switch. However, when I adapt the transceiver part of the code. The part where it stated “if (rf69.available())” in my case was always set as False. It seems like the signal sent from killswitch one never reaches killswitch 2 to tell it to kill the power or something. I checked the sending part of the code and the signal is being sent as desired. I am not sure what the problem could be for it not to receive the signal? Could it be a library issue? I am currently using library <RH_RF69.h> on the arduino.