<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Volodymyr Smotesko</title>
    <link>https://smotesko.com</link>
    <atom:link href="https://smotesko.com/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>Use 5V power, Luke</title>
        <description>&lt;p&gt;Many Eurorack synthesizer power supplies provide not only ±12V, but also +5V power line. This is useful for digital modules, where most power is consumed by 5V or 3.3V devices. But instead of taking power directly from the +5V line, module manufacturers tend to regulate it down from +12V, overloading the +12V line unnecessarily. There are two major reasons for this:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Backward compatibility with older and/or simpler power supplies, which do not provide +5V&lt;/li&gt;
  &lt;li&gt;Insurance from poorly regulated 5V power supplies, which can sometimes output much larger voltage and fry the module.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The second reason was &lt;a href=&quot;https://web.archive.org/web/20210408220321/https://forum.mutable-instruments.net/t/5v-direct-from-power-supply/8320&quot;&gt;well explained&lt;/a&gt; by Émilie Gillet, she has also suggested to use a 5V TVS diode for protection of modules powered from a system 5V line. I’ve built on that idea and made a little adapter board that converts any +12V powered digital module into a +5V powered one.
&lt;img src=&quot;/images/5V-adapter/5V-adapter-schematic.png&quot; alt=&quot;+5V adapter schematic&quot; /&gt;
Here the TVS diode &lt;a href=&quot;https://www.mouser.com/datasheet/2/427/sa50athrusa170ca-346895.pdf&quot;&gt;SA5.0A&lt;/a&gt; protects the circuit when voltage on the +5V line rises above 5V. In that case diode starts to reverse conduct and clamp the voltage down. The clamping current flows through the fuse F1, diode D1, and into the ground. When the clamping current raises above 200mA, the fuse “blows” and line becomes disconnected. F1 is a PTC “self-resetting” fuse, so it will recover when the voltage returns to the normal 5V level. Ferrite bead FB1 helps to filter down noise coming both from the system into the module, and the other way round.
&lt;img src=&quot;/images/5V-adapter/IMGP6828.jpg&quot; alt=&quot;+5V adapter top view&quot; /&gt;
This adapter connects 2x8 system bus connector to the 2x5 module connector. On the bottom of the board there is a &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;5Vout&lt;/code&gt; point that should be attached to the point on a module.
&lt;img src=&quot;/images/5V-adapter/IMGP6831.jpg&quot; alt=&quot;+5V adapter bottom view&quot; /&gt;
On the target module there would be a voltage regulator, usually “78L05” or “1117-5”, that has to be removed, or not ever installed when assembling a DIY module. I find the output pin of the voltage regulator and wire &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;5Vout&lt;/code&gt; to that point.
&lt;img src=&quot;/images/5V-adapter/IMGP6833.jpg&quot; alt=&quot;+5V adapter with a wire attached&quot; /&gt;
Here is an &lt;a href=&quot;https://ornament-and-cri.me&quot;&gt;o_C&lt;/a&gt; board with adapter soldered on. During assembly I skipped the 1117-5 voltage regulator and one capacitor at the input of the regulator. I did install the output capacitor. Adapter is soldered directly onto the 2x5 header and it’s a very sturdy connection without any flex. 
&lt;img src=&quot;/images/5V-adapter/IMGP6835.jpg&quot; alt=&quot;+5V adapter soldered onto ornament and crime board&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;bom&quot;&gt;BOM&lt;/h2&gt;

&lt;table&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;F1&lt;/td&gt;
      &lt;td&gt;PTC fuse 200mA 1206&lt;/td&gt;
      &lt;td&gt;Littlefuse 1210L020WR&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;D1&lt;/td&gt;
      &lt;td&gt;TVS diode 5V&lt;/td&gt;
      &lt;td&gt;Vishay SA5.0A&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;FB1&lt;/td&gt;
      &lt;td&gt;Ferrite bead&lt;/td&gt;
      &lt;td&gt;Murata BL01RN1A1F1J&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;🎁 I’ve &lt;a href=&quot;https://oshpark.com/shared_projects/YsTAdyS6&quot;&gt;shared the board at OSHPark&lt;/a&gt;. You can download the kicad-pcb file or order PCBs from them.&lt;/p&gt;

&lt;h2 id=&quot;how-to-find-5v-injection-point&quot;&gt;How to find 5V injection point&lt;/h2&gt;
&lt;p&gt;This is the section of &lt;a href=&quot;https://ornament-and-cri.me/schematic/&quot;&gt;o_C schematic&lt;/a&gt; where I found the point to which I should connect the 5V supply. The leftmost 10uF capacitor was not installed because it would now do nothing (almost).
&lt;img src=&quot;/images/5V-adapter/o_C-schematic-power_section.png&quot; alt=&quot;ornament and crime schematic power section&quot; /&gt;
Let’s look at another example: find the +5V point on Mutable Instruments &lt;a href=&quot;https://pichenettes.github.io/mutable-instruments-documentation/modules/grids/downloads/grids_v02.pdf&quot;&gt;Grids schematic&lt;/a&gt;. Here C19 and IC7 would be removed and wire attached to the pin 2 of IC7.
&lt;img src=&quot;/images/5V-adapter/grids-schematic-power-section.png&quot; alt=&quot;Grids schematic power section&quot; /&gt;&lt;/p&gt;
</description>
        <pubDate>Wed, 24 Jul 2019 00:00:00 +0300</pubDate>
        <link>https://smotesko.com/blog/use-5v-power-luke.html</link>
        <guid isPermaLink="true">https://smotesko.com/blog/use-5v-power-luke.html</guid>
      </item>
    
      <item>
        <title>Eurorack power kit: designing a power supply</title>
        <description>&lt;p&gt;&lt;img src=&quot;/images/power-kit/PSU-PCB-cover.jpg&quot; alt=&quot;power supply board render&quot; /&gt;&lt;/p&gt;

&lt;p&gt;For a single row Eurorack case, I want to have a power supply that’s not too
big, and can be fed from different power sources: AC-DC adapter,
li-ion battery pack, car battery, USB. Unfortunately, I wasn’t able to find an
easy solution for delivering 500mA on ±12V from a 5V source, so no USB this time,
but for input
voltages from 9 to 36 VDC this power supply should work.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/images/power-kit/PSU-PCB-FrontView.jpg&quot; alt=&quot;board top view&quot; /&gt;&lt;/p&gt;

&lt;p&gt;The core is two Murata &lt;a href=&quot;http://datasheet.octopart.com/NCS12D1212C-Murata-datasheet-22087528.pdf&quot;&gt;NCS12&lt;/a&gt;
series DC-DC converter modules. They cost $30.46 each today.
One delivers ±12V, the other +5V.
They are isolated devices, meaning there’s no
galvanic connection between input and output, even on the GND terminal. This
gives protection when working with poor quality AC-DC adapters that may have
&lt;a href=&quot;http://www.righto.com/2016/03/counterfeit-macbook-charger-teardown.html&quot;&gt;insufficient isolation&lt;/a&gt;
from mains potential. Isolation was not my initial goal, but the DC-DC converters
I chose happen to be isolated, so I’ve embraced this and designed the PCB
to have sufficient gap between input and output traces.&lt;/p&gt;

&lt;p&gt;According to datasheet, max output current should be 500mA for ±12V lines
and 2400mA for 5V line. This should be enough for a single row system, if most of
the digital modules used would be powered from 5V line.&lt;/p&gt;

&lt;p&gt;Input connector is 5.5/2.1mm barrel jack, center positive. This seems to be
the most popular one. I’ve also added a screw terminal for connecting an
external power input connector. If using an external connector in a metal
case, the connector must be mounted on a non-conductive mounting plate, to
maintain isolation between input negative voltage and system GND.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/images/power-kit/input-filter-protection.jpg&quot; alt=&quot;input filtering and reverse polarity protection schematic&quot; /&gt;&lt;/p&gt;

&lt;p&gt;P-MOSFET transistor Q1 does
&lt;a href=&quot;https://hackaday.com/2011/12/06/reverse-voltage-protection-with-a-p-fet/&quot;&gt;reverse polarity protection&lt;/a&gt;
on input.&lt;/p&gt;

&lt;p&gt;Common-mode choke L1 and capacitors C8, C9 form an
input and common-mode noise filter. L1 is the Murata part recommended in the NCS12
datasheet, C8 and C9 are &lt;a href=&quot;http://powerblog.vicorpower.com/2013/06/what-are-y-capacitors/&quot;&gt;Y-rated&lt;/a&gt; 250V 10nF capacitors. These components are optional. You can replace L1 with two
wire jumpers and just skip C8 and C9.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/images/power-kit/PSU-PCB-BottomView.jpg&quot; alt=&quot;board bottom view&quot; /&gt;&lt;/p&gt;

&lt;p&gt;C3 should be at least 50V 47uF low ESR electrolytic capacitor.
All other capacitors are surface mounted on bottom side: 1uF 50V ceramics and
10uF 25V tantalums on output.&lt;/p&gt;

&lt;p&gt;The three LED indicators connected directly to output lines are not going to
melt because they are special LEDs with built-in current limiting resistors.&lt;/p&gt;

&lt;p&gt;There are two options for mounting the PSU board. First, it can be affixed
to the case back panel on four 5mm high
&lt;a href=&quot;http://www2.mouser.com/ProductDetail/Harwin/R30-1010502/?qs=sGAEpiMZZMtrde5aJd3qw4L16p8RLiBxn1tjs5KeA3s%3d&quot;&gt;threaded spacers&lt;/a&gt;.
Second, it can be mounted on a panel using L-brackets. Distance from the front
edge to centers of mounting holes is 6.35mm to fit
&lt;a href=&quot;https://eu.mouser.com/ProductDetail/Keystone-Electronics/612&quot;&gt;Keystone 612&lt;/a&gt; threaded brackets.&lt;/p&gt;

&lt;p&gt;Full &lt;a href=&quot;https://github.com/smotesko/power-kit-PSU/blob/master/power-kit.rev1.pdf&quot;&gt;schematic PDF&lt;/a&gt;
and KiCAD source files are &lt;a href=&quot;https://github.com/smotesko/power-kit-PSU&quot;&gt;published in git repo&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/images/power-kit/build/power-kit.jpg&quot; alt=&quot;photo of power supply&quot; /&gt;&lt;/p&gt;
</description>
        <pubDate>Sun, 03 Sep 2017 00:00:00 +0300</pubDate>
        <link>https://smotesko.com/blog/eurorack-power-kit-designing-power-supply.html</link>
        <guid isPermaLink="true">https://smotesko.com/blog/eurorack-power-kit-designing-power-supply.html</guid>
      </item>
    
      <item>
        <title>Eurorack power kit: power distribution board design</title>
        <description>&lt;p&gt;&lt;img src=&quot;/images/power-kit/EurorackBus.jpg&quot; alt=&quot;power bus render&quot; /&gt;
This power bus (part of my “eurorack power kit”) was designed to be used in a
single row case. I’m planning to
build a small Eurorack synth system, and decided to make my own power supply and
distribution.&lt;/p&gt;

&lt;p&gt;Most Chinese PCB fabrication services are very inexpensive if your board’s
longest dimension fits within 100mm.&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;
This is the reason the power kit bus only fits 5
module connectors: the PCB fab will produce 10 boards anyway,
so I can just install 2 or 3 of them in a single row case.
With parallel connection to the power
supply, it will even have lower electrical resistance (and hence, lower voltage
drop).&lt;/p&gt;

&lt;p&gt;Bus board is completely flat on the back side, so it can be installed in the
case without drilling: just stick it with a
&lt;a href=&quot;http://www.3m.com/3M/en_US/company-us/all-3m-products/~/All-3M-Products/Adhesives-Tapes/Industrial-Adhesives-and-Tapes/Double-Sided-Bonding-Tapes/3M-VHB-Tapes/?N=5002385+8710676+8710815+8710960+8711017+8713604+3294857497&amp;amp;rt=r3&quot;&gt;3M VHB&lt;/a&gt;
adhesive tape or any appropriate glue.
To achieve this, I’ve selected surface mounted connectors:
the obvious
&lt;a href=&quot;https://eu.mouser.com/new/molex/molex-c-grid/&quot;&gt;Molex C-Grid&lt;/a&gt;
0.1” headers for connecting modules; and
&lt;a href=&quot;https://www.phoenixcontact.com/online/portal/us?uri=pxc-oc-itemdetail:pid=1814676&amp;amp;library=usen&amp;amp;tab=1&amp;amp;requestType=product&amp;amp;productId=1814676&quot;&gt;Phoenix PTSM&lt;/a&gt;
terminal block for power input.&lt;/p&gt;

&lt;p&gt;Meng Qi &lt;a href=&quot;https://www.mengqimusic.com/flat-back-busboard&quot;&gt;Flat Back Busboard&lt;/a&gt;
inspired this project.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/images/power-kit/EurorackBusFrontView.jpg&quot; alt=&quot;power bus render front view&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Four 3mm mounting holes are also provided, so it can be mounted with screws.
It’s easy to use the board itself as a drilling template when making holes in
the case back panel. The bolt holes are copper plated and electrically
connected to GND wire. It is safe to install the bus board into metal Eurorack
case because the chassis is supposed to be connected to GND.&lt;/p&gt;

&lt;p&gt;Wires connecting this bus to the power supply should be solid copper with
cross-section of 0.5mm² max (⌀ 0.8mm, 20 AWG), as required by PTSM terminal spec.
It may be possible to use tinned stranded wire, but I wasn’t able to test it yet.
Phoenix PTSM connector is push-in spring connection, so wire must be stiff
enough to be pushed in without bending itself.&lt;/p&gt;

&lt;p&gt;The C-Grid header is non-shrouded, in accordance to
&lt;a href=&quot;http://www.doepfer.de/a100_man/a100t_e.htm&quot;&gt;recommendation of mr. Doepfer&lt;/a&gt;
to not use polarized headers on bus
boards and modules. Silkscreen line across the bottom row of contacts marks
the -12V power line. Remember: Red Stripe Down!&lt;/p&gt;

&lt;p&gt;All images in this post were created in CAD, I wasn’t yet able to actually
build this board and test it. Look for my future posts to see it built.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/smotesko/eurorack-power-bus&quot;&gt;KiCAD source files&lt;/a&gt;
are published in git repo.&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;It can be just $5 for 10 boards! &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;
</description>
        <pubDate>Fri, 01 Sep 2017 00:00:00 +0300</pubDate>
        <link>https://smotesko.com/blog/eurorack-power-kit-power-distribution-board.html</link>
        <guid isPermaLink="true">https://smotesko.com/blog/eurorack-power-kit-power-distribution-board.html</guid>
      </item>
    
  </channel>
</rss>
