Microcontroller Adjustment Of A DC To DC Converter

[Hugatry] wanted to replace the adjustment pot on an LM2596 buck converter with a microprocessor-controlled voltage. The regulator IC uses a divider to generate a 1.25V reference from the output. The pot is part of a divider circuit that sets the output voltage. For example, if the divider is 10:1, the controller will keep the output at 1.25V and, therefore, the output voltage will be 12.5V.

[Hugatry’s] strategy was to use a filtered PWM signal from a microcontroller to offset the 1.25V signal. By adding a small voltage to the control point, the output voltage would not need to rise as high as before to maintain the 1.25V reference. For example, adding 0.25V to the reference input would only require 1V, which corresponds to a 10V output.

The video has a nice view of a scope showing the relationship between the PWM duty cycle and the output voltage. Although he didn’t mention it, it struck us that since PWM is proportional to the supply voltage, the voltage on the microcontroller and PWM output stage probably needs to be fixed. That implies you couldn’t use the buck converter to directly power the microcontroller itself. Then again, what kind of microcontroller needs to adjust its own power supply?

Continue reading “Microcontroller Adjustment Of A DC To DC Converter”

I Am A Battery: Harvesting Heat Energy

If you get tired of charging batteries, you might be interested in [Hackarobot’s] energy harvesting demo. He uses a peltier device (although he’s really using it as a thermocouple which it is). A 1 farad super capacitor stores energy and an LTC3108 ultra low voltage converter with a 1:100 ratio transformer handles the conversion to a useful voltage.

The truth is, the amount of energy harvested is probably pretty small–he didn’t really characterize it other than to light an LED. In addition, we wondered if a proper thermocouple would work better (some old Russian radios used thermocouples either in fireplaces or kerosene lamps to avoid requiring batteries). Although a Peltier device and a thermocouple both use the Seebeck effect, they are optimized for different purposes. Thermocouples generate voltage from a temperature differential and Peltier modules generate temperature differentials from voltage.

However, as [Hackarobot] points out, the same technique might be useful with other alternate power sources like solar cells or other small generators. The module used has selectable output voltages ranging from 2.35V to 5V.

Continue reading “I Am A Battery: Harvesting Heat Energy”

An E-Ink WiFi Connected Display

Wi-Fi Connected E-Ink Display

People implementing the Scrum Methodology for project management often record all their tasks on a big whiteboard. However, it’s useful to have up-to-date graphs to ensure projects are on track. [Sprite_TM] augmented the whiteboard by building an Wi-Fi connected E-Ink Display.

Interfacing with E-Ink displays isn’t easy. A variety of voltages are needed, and the connectors used are tiny. We’ve seen some nice solutions, such as the RePaper display. [Sprite_TM] chose the ED060SC4 display which is available from eBay and has been throughly reverse engineered. A custom breakout board was built up to connect to the tiny FPC pins and generate the required voltages using the LT1945 DC/DC converter.

The next step was adding on Wi-Fi. The ESP12 module was an obvious solution. This module provides Wi-Fi connectivity and a processor capable of controlling the display. The display is powered by a tablet battery, which makes it totally wireless and operates for about 200 days.

A simple laser cut enclosure holds all the bits together, and contains magnets that stick the screen to the whiteboard. On the software side, images are streamed to the ESP12’s processor and loaded directly to the screen, since the ESP12 doesn’t have enough RAM to store an entire screen worth of data. All the firmware can had by cloning a Git repository.

A low cost power supply unit with displays

A Low Cost Bench Supply

Everyone needs a power supply on their bench, but a standard lab supply isn’t cheap. [ludzinc]’s PSU Console is a cheap alternative, which provides the basic features you’d expect in a lab supply.

The basis of this PSU is a DC/DC module based on the LM2596 step down switching regulator. These modules cost less than a single LM2596, but have all the required components for a buck DC/DC converter. Sure, they might not last forever, and they’re not the most efficient regulators, but the price is right.

The front panel has four displays for voltage and current, which are just low cost voltmeter displays. The potentiometers are used for adjusting the voltage of the DC/DC, and controlling the current limiter. This limiter monitors current through a shunt, and shuts off a MOSFET when the limit is exceeded.

The final product looks like something that’s ready for daily use, and was much cheaper than most supplies with these features. These low cost DC/DC modules are worth a look if you’re considering a similar build.