edo1
Posts: 169
Joined: Sun Jun 15, 2014 3:33 pm
Location: Russia

"Under-voltage detected" and red LED blink

Wed May 06, 2020 8:53 pm

Hi

We had some power-related issue in our project. At the moment of a USB peripheral device attach, the red LED blinked, and sometimes "Under-voltage detected" message appeared in the dmesg output.
I thought that they should happen at the same time, but mostly I saw blinking only (with no errors in dmesg output).

How are they related? Does the blinking mean that we could have stability problems even without "Under-voltage detected" errors?

P.S. At the moment, the power problem seems to be resolved. It was a short (10-20 μs) voltage drop. Powering the peripheral device through a small resistance (0.2 Ω) helps to avoid voltage drop.

pcmanbob
Posts: 9298
Joined: Fri May 31, 2013 9:28 pm
Location: Mansfield UK

Re: "Under-voltage detected" and red LED blink

Thu May 07, 2020 8:20 am

Both the red LED flashing and the "Under-voltage detected" mean the same thing, it may be that the under voltage event had not actually cleared so a new Under-voltage detected was not logged.

best option is to just fix the Under-voltage so that it does not happen.
We want information… information… information........................no information no help
The use of crystal balls & mind reading are not supported

alphanumeric
Posts: 2528
Joined: Tue Jan 19, 2016 2:17 pm
Location: Sydney, Nova Scotia, Canada

Re: "Under-voltage detected" and red LED blink

Thu May 07, 2020 8:59 am

What model Pi are you using? And what is the current rating of your power supply?
An undervolt can be the result of trying to draw more current from the power supply, than what its capable of.

edo1
Posts: 169
Joined: Sun Jun 15, 2014 3:33 pm
Location: Russia

Re: "Under-voltage detected" and red LED blink

Thu May 07, 2020 11:47 am

alphanumeric wrote:
Thu May 07, 2020 8:59 am
What model Pi are you using?
Mostly I have an issue with RPi 3. I have a few RPi 2 used, and I see undervoltage message as well.
I've never seen this message at 3+ (with the same hardware setup), it looks like this model is more tolerant of voltage drop.
alphanumeric wrote:
Thu May 07, 2020 8:59 am
And what is the current rating of your power supply?
4A
https://www.meanwell.com/Upload/PDF/IRM ... 0-SPEC.PDF

alphanumeric
Posts: 2528
Joined: Tue Jan 19, 2016 2:17 pm
Location: Sydney, Nova Scotia, Canada

Re: "Under-voltage detected" and red LED blink

Thu May 07, 2020 1:38 pm

4A should be enough. Do you have nice thick wires in your power cable? The official power supply uses 18 AWG wires.

edo1
Posts: 169
Joined: Sun Jun 15, 2014 3:33 pm
Location: Russia

Re: "Under-voltage detected" and red LED blink

Thu May 07, 2020 7:13 pm

RPi is powered from our custom PCB through 5V pin on 40-pin connector. 5V rail on our PCB is short and wide enough.

I still have some questions
Does the blinking mean that we could have stability problems even without "Under-voltage detected" errors?
What is the minimum voltage for stable operation of the RPi? Is it the same for 3 and 3+?
Can I be sure that there is no power issue if the red LED does not blink?

 

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: "Under-voltage detected" and red LED blink

Thu May 07, 2020 7:20 pm

edo1 wrote:
Thu May 07, 2020 7:13 pm
RPi is powered from our custom PCB through 5V pin on 40-pin connector. 5V rail on our PCB is short and wide enough.

I still have some questions
Does the blinking mean that we could have stability problems even without "Under-voltage detected" errors?
What is the minimum voltage for stable operation of the RPi? Is it the same for 3 and 3+?
Can I be sure that there is no power issue if the red LED does not blink?

 

https://www.raspberrypi.org/documentati ... /#pi-power
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

User avatar
FTrevorGowen
Forum Moderator
Forum Moderator
Posts: 5590
Joined: Mon Mar 04, 2013 6:12 pm
Location: Bristol, U.K.
Contact: Website

Re: "Under-voltage detected" and red LED blink

Thu May 07, 2020 7:24 pm

edo1 wrote:
Thu May 07, 2020 7:13 pm
RPi is powered from our custom PCB through 5V pin on 40-pin connector. 5V rail on our PCB is short and wide enough.

I still have some questions
Does the blinking mean that we could have stability problems even without "Under-voltage detected" errors?
What is the minimum voltage for stable operation of the RPi? Is it the same for 3 and 3+?
Can I be sure that there is no power issue if the red LED does not blink?
AIUI it's more an issue of the "stability" of connected USB devices (below the low-voltage threshold of 4.65V)**. However there may well also be a "knock-on" effect w.r.t. the Pi's own 3.3V/1.8V regulator which, presumably, also has a minimum input voltage which may be (IJDK) different (devices) for the P3 and P3+.
Trev.
** The original Pi supply spec. was equivalent to that for USB2 ie. 5.0V +/- 0.25V IIRC.
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm

Return to “Advanced users”