I'm using an Arduino Nano along with an RXB6 receiver to capture 433MHz signals. I've successfully tested it with both a motion sensor and a door sensor, and it's been working flawlessly.
However, I've encountered an issue when attempting to send signals from Domoticz using an RFXCOM device. Unfortunately, I'm not receiving any output on the serial monitor. Has anyone experienced this before and could provide some guidance on resolving this problem? Your help would be greatly appreciated.
There are several "while()" loops embedded in loop(). Add a serial.Print() statements just before each of them so you can see if one of them is causing a problem.