Control Everything at Home Using a Car Remote | Arduino and 433mhz Module Tutorial

Published 2021-10-08
In this video, I am showing you how we can control anything in our homes using cheap modules.
Also, the library that I used has a lot of other methods, so we can extract some other information from the car remote's signal, feel free to experiment with it, I just used the decimal value of the code, but we can extract the used protocol, the binary code and so on...

The code can be found on: github.com/Zdravevski/control-everything-using-a-c…

Happy experimenting 😀

All Comments (7)
  • This is so awesome and actually so easy and I have the perfect project I am working on where this can be added to.
  • I'm trying to achieve the same thing, but my Renault fob uses a PCF7946 chip, so it's a rolling code fob and it won't pair with those generic Aliexpress 433Mhz modules unfortunately :(
  • @dhynders9193
    How did you determine the code that your lock or unlock sent each time the button is pressed.