Category Archives: Tips

How to generate a BOM in KiCad 4.0

I’m switching from KiCad 3 to KiCad 4.

While version 3 offered a simple, quite un-customizable, CSV generated BOM, version 4 now only offers a raw XML export.

As KiCad website says:

BOM generation is extensible via Python scripts or XSLT, which allows many configurable formats.

“many configurable formats” This is great! It’s even possible to use any program or language other than Python and XSLT to translate the XML in whatever format pleases you.

The downside is, it requires additional steps before you can actually generate a BOM. It seems a bit complicated but it’s not. Read below.

Continue reading How to generate a BOM in KiCad 4.0

Choosing a suitable adapter for the MDPS

Unknown Wall Wart Adapter
If you want to power up your Mini Dual Power Supply, you need to supply it with an AC voltage on its input.
You can either use a simple transformer or, safer and easier to manage, use a AC/AC wallwart adapter.
It’s not easy sometimes to make distinction between an AC to DC adapter and an AC to AC adapter. They share the same form factor, the same look and feel. But there are clear indications to help you determine the type of each one.
Here’s a quick comparison between the two types with two example closeup pictures, one AC/DC adpater and one AC/AC adapter:
Continue reading Choosing a suitable adapter for the MDPS

Here’s an excerpt from a topic about temperature compensators in exponential converters on Modwiggler forum:
http://www.modwiggler.com/forum/viewtopic.php?t=120518

Frequency drift is caused by the two transistors in the exponential converter being at different temperatures and minimised by them being on the same substrate. This is temperature balancing. Temperature compensation with tempco resistors tries to stop the Volts/oct changing by matching the exponential term which is proportional to absolute temperature. At 25 deg C the amount of change for 1 deg is 1/(273 + 25) = 0.33557% or 3355.7ppm. That is where the figure comes from, it is not 3300pmm or 3000ppm or 3500ppm or anything else.

Continue reading About Tempcos in exponential converters