Hi I'm almost loosing my mind here trying to get this to work. I want to connect the 433 receiver to my udoo x86 so i can recieve the code my remote controlled power plugs send. I tried different pins but i dont get any kind of output. Using this library: https://bitbucket.org/fuzzillogic/433mhzforarduino I have these: https://www.ebay.com/itm/433Mhz-RF-...ino-ARM-MCU-WL-/232887289187?oid=130732506374
I followed these instructions, but it didnt work. QUICKSTART: * Copy the directories InterruptChain, NewRemoteSwitch, RemoteSwitch and RemoteSensor to the "libraries" directory in your Arduino sketchbook directory. See http://arduino.cc/en/Guide/Libraries for detailed instructions. * Start the Arduino IDE. * From the File menu, select Examples -> InterruptChain -> ReceiveRemoteAndSensor. * Connect a 433MHz receiver to digital pin 2 on the Arduino. * Run the sketch. * Enabled the serial monitor at 115200 baud. * Press buttons on your remote(s), and/or wait for your thermo/hygro sensor to transmit. * You should see the received data in the serial monitor.