Mysensors RF command send node
Development
3
Posts
2
Posters
710
Views
2
Watching
-
Hi,
I want to make a node to send RF codes to control different devices (alarm system, some switches) which already are controlled from RF remote control. I saw in examples only RF receive decode node. Can anybody help me with RF send?
Thank you. -
Thank you skywatch for your answer. I am talking about RF 433MHz and i have succesfully decode and resend RF commands by connecting RF transmitter and receiver on arduino like this project here: http://www.libremechanics.com/?q=node/31
How can i combine these sketches to make a mysensor node which will be able to read and send the RF commands?