Hi, new to the forum.
I am currently using the RPi 2, problem is that the low voltage rainbow is being displayed. When measuring the voltage at the GPIO the 5v pins are at 5.35v and the 3.3v pin is at 3.348v. It has been going on for a month or so and has spent a week or 2 not powered on. The power supply is connect to the Mains and can output about 2A. I haven't witnessed any resets or it freezing.
Any advice or should I just not worry about it?
Regards,
Nicky
- davidcoton
- Posts: 6900
- Joined: Mon Sep 01, 2014 2:37 pm
- Location: Cambridge, UK
Re: Low Voltage Rainbow
Hmm. Very strange, the warning should only appear when the voltage is below 4.65V. Is the red power LED on?
Are you sure of the calibration of your meter?
See Dom's post here -- this command will show if the CPU has been throttled, and why. Low voltage is one cause, so if the voltage is being read as low, this command will show it.
Are you sure of the calibration of your meter?
See Dom's post here -- this command will show if the CPU has been throttled, and why. Low voltage is one cause, so if the voltage is being read as low, this command will show it.
Location: 345th cell on the right of the 210th row of L2 cache
Re: Low Voltage Rainbow
Hi, Thanks for your reply.
The output from that is:
Couldn't really understand how the post that you suggested decoded them, but it is the same one in the example which means there is undervoltage and throttling.
The DMM is okay as I have measured other power supplies and they all came up with the appropriate voltage. The red Led is also on.
Regards,
Nicky
The output from that is:
Code: Select all
throttled=0x50005
The DMM is okay as I have measured other power supplies and they all came up with the appropriate voltage. The red Led is also on.
Regards,
Nicky
Re: Low Voltage Rainbow
I suggest that your meter needs a new battery and/or calibration.
5.35V is far too much for a RPI
that output means you are under voltage [and the flashing rainbow means the same]
5.35V is far too much for a RPI
that output means you are under voltage [and the flashing rainbow means the same]
How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV
1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe
WARNING - some parts of this post may be erroneous YMMV
1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe
Re: Low Voltage Rainbow
Thanks for your reply. So I connect the RPi 2 to a battery pack. The 5v at the gpio is now 5.07v and the 3.3v rail is at 3.349v. The command is still showing The rainbow icon is still there and is not flashing.
My DMM is not showing a low battery although if you say that it could be the battery of the DMM then I will change it.
Any ideas?
Regards,
Nicky
Code: Select all
vcgencmd get_throttled
Code: Select all
throttled=0x50005
My DMM is not showing a low battery although if you say that it could be the battery of the DMM then I will change it.
Any ideas?
Regards,
Nicky
Re: Low Voltage Rainbow
try another micro USB lead
How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV
1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe
WARNING - some parts of this post may be erroneous YMMV
1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe
Re: Low Voltage Rainbow
I am trying a different USB lead. 5v rail is at 5.02v and the 3.3v rail is at 3.349. The rainbow icon is still being displayed.
Both USB cables used can handle 2A. The battery bank also has no problem giving out 2A.
Regards,
Nicholas
Both USB cables used can handle 2A. The battery bank also has no problem giving out 2A.
Regards,
Nicholas
Re: Low Voltage Rainbow
Could the problem now be the poly fuse? I am going to leave it a couple of hours off.
Regards,
Nicky
Regards,
Nicky
Re: Low Voltage Rainbow
Just an update on the poly fuse theory. The RPi has been unplugged for a few hours and nothing has changed. It was plugged into the battery bank.
Regards,
Nicky
Regards,
Nicky
Re: Low Voltage Rainbow
The poly-fuse is between the u-usb power input and the rest of the circuitry, including the GPIO header and the low-voltage detection circuit.
So a measurement of ~5v on the header means the poly-fuse is not the cause of your problem.
The red power LED is attached to the low-voltage detection circuit, and in parallel there is a connection to GPIO 35 to inform the SoC of the condition.
If the red power LED is on, but the arm is being informed of a low-voltage condition, there is a disconnect between the output of the low-voltage detection circuit and the arm.
It could be the track to the SoC, or the software in the SoC, but my guess would be a faulty GPIO 35.
How it got damaged is unknown, but fixing it is easy - buy a new Pi.
So a measurement of ~5v on the header means the poly-fuse is not the cause of your problem.
The red power LED is attached to the low-voltage detection circuit, and in parallel there is a connection to GPIO 35 to inform the SoC of the condition.
If the red power LED is on, but the arm is being informed of a low-voltage condition, there is a disconnect between the output of the low-voltage detection circuit and the arm.
It could be the track to the SoC, or the software in the SoC, but my guess would be a faulty GPIO 35.
How it got damaged is unknown, but fixing it is easy - buy a new Pi.
Re: Low Voltage Rainbow
Hi, thanks for your helpful reply.
So this means that there is practically no harm being done and can continue to run normally? I saw that you can set an ignore_warnings parameter in the setup file thing, would this solve this problem?
Regards,
Nicky
So this means that there is practically no harm being done and can continue to run normally? I saw that you can set an ignore_warnings parameter in the setup file thing, would this solve this problem?
Regards,
Nicky