You are on page 1of 1

DESIGN TIPS

Avoltage booster using Arduino


By Clemens Valens (Elekior France Editorial)

lf your project needs a higher voltage rail than is already available


in the circuit, you can use an off-the-shelf step-up device. But when
you want a variable output voltage, it's less easy to find a ready-
made lC. However, it's not complicated to build such a circuit your-
self, especially if you have a microcontroller board that's as easy to
program as the Arduino. And this also lets you experiment with the
circuit so you can get a better understanding of how it works.
No surprises in the circuit- a largely conventional boost convertor. The
IVIOSFET is driven by a pulse width modulated (PWM) signalfrom the
pC, and the output voltage is measured by one of the pC's analogue
inputs. The driver adjusts the PWM signal according to the difference
between the output voltage measured and the voltage wanted.
We don't have enough space here to go into details about how this
circuitworl<s, but it's worth mentioning a few points of special inter-
est. The small capacitor across the diode improves the efficiency of
the circuit. The load is represented by R3. The components used
mal<e it possible to supply over 1 A (current limited by the MSSl 2607
683MLB inductor from Coilcraft), but maximum efficiency (89%) is grammed in assembler, allowing a maximum frequency of 62.5\<Hz
at around 95 mA (at an output voltage of 10 V). To avoid damaging (the pC runs at 16 MHz). To sample the output voltage, a frequency
the controller's analogue input (<5 V), the output voltage may not of 100 Hz is acceptable, which means we can use Arduino's standard
exceed 24Y. For higher voltages, the values of resistors R1 and R2 timers and analogue functions. The Arduino serial port is very handy
would need to be changed. - we can use it for sending the output voltage set point (5-24V)
The MOSFET is driven by the pC, which is nothing but a little Arduino and for collecting certain information about the operation.
board. The Arduino's default PWM signal frequency is around Thanl<s to the Arduino environment, it only tool< about half an hour
500 Hz - too low for this application, which needs a frequency at to program. You can download the software from 11l.
least 100 times higher. So we can't use the PWM functions offered (o9o894-l)
by Arduino. But that's no problem, as the Arduino can also be pro- [1 ] www.elel<tor.com/0g0gg4

UV light box
By Gert Baars (The Netherlands) is not nearly as difficult as most people assume.
The required items are a housing with a sheet of glass, UV fluo-
Fabricating printed circuit boards is not something that every elec- rescent tubes and perhaps a timer. The latter is not really neces-
tronics hobbyist does for themselves. lt is, however, not really that sary when a clock or watch is available. lt therefore comes down to
difficult. The most important necessities are a PCB layout, a printer obtaining the UV fluorescent tubes with starters and ballast and a
(or perhaps a copier), a light box, photo-sensitive PCB material, housing with a sheet of glass.
chemicals and an etching tray. lt is often the light box that presents There is a cheap solution for this. For the housing you can use a dis-
the most difficulties. carded sheet scanner with all the innards removed. The fluorescent
The PCB layout can be copied (using a copier) from an existing tubes could come from a face tanning machine, for example. ln the
design or you can design it yourself using a computer and suitable 'prototype' made by the author the frame complete with the fluo-
software. The layout needs to be printed onto a transparency (make rescent tubes was cut out. This could then be placed in its entirety
sure that the transparency is suitable for use in laser or inl<jet print- into the housing for the scanner. The accompanying starters and
ers). The necessary chemicals (sodium hydroxide for the develop- ballast fitted elsewhere in the old scanner housing and after con-
ing and iron(lll)-chloride or copper-chloride for the etching) are not necting allthe wires everything immediately worl<ed as it should.
difficult to obtain. lt is not necessary either to etch using a foam- Because the layout has to be in good contact with the PCB to pre-
etching box, but this does etch much quicker. Etching can simply vent shadowing, a sturdy piece of cardboard the same size as the
be done in a plastic tray, and etching with iron(lll)-chloride will be a glass was attached to the inside of the lid of the scanner. lt is neces-
little faster if the etchant is at about 40 "C. sary to apply some pressure on the lid during the exposure, but a
As already mentioned, exposing the PCB is often the most diffi- few books or fat catalogues on top ofthe lid is already sufficient. The
cult part. ln the past, the PCB with the layout in an exposing frame exposure time for the best results with this construction appears to
would sometimes be placed in the bright sun and it is also possible be about 2-3 minutes.
to expose the PCB using UV lamps. To mal<e a'real' light boxyourself (ogooBB)

elel<tor o4-2oio 75

You might also like