jyvet / gate-remote

Mimic CAME TOP432NA remote controls (for gate and garage door) with a Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CAME TOP432NA remote control with a Arduino

Emit CAME TOP432NA remote controls frames (used for gate or garage door) with a Arduino board and a FS1000A 433Mhz RF Transmitter.

Hardware Setup

  • Connect the FS1000A to the digital pin 12.
  • Use a 17cm wire as an antenna.

Hardware Setup

Frame characteristics

Start bit (header)  __       10 bits code       __ Ending 2 bits (trailer)
                      |  _________|_________   |
                      0 [X X X X X X X X X X] 0 1

   Shape of the zero pulse                Shap of the one pulse
             ___                                  ______
         ___|   |___                             |      |___

Legend: _ is 100µs

About

Mimic CAME TOP432NA remote controls (for gate and garage door) with a Arduino

License:MIT License


Languages

Language:C 100.0%