Reverse Engineering the 433MHz CAME remote protocol

After reverse engineering the more complicate Cixi Yidong protocol, the CAME remote was an easy task, especially that CAME remote protocol is pretty simple.
Here is the older remote I had around, which used to open the door of a garage:

CAME remote

CAME remote

CAME remote inside

CAME remote inside

The protocol analysis:

CAME protocol analysis

CAME protocol analysis

With the help of the analysis, I could create a new protocol definition in my fork of the rc-switch library, which was then used in my OpenMQTTGateway based RF gateway.

The RF gateway is connected to Node-RED through an Eclipse Mosquitto MQTT broker.
I have also prepared Node-RED UI element and the code behind to be able to teach the devices (remote or switches) for new codes.

NODE-RED UI for 433MHz teaching

NODE-RED UI for 433MHz teaching

Share