Fork me on GitHub

Project Notes

#607 CD4049 Voltage Doubler

Testing a voltage doubler circuit based on a CD4049 inverter-driven bucket brigade.

Build

Notes

The CD4049 is a hex inverter buffer/driver with the ability to operate over a wide voltage range of 3V to 15V. Unlike standard inverters, it can provide higher output drive capability, making it suitable for interfacing between different logic families and driving capacitive or resistive loads. It features symmetrical output rise and fall times, low power consumption, and high noise immunity. The CD4049 is often used in logic level shifting, waveform generation, and simple amplification applications, especially where standard logic gates do not provide sufficient drive strength.

cd4049-pinout

Circuit Design

An relaxation oscillator uses two inverters with an RC network to drive the circuit.

The frequency is determined by the RC time constant, and in the Inverter/NAND Gate Waveform configuration can be estimated as f = 1 / (2.2 * R1 * C). R2 should be approximately 10 times R1.

With R1=6.8kΩ and C=100nF, the expected frequency is 668.4 Hz.

The oscillator output drives 4 inverters in parallel (to 4x the output current capacity). These drive a two-stage charge pump that delivers the doubling of the voltage.

bb

schematic

bb_build

Test Results

The scope trace below captures the system in operation:

  • CH1 (Yellow): oscillator output at OSC.
    • Measured: 684 Hz at 46.4%
    • Calculated: 668.4 Hz
  • CH2 (Blue): voltage at VOUT
    • Measured: 23.6V

test_result

Credits and References

About LEAP#607 CMOS/TTLCD4049

This page is a web-friendly rendering of my project notes shared in the LEAP GitHub repository.

Project Source on GitHub Return to the LEAP Catalog
About LEAP

LEAP is my personal collection of electronics projects - usually involving an Arduino or other microprocessor in one way or another. Some are full-blown projects, while many are trivial breadboard experiments, intended to learn and explore something interesting.

Projects are often inspired by things found wild on the net, or ideas from the many great electronics podcasts and YouTube channels. Feel free to borrow liberally, and if you spot any issues do let me know or send a pull-request.

NOTE: For a while I included various scale modelling projects here too, but I've now split them off into a new repository: check out LittleModelArt if you are looking for these projects.

Project Gallery view the projects as an image gallery Notebook reference materials and other notes Follow the Blog follow projects and notes as they are published in your favourite feed reader