Hello,
I try to creat a connection between an Arduino Galileo and an Arduino UNO with the 433MHz Link Kit from seeed.
I use the library RCSwitch.
The transmiter is connected on the PIN 13 of the Galileo board. I use the sample “SendDemo” provided with the library.
Of course in the seput I have “mySwitch.enableTransmit(13);”
I Can see the led connected on the output 13 bliking every time a “message” are send.
The receiver is connected on the PIN 2 (Interrupt 0) of the Arduino UNO. I use the sample “ReceiveDemo_Advanced” provided with the library.
But it seem that it do not works.
I do not have any scoop meter to control if something arrived on the Arduino UNO.
I do not hava any idea how I can find were is the problem.
Somebody can help?
Christian