ECE Infotech and technologies: Music Box Circuit using a CD4017 and two 555 Follow @AlokSin0308

Monday, 4 December 2017

Music Box Circuit using a CD4017 and two 555


This Music Box Circuit attempts to emulate the operation of a music box. The maximum number of notes is 10, allowing us to make a simple melody. The circuit uses two well known integrated circuits: the 555 timers and the CD4017 decade counter.
How the Music Box Circuit works?

The first 555 is used as a clock for the 4017 decade counter. The operating frequency of the clock can be varied by changing the resistor R1 with a 50K or more potentiometer, in series with a 1K resistor.




The 1K resistor is needed to prevent a short circuit between the output of the 555 (pin 3) and pins 6 and 2 when the potentiometer has a value of 0 ohms and the 555 timers have an output voltage that is different from 0 volts.

When the operating speed of the first 555 changes, the frequency applied to the clock input of 4017 changes, and consequently the cadence of the music box tones. The output of 555 is applied to the clock input of CD4017. The decade counter delivers sequentially, on its 10 outputs a high voltage signal starting on pin “0” output and ending on pin “9”.

It is noted from the diagram that the outputs 3 and 6 are not used. These are to create spaces of silence in the melody. Each CD4017 output is connected to a diode which is in series with a resistor. When one output is high, the corresponding resistor is placed in series with the resistor R2 of the second 555. (“R”)

This set of resistors (“R”) and capacitor C2, causing the second 555 to oscillate at a specific frequency. Each time a CD4017 output goes high, the second 555 oscillates at a frequency established by the group of resistors “R” (resistors which are connected to the outputs of 4017), R2 and C2. Once the sequence of 10 tones is completed, the process is repeated.

To handle the speaker, a transistor (Q1) is used. The transistor goes from the cut-off region to the saturation region, according to the oscillation frequency of the second 555.

As you can see, this is a good project to experiment with and we can achieve a sequence of notes that we like. You can change the values of the resistors in series with the diodes to experiment with different sounds. You can also change the how many times and location of the “silences” leaving, the corresponding output pin, without connection and choosing a different output.

The circuit is connected to a 9 VDC voltage source. You can make a simple voltage source with an LM7809 voltage regulator or you can use a 9-volt battery.

List of components for the Music Box Circuit


    2  555 Timer IC (IC1, IC2).
    1  CD4017 Decade Counter (IC3).
    1  TIP29 NPN bipolar transistor.
    2  33K resistors (R1, R2).
    3  10K resistors (R3, R5, R9).
    3  15K resistors (R4, R7, R10).
    2  22K resistors (R6, R8).
    1  470 ohm resistor.
    1  10uF electrolytic capacitor (C1).
    1  10nF capacitor (C2).
    8  1N4148 diode (D1, D2, D3, D4, D5, D6, D7, D8).
    1  8 ohm miniature speaker (LS).



3 comments:

Arduino based Automatic Plant Irrigation System with Message Alert

Whenever we go out of town for few days, we always used to worry about our plants as they need water on regular basis. So here we are ma...