Open snip opened 6 years ago
Remark: OS already detect under-voltage. See output of dmesg:
[ 3741.927786] Under-voltage detected! (0x00050005) [ 3766.887894] Voltage normalised (0x00000000) [ 3771.054320] Under-voltage detected! (0x00050005) [ 3875.048332] Voltage normalised (0x00000000)
Maybe interesting to read: https://github.com/raspberrypi/linux/issues/2367
vcgencmd get_throttled
https://www.raspberrypi.com/documentation/computers/os.html#vcgencmd
https://www.raspberrypi.org/forums/viewtopic.php?t=158777 https://github.com/raspberrypi/firmware/blob/master/extra/dt-blob.dts#L1175 https://github.com/raspberrypi/linux/issues/1332 https://raspberrypi.stackexchange.com/questions/41087/how-to-know-the-input-voltage-on-raspbian
Still need to find how to report it.