Re: 12v->5v noise
Don Melcher
I’m not seeing any noise from this
https://powerwerx.com/usbbuddy-powerpole-usb-converter-device-charger -- Don W6CZ
|
|
Re: 12v->5v noise
Tom N1MM is using one of these to power a remote FreqEZ Band Decoder with its Pi-4 out at his tower. Advantage that it arrives with the Pi-4 connector on it. No reports of RFI from it.
toggle quoted messageShow quoted text
https://www.amazon.com/gp/product/B086KTGRH1/ref=ox_sc_act_title_1?smid=A3OL48EYOMUID7&psc=1 Rated to 3 amps - should be sufficient. A Pi-4 2gb tested here draws 480 ma. -larry (K8UT)
------ Original Message ------
From: "Jim Higgins" <HigginsJ@sc.rr.com> To: RaspberryPi-4-HamRadio@groups.io Sent: 2020-09-26 8:35:11 PM Subject: Re: [RaspberryPi-4-HamRadio] 12v->5v noise Received from Randon Loeb at 9/26/2020 23:54 UTC:Can one simply use two 7805s in parallel?
|
|
Re: 12v->5v noise
Jim Higgins
Received from Chuck M via groups.io at 9/27/2020 00:02 UTC:
I've used these for both 24 to 12 and 12 to 5 volts, RPi 3B supply. Works well. Haven't tried it with the RPi 4B yet. Could work, but it's 3 amps MAXIMUM... and it can't be run without a load that approximates 10% of its rated output... meaning you need a resistor across the output to assure a load to prevent damage to the device. That's part of your 3 amp max, leaving 2.7 amp max of usable energy. Not enough in my book. I'm not too excited about the idea of running something made in China and bought on-line six for $10 at its maximum specification... 2.7 usable amps in this case... which wouldn't be too hard to do in many of the applications mentioned here. Maybe it will turn out fine, but I'd rather have more margin. What I want to know is why, even before the RP4, the sellers of RPis don't have a decent 5 or 6 amp supply at 5.1 volts with a nice heavy cord... like 3 feet long and #20 or even #18 AWG. 73 de Jim, KB3PU
|
|
Re: 12v->5v noise
Jim Higgins
Received from Randon Loeb at 9/26/2020 23:54 UTC:
Can one simply use two 7805s in parallel? Not really the best thing to do, but if you must then you will need balancing resistors that are sized according to the difference in voltage between the two regulators. In practice, the resistors are sized based on the maximum theoretical voltage difference and that possible difference is based on device specs. Link below is one way to do it, but you might want to use this link only as a starting place. https://www.analog.com/en/technical-articles/paralleling-linear-regulators-made-easy.html Personally I'd use a single more capable regulator rather than two, neither of which is capable alone. Even if you parallel two 7805 5-volt regulators the max current is 3 amps. Sure that works for most of us, but it's marginal, esp if the system is based on the RP4. 73 de Jim, KB3PU
|
|
Re: How to set up TNC-Pi9k6
Mat Murdock
What baud rate are you using? It should be 19200. Mat
On Sat, Sep 26, 2020, 6:15 PM Bill AA6BD <bill@...> wrote: After trying a lot of options, I believe I know where the problem is: The TNC-Pi9k6. I finally got it to be accepted by YAAC as a serial device on /dev/ttyS0. But with YAAC, there was no communication. That is, no packets were sent or received. I switched the TNC-Pi for the TNC-Pi9k6, and it worked. Frustratingly, either TNC works fine with PiGate RMS. There must be something awry with the communication protocols of the TNC-Pi9k6.
|
|
Re: How to set up TNC-Pi9k6
Bill AA6BD
After trying a lot of options, I believe I know where the problem is: The TNC-Pi9k6. I finally got it to be accepted by YAAC as a serial device on /dev/ttyS0. But with YAAC, there was no communication. That is, no packets were sent or received. I switched the TNC-Pi for the TNC-Pi9k6, and it worked. Frustratingly, either TNC works fine with PiGate RMS. There must be something awry with the communication protocols of the TNC-Pi9k6.
When I tested a few days ago, the TNC-Pi9k6 worked fine with XASTIR so there must be some subtle difference in how the two APRS clients communicate with the serial port. Since my motivation for getting the TNC-Pi9k6 was as a backup for the TNC-Pi as used with PiGate RMS, I will leave my arrangement of the parts so that everything works as they are configured. Not ideal, but I can live with it. -- Bill AA6BD
|
|
Re: 12v->5v noise
Chuck M
I've used these for both 24 to 12 and 12 to 5 volts, RPi 3B supply. Works well. Haven't tried it with the RPi 4B yet.
toggle quoted messageShow quoted text
|
|
Re: 12v->5v noise
Randon Loeb
Can one simply use two 7805s in parallel? I'm not familiar with 7805 that one but I know with other regulators it is sometimes possible, sometimes not (or at least not without some additional balancing load resistors). In any case I found a buck/boost in a drawer that seems very quiet though I did do a bunch of ferrite wraps on the output just in case. 73 Randy KN4YRM
|
|
Re: 12v->5v noise
Dana KN4BEV
I believe 7805 is a 1.5 amp regulator, raspberry pi 3 would need closer to 2 amps (3 amps recommended) if using usb accessories. Not saying it wont work, because it probably will, but keep in mind the design restrictions. Siegried is right though, a linear regulator produces no harmonic artifacts. Some DC converters are better than others, a search in this group would turn up various links and sources for quality low noise regulators.
On Wed, Sep 23, 2020 at 11:45 PM Siegfried Jackstien <siegfried.jackstien@...> wrote:
|
|
Re: 12v->5v noise
Randon Loeb
Followup: Thanks to all who replied. I had this thing lying around:https://www.amazon.com/gp/product/B07V27NG2N/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1 And that with a usb cable with some ferrite wraps on it the noise seems to almost completely gone. I guess it was just a matter of finding a less noisy converter. Crazy watching the noise floor drop from s9 to s1 or 2. Supposedly it can handle up to 5A so should be good for powering the pi and a microcontroller I use for cw. 73 Randy KN4YRM
|
|
Re: How to set up TNC-Pi9k6
Bill AA6BD
I configured the serial as suggested. I tried
ls -l /dev/ser* and see lrwxrwxrwx 1 root root 7 Sep 24 11:09 /dev/serial0 -> ttyAMA0
lrwxrwxrwx 1 root root 5 Sep 24 11:09 /dev/serial1 -> ttyS0
when I type ls -l /dev/ttyS0 I get crw-rw-rw- 1 root dialout 4, 64 Sep 24 11:09 /dev/ttyS0
I checked that the user pi is in the dialout group by typing groups pi In YAAC, I tried using each of these devices. I am able to click on Test Port and a window comes up but nothing appears in the window. I connected a radio to the TNC-Pi9k6 and tuned it to 144.390MHz. I see an occasional APRS message, and the receive light on the radio and the TNC light up, but noting appears in the Test Port window. When I click Enable Port, I get "unable to open Serial_TNC connection /dev/ttyS0" for example. I had a prior version of YAAC about 18 months old which was running under Buster, and it works fine with the same hardware. So it appears that something is different between the two versions. Bill AA6BD
|
|
Re: 12v->5v noise
N5XMT
USB-C connectors can carry quite a bit of power. Some laptops use them for the charging port. Part of the issue is the Pi itself. Granted, the USB spec states USB can supply 1.2A , but the Pi is limited to that as a total for all 4 ports.
On Sep 24, 2020, at 08:11, w9ran <w9ran@...> wrote: On 9/24/2020 9:47 AM, N5XMT wrote:Yep, depending on the pi. Pi 3B requires 2A, 4B+ pi foundation says
|
|
Re: 12v->5v noise
w9ran <w9ran@...>
On 9/24/2020 9:47 AM, N5XMT wrote:
Yep, depending on the pi. Pi 3B requires 2A, 4B+ pi foundation says 3.5A. add to that any USB devices and what they pull up to another amp, then you need a powered hub beyond thatI'm running a USB-connected SDR and the two mini-fans that are part of the ventilated enclosure and that's all on a headless Pi 4. To overcome endless throttling problems I have it connected to a 5V linear power supply that has a 10 turn trimpot voltage adjustment. In order to keep the voltage above the point where throttling occurs I've got to adjust the power supply output to 5.5VDC to end up with 5.0 volts at the GPIO header. I may as well separate the sense wires at the power supply and let it do the job automatically - having a voltage dropping resistor power cord went out of style in about 1940! This is all due to the poor quality (high resistance) of the USB-C cables and IMHO, the poor choice of USB-C connector. A powered hub with spread the load around but adds another device to what would be a clean solution if a proper power connection were provided to the Pi. I'm also tempted to go back to feeding power into the GPIO pins but I reckon the power protection circuitry on the USB connector was put there for a reason. 73, Bob W9RAN
|
|
Re: 12v->5v noise
I haven’t had THAT happen yet. Our local social-media-over-ham-radio project has about 40 of this model. I can attest that the output voltage display isn’t accurate though, as bad as +/- 0.2. There is supposed to be a calibration procedure but I’ve never played with it. The good news is that the output voltage doesn’t change on its own. Once you set it to 5.1 or 5.2, it stays at where you set it. I have a few USB test devices, one of which can put up to 4 amps load on a USB source, and others that measure the voltage and pass-thru current. I recommend getting a USB voltmeter.
toggle quoted messageShow quoted text
Here’s an example of one for $12. The 2 units I have weren’t anything special. This will give you a clue of how bad the voltage swings on a USB cable when real current is drawn. If you are getting the lightning bolt icon on your Raspberry PI GUI, this will explain why. USB cables, unless they specify the wire gauge (and even then) use really crappy wire. What kind of voltage drop would you expect drawing 3 amps across a 36 inch 24 gauge wire? This is a useful Linux command if playing with Raspberry PI supplies: grep -a Under-voltage /var/log/syslog | tail -10 Tadd North Carolina Off-The-Grid Social Network: http://ncpacket.net/north_carolina_packet_radio_network.html Packet networking over ham radio: http://tarpn.net/t/packet_radio_networking.html Local Raleigh ham radio info: http://torborg.com/a
|
|
Re: 12v->5v noise
N5XMT
Don't trust the voltage display on those. Several people on our reef-pi forums for aquarium controllers set the display to 5v, then powered up the pi with it and smoked the pi... One was putting 12v out when the display showed 5v
On Sep 24, 2020, at 07:14, "Tadd KA2DEW in NC via groups.io" <mac.com@groups.io target=_blank>tadd=mac.com@groups.io> wrote: A Raspberry PI 4B can only accept 3 amps on it’s USB-C connector. It does desire 5.1V though, not 5V.
|
|
Re: 12v->5v noise
N5XMT
Yep, depending on the pi. Pi 3B requires 2A, 4B+ pi foundation says 3.5A. add to that any USB devices and what they pull up to another amp, then you need a powered hub beyond that
On Sep 24, 2020, at 06:13, Randon Loeb <randonloeb18@...> wrote:
|
|
Re: 12v->5v noise
A Raspberry PI 4B can only accept 3 amps on it’s USB-C connector. It does desire 5.1V though, not 5V.
toggle quoted messageShow quoted text
It’s tricky finding a 5.1V USB source that isn’t 110VAC powered. I have been using a switcher supply made by DROKing in the far east. This is a $15 or so device which has a multi-turn pot to set the output voltage and accepts a wide range of DC voltage on the input. A key feature is that when main power is turned on, the unit immediately outputs the desired voltage to the USB connector. Some of the variable output USB converter items power on with the USB output disabled. The bug with this particular unit is that it appears that DROKing has discontinued it in favor of a menu driven device (at the same price) but which powers on with the USB output disabled. However, the unit continues to be available in various places including Amazon. However, for a while the ISBN number kept changing and so any link to the offering seemed temporary. That sounds like somebody is cloning the device and it isn’t DROKing anymore. Dunno. Maybe DROKing changed their minds when the Internet blew up after they discontinued it? North Carolina Off-The-Grid Social Network: http://ncpacket.net/north_carolina_packet_radio_network.html Packet networking over ham radio: http://tarpn.net/t/packet_radio_networking.html Local Raleigh ham radio info: http://torborg.com/a
|
|
Re: 12v->5v noise
Pierre Martel
A pi4 need 3 amp just to run normally. not talking about any device powered by the USB or other power connector on the pi. A LM7805 will supply 1 amp max continuously and this is with a pretty large amount of dissipated power. If you go from 12v to 5v. just make the calcul of the power that it will need to dissipate. At 1 amp. 12-5= 7 volt times 1 amp = 7 watt that need to be dissipated. I would go with a better designed buck converter circuit that will dissipate less power. and i would filter it a lot more by putting it in a grounded metal box with ferrite on the input and output wire and with small capacitor like 1uf or 0.1uf at the input and output also.
Le jeu. 24 sept. 2020 à 09:13, Randon Loeb <randonloeb18@...> a écrit :
|
|
Re: 12v->5v noise
Randon Loeb
I had hoped that device would service all my usb needs, but I believe a pi needs 2-3 amps?
|
|
Re: 12v->5v noise
Tom Flynn
I think a 7805 puts out 1.5 amps his device puts out 15. Does he need 15 amps?
On Sep 23, 2020, at 10:45 PM, Siegfried Jackstien <siegfried.jackstien@...> wrote:
|
|