Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cpoore1/gr-clapper_plus
https://github.com/cpoore1/gr-clapper_plus
clapper gnuradio hacking sdr
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cpoore1/gr-clapper_plus
- Owner: cpoore1
- License: mit
- Created: 2021-06-29T01:51:45.000Z (over 3 years ago)
- Default Branch: maint-3.10
- Last Pushed: 2022-08-28T15:36:47.000Z (about 2 years ago)
- Last Synced: 2024-10-11T00:19:25.065Z (about 1 month ago)
- Topics: clapper, gnuradio, hacking, sdr
- Language: CMake
- Homepage:
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gr-clapper_plus
This GNU Radio out-of-tree module will toggle a Clapper Plus device by transmitting 433 MHz on-off keying (OOK) signals. The Clapper Plus has more than one version and frequency band. The one used during testing has a remote with two buttons to control power for two electrical devices. The main difference in the signaling between the two buttons is the amount of time between bursts. The same signal for turning a switch on can be used to turn it off as long as there is a sufficient time interval between them.
This software has been integrated into [FISSURE: The RF Framework](https://github.com/ainfosec/FISSURE).
The remote:
![Clapper Remote](/examples/Clapper_Plus_915_Remote.png)
A sequence of bursts (zoomed out):
![Clapper Signal Zoom Out](/examples/Clapper_Plus_433_time.png)
A single burst with 22 pulses (zoomed in):
![Clapper Signal Zoom In](/examples/Clapper_Plus_433_zoom.png)
My notes:
![Clapper Notes](/examples/Clapper_Plus_433.png)