I've used the RCSwitch lib to build many projects using 433mHz transmitters all working fine. Great library! I've a couple of remotes that I could never get to work: The receive demo had no output :(
At first, I thought these units used another frequency like 315mHz but when I opened one of them it was a 433mHz transmitter. So I think it might be the encoding/chipset being used.
The remote uses EMW100R board and looks like the one in this blog (scroll down for the insides of the remote)
Blog post for photos of insides of remote
http://kinavara.blogspot.co.uk/2015/01/remote-control-power-shitch.html
I saw this post that has this transmitter's code documented Code for EMW100R if this helps?
https://github.com/chrols/emw100
Is there any example code I could use in a receiver for transmissions from an EMW100R based transmitter? Of course, my hope would be to use the captured codes to transmit compatible codes.
I've used the RCSwitch lib to build many projects using 433mHz transmitters all working fine. Great library! I've a couple of remotes that I could never get to work: The receive demo had no output :(
At first, I thought these units used another frequency like 315mHz but when I opened one of them it was a 433mHz transmitter. So I think it might be the encoding/chipset being used.
The remote uses EMW100R board and looks like the one in this blog (scroll down for the insides of the remote)
Blog post for photos of insides of remote
http://kinavara.blogspot.co.uk/2015/01/remote-control-power-shitch.html
I saw this post that has this transmitter's code documented Code for EMW100R if this helps?
https://github.com/chrols/emw100
Is there any example code I could use in a receiver for transmissions from an EMW100R based transmitter? Of course, my hope would be to use the captured codes to transmit compatible codes.