I am currently working on a project to control my pc-fans with an Arduino and an DHT22. They should adjust to the temperature in the pc and can be switched on/of via a remote control.
At this point i am trying to send the on/off signal with a 433 MHz remote control. It's the Mumbi RC-10 and can be found in sets like the "Mumbi m-FS300" in Germany.
I tried to use the "ReceiveDemo_Simple" Example from the RCSwitch Library but nothing is received by the Module. When I send signals with another Arduino using the "SendDemo" Example it receives Data without a problem.
I am using a Arduino Mega which is connected to the receiver via the D3 pin.
The remote is using a HD R433M transmitter.