Powering the ActivityBoard with an external 5v supply
David Betz
Posts: 14,516
in Propeller 1
What's the best way of powering an ActivityBoard with an external 5v supply? Should I just cut a USB cable and wire it to my supply or is there another more elegant way to supply the ActivityBoard with 5v?
Comments
This actually took me by surprise when I tried it, since I thought it would be necessary to reprogram the FTDI chip to keep the #PWREN pin low. But apparently this is not necessary. 'Not sure why not ...
-Phil
1) https://www.parallax.com/product/750-00009
2) https://www.parallax.com/product/28986
It's not the jack, it's the linear regulator. It has to dissipate a lot of power when the input voltage is that high. Essentially it would be a 10V difference times whatever the current draw of the circuitry is.
-Phil
-Phil
Any USB cord that I have cut into has had the + on red and- on black. I think it is a standard for USB.
Jim
Here's a stupid little thing I made up for breadboard work, solid wires with the stranded soldered to them.
It really neaded the small diameter color coaded heat shrink so the wires don't frey.
Here's what comes in handy for this kind of thing.
Since all my boards include at least one extra pin on the prop-plug compatible programming header it is simply a matter of plugging my version of a prop-plug in to power the board and anything that requires more power than that is usually running off a higher voltage anyway but at least the logic is powered.
The Activityboard (WX) has a Switching regulator with up to 26V input voltage for the 5V supply generation.
Switching regulators don't transform the overvoltage into heat.
It may even work with the 5V connected to the Jack.
Andy
Good point. I was looking at the schematic of the older version #32910 which uses a linear regulator. The latest WX version #32912 uses a switching regulator which should be fine with the 15V input.