Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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