32 keer bekeken / views
I recently installed a Reolink Video Doorbell at my house, and overall I’m very happy with it. The image quality is great, notifications are fast, and setup was straightforward.
But there was one problem…
My Maker Shed is located more than 25 meters away from the front door. I already had an old wired doorbell installed there, so whenever someone rang the front doorbell, I could also hear it inside the shed. Very convenient when working on projects.
Unfortunately, after replacing the old doorbell with the Reolink Video Doorbell, that setup stopped working.
The included wireless chime uses Bluetooth, and the signal simply does not reliably reach my shed.
Looking for Solutions
After searching online, I discovered that many people run into the same issue. There are several DIY modifications available to connect the Reolink chime to an existing wired doorbell infrastructure.
One of the most popular solutions uses an Arduino Nano to monitor the pulses sent to the internal speaker of the chime.
The idea works, but it depends heavily on the exact melody used by the chime. Different tunes generate different pulse patterns, which is probably why the solution does not work consistently for everyone (as you can see in the comments).
So I wanted something simpler and more universal.
A Simpler Hardware Hack
After opening the chime, I noticed something interesting.
The small 3-wire JST connector appears to carry:
- 5V power (Red)
- Ground (Black)
- The LED signal (White)
That LED signal is exactly what we need.
When someone presses the doorbell button, the LED flashes immediately. Instead of decoding sound patterns or speaker pulses, we can simply use that LED signal to trigger a relay.
The Modification
The modification is surprisingly simple but you have to separate the bottom and lid from the chime. First: Unscrew the screw that hold both parts.
Then, use a hair dryer or hot-air tool to soften the glue inside the chime. This is not an exact science — it involves a lot of fiddling and probably some brute force — but eventually the two halves can be separated.
The small 3-wire connectors are JST 1.25mm connectors. I just connected a male and female connector to the existing small cable so I did not have to solder anything directly onto the original chime!
To make a better and longer-lasting connection, you should use wire ferrules.
I also modified the 5 volt relay module to use a different connector,
… but that is optional.


This allows the original wired bell system to work again, while still keeping all the smart functionality of the Reolink doorbell.



Using Onshape, I designed a new lid for the chime with extra room for the relay.



You can download the Reolink-NewChimeLid.stl file from here.


What you need
- Reolink Chime V2 (I did not test it with other versions)
- 5 Volt relay module
- One JST 1.25mm male connector with wires
- One JST 1.25 female connector with wires
- A few wire ferrules. (The smallest ones you can get)
- Five 2mm inserts
- A replacement for the chime lid (3D printed)
The Only Downside
There is one thing worth mentioning.
The LED does not flash just once — it pulses about ten times during the ringtone sequence.
That means your old mechanical bell will also ring multiple times.
Depending on your type of bell, that may or may not be a problem.
Optional Microcontroller Solution
If you want cleaner behavior, you can add a small microcontroller such as:
- Arduino Nano
- ATtiny85
The microcontroller can:
- detect only the first LED pulse
- activate the relay for a fixed time (for example, 2 seconds)
- ignore the remaining pulses
- reset itself after the ringtone sequence finishes
That creates behavior much closer to a traditional doorbell.
Final Thoughts
I really like solutions like this.
No cloud hacks.
No complicated software decoding.
Just a simple hardware modification that makes modern smart-home hardware work with existing infrastructure.
And honestly… that is exactly the kind of project Makers and hobbyists love.
Happy hacking!




Follow