RFM69 with remote control panel

Good day. Need help connecting Arduino Uno and RFM 69 to receive data from the gate control panel. Perhaps someone has already encountered this issue?

Hope that helps.

Thank you for the article. I have already researched the forum well and there are no questions about connecting. Question about the program code, how to properly configure the module to communicate with the remote control?

Have a look at the “Lowpower labs” web site . They also sell Arduino compatibles with these radio units on board

There is also a library with examples to go with it

I looked, there the examples are basically the communication of the module with the module on the network, but I need the communication of the module with the remote control.

+1 for the LowPower Labs library. Works a treat for me when the RadioHead and MySensors libraries didn't want to know.

If memory serves, there is one example called something like TxRxBlinky. That is pretty simple and was the basis for all my early experiments.

Just re-read that bit. Are you trying to interface with an existing device? Do you know if the RFM69 module is compatible with that device?

Thanks, I'll read it. Yes, the module must be compatible in all respects.
The remote works with Keeloq at a frequency of 433.9.
In the examples, there is a device ID of senders and a network, but this ID is not in the remote control.

I would say that the chances of the 2 units being compatible are fairly slim. I'm not a radio expert but i know that there are quite a few variables that have to match in order for the 2 to talk to each other. For example, do both modules use the same modulation technique.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.