Gas Fireplace Retrofit: the Warm Sound of Crackle and Pop

by MrDIYLab in Circuits > Microcontrollers

1436 Views, 3 Favorites, 0 Comments

Gas Fireplace Retrofit: the Warm Sound of Crackle and Pop

Thumbnail.png

My house has one of these newer fireplace models. It is powered by natural gas and is completely sealed. That makes it safer because it exhausts to the outside and eliminates any exposure to carbon monoxide so only the heat makes its way through the glass.

Watch the Video

Gas Fireplace Retrofit: the warm sound of crackle and pop

Components

components.png

The Problem

There is a downside to these newer gas fireplaces. They completely SILENT and they odn't give you that warm feeling when you hear the wood log popping and crackling. So in this instructable, I will make my fireplace a little more authentic.

The Design

schematic.png
dfplayer.png
code.png

The plan is to create a device that plays a mp3 of popping and crackling sounds when the fireplace starts. So I came up with this design. It uses 4 components: an mp3 decoder, an amplifier, a speaker and a microcontroller.

The mp3 decoder I picked is called DFPlayer Mini. It supports multiple sampling rates can read files off an SD Card in FAT format Has adjustable audio levels But its best feature is that it can be controller over serial.

The code for this project is very straight forward and was done on an Arduino nano. In the code, I included the library and created a software serial to be used for the communication with the mp3 module. Then I started with a 30 seconds delay to give time for the fireplace to start. And then issued a command to play all mp3s on the sd card in a loop. I am only planning on having 1 file on the sd card, so that soundtrack will continuously repeat or until the fireplace is turned off.

The sound coming out of the mp3 module is not that loud. That is why I added the amplifier.

The Device

pcbs.png
assembled.png

I love custom PCBs. They make any project look polished and less prone to wiring and soldering disasters. This PCB was made using a pcb manufactorer in China called PCBWay. You don't really need the PCBs, you can do the solder the connection using wires.

A week after placed my order, I got my boards. The boards turns out pretty good and are very compact. I added the components and connected the speaker. This might look like a small speaker but trust me, it can get very loud with that amplifier.

Under my fireplace, I have a controller that has a 5v output that I was able to power the whole device with.

Done

fire.png

Now I can sit back, relax and really enjoy my more authentic fireplace experience!

If you found this useful, please consider subscribing to my YouTube channel and give me a LIKE - It helps a lot.

* Much of the information contained is based on personal knowledge and experience. It is the responsibility of the viewer to independently verify all information.