https://github.com/jehy/arduino-came-reader
433 Mhz reader for came gates
https://github.com/jehy/arduino-came-reader
433mhz arduino came gates reader
Last synced: 3 months ago
JSON representation
433 Mhz reader for came gates
- Host: GitHub
- URL: https://github.com/jehy/arduino-came-reader
- Owner: jehy
- Created: 2022-02-06T18:48:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-24T21:33:17.000Z (about 3 years ago)
- Last Synced: 2025-01-07T21:46:47.575Z (5 months ago)
- Topics: 433mhz, arduino, came, gates, reader
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arduino came reader
[](https://github.com/jehy/arduino-came-reader/actions/workflows/compile-sketch.yaml)
[](https://www.paypal.me/jehyrus)Arduino 433 Mhz reader for CAME gates, based on [this sketch](https://gist.github.com/superyarik/3eb4da9da728466c072e716532d732ef).
It can read both 10 and 20 bit keys.
Just connect any 433Mhz receiver, specify port, launch sketch, push button on your remote and get your key in binary.
If you wanna open gates using received code, use [this sketch](https://github.com/jehy/arduino-came-gates-mqtt).
Please note that this surely works on Arduino UNO, somehow does not work on Wemos D1 R1 and I'm not sure if it works on other controllers.