Hit problem with REMOTE CONTROL SOCKETS 433hz tutorial #3885
Replies: 1 comment
-
Posted at 2014-06-28 by Pumych I have the same receiver and transmitter as on this image: I using the code from example, here are my exact code with connections:
Hope this helps, LMK if you need some help, I passed it before few days. :) BTW, how did you checked the remote control that it works fine? PS: Here is additional good explanation for the code if you need it. Posted at 2014-06-28 by yayAdrian Thanks so much. Using your code I've now got a switch turning on and off! :) Am I correct in thinking all I need to change is the CODE variable? For channel 4 I get this output: 0b1110010111111111000011100 Thanks again for your help. Posted at 2014-06-28 by Pumych @yayadrian what do you mean "got a switch" and "channel"? Can you please add more details for what would be done? Thanks Posted at 2014-06-28 by yayAdrian Sorry, Posted at 2014-06-28 by Pumych Still didn't tested the remote, it on it's way from Hong Kong , I sending and receiving the bits on the same board :) Posted at 2014-06-28 by yayAdrian So I went back to basics with the code and found that
Was causing me the problem. I replaced that by passing the full code (e.g. 4 = 0b1110010111111111000011100) and I am able to turn all of the channels/1,2,3,4 on and off. Posted at 2014-06-30 by @gfwilliams Glad you got it working eventually! @yayadrian: Did you change the line 'CODE=' in the code that you put into Espruino? If you didn't it may explain why you had to put the full code into sendMultiple |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2014-06-28 by yayAdrian
Hi,
I've been following the REMOTE CONTROL SOCKETS tutorial, it was all going well.
Based on the photo in the tutorial I'm using the same remote and plug socket.
I was able to connect to pick up the remote controls "messages" (although I did use the transmitter with 4pins)
Having received codes (e.g. 0b1110010111111111000011100) I changed the setup to be a transmitter. (again using the transmitter with 4 pins only 3 pins connected)
This is where I get stuck.
I used the send code in the tutorial but none of my plugs turn on or off.
I double checked, and using the remote control it works fine.
I have recreated all of the wiring but still no luck.
Any tips on how I can go about debugging this or figuring out what is wrong?
Beta Was this translation helpful? Give feedback.
All reactions