Introduction: How to Decode 433MHz RF Remote Codes ?
Example for receiving 433MHz codes from Chacon & Zap remotes using rc-switch library.
Step 1: Requirements
- 1 Arduino UNO
- 1 433MHz receiver
- 1 433MHz remote
- Jumpers / Breadboard
Step 2: Wiring
- VCC - 5V
- GND - GND
- DATA - D2
Step 3: Full Documentation + Sketch + Wiring + Video
on my GitHub ;) https://github.com/ibenot/Arduino
2 Comments
6 years ago
Cool. You could use this to make all sorts of things controllable with a standard TV remote.
Reply 6 years ago
Yes you're right but it's not the same technology. TV remote are IR. Power outlets are RF (433MHz). To allow to control everything from your TV remote, you must add IR sensor to get TV remote codes (You can read my other tuto: Tuto 2: How to control RGB LED strip with IR remote ? on my github https://github.com/ibenot/Arduino) It's working with my Samsung TV, Sony speaker, LED Strip remote.... After, you must add 433MHz transmitter to send an action to a specific power outlet. For example, when I press "A" button from my Samsung remote, my arduino IR receiver get the code and execute specific code in my sketch to send a 433MHz signal to my outlet #2. I could write a tuto if necessary ;)
Others Arduino tutorials here : https://github.com/ibenot/Arduino & https://www.youtube.com/watch?v=r9Jx8079knY&list=PLCeQOPohmBQLv9OxJ1JZnUnjsFsE_4C2X