Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rpidanny/wireless-doorbell-clone
Reverse engineering Grundig Wireless Doorbell
https://github.com/rpidanny/wireless-doorbell-clone
arduino esp32 micropython reverse-engineering sdr software-defined-radio wireless
Last synced: 6 days ago
JSON representation
Reverse engineering Grundig Wireless Doorbell
- Host: GitHub
- URL: https://github.com/rpidanny/wireless-doorbell-clone
- Owner: rpidanny
- License: mit
- Created: 2018-09-27T18:27:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T08:00:21.000Z (about 6 years ago)
- Last Synced: 2024-12-06T21:36:23.594Z (22 days ago)
- Topics: arduino, esp32, micropython, reverse-engineering, sdr, software-defined-radio, wireless
- Language: C++
- Homepage:
- Size: 2.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wireless Doorbell Clone
![alt text](grundig.jpeg)
Reverse engineering a [Grundig QH-831A wireless doorbell](https://www.coolblue.nl/product/764783/grundig-draadloze-deurbel-1-ontvanger-netstroom.html) and cloning it's remote so that it can be triggered remotely.
Obviously to prank some unsuspecting victims :grin:
See the [QH831A.md](QH831A.md) file for the reverse engineered data frame of the remote.
## Requirements
### Hardware
* A Software Defined Radio
* Arduino or MicroPython Compatible Board
* [433 Mhz ASK transmitter](https://www.seeedstudio.com/433MHz-ASK-OOK-Transmitter-module-p-2206.html)### Software
* [GQRX](https://github.com/csete/gqrx)
* [Audacity](https://www.audacityteam.org)
* [Arduino IDE](https://www.arduino.cc/en/Main/Software)## Usage
### Arduino
Flash the contents of `firmware/arduino/remote-trigger` to your arduino board.
### MicroPython
Flash the contents of `firmware/micropython/remote-trigger` to your arduino board.
## License
This project is licensed under the MIT License - see the [license file](LICENSE) file for details