Pixelcontroller / f16v4_issues

F16V4 and F48V4 Issue Tracker
14 stars 0 forks source link

Voltage 1 & 2 reading not working #18

Closed githubpassera closed 2 years ago

githubpassera commented 2 years ago

Voltage have been dropped at some point, running external power to F16 board plus 2 separate PSU to power 1 & 2 voltage

keithsw1111 commented 2 years ago

Have you checked the voltages on the terminals. I dont really see any obvious reason why this would fail for just one board as it just measures the voltage using a couple of resistors.

How are you powering the processor ... from V2 or external? Are you sure power was connected correctly ... + & - have different orders on each side of the board.

Maybe a board photo would help?

githubpassera commented 2 years ago

Hi, everything are lighting up and working fine on all ports. All fuse-leds are on. Powering the processor from external 12V source. f16v4 . Update: I turned off the 12v external power so the board turned off then I moved switch to internal power V2 and it start messure. Turned off the board again and started up from 12v external and the messure is back.

githubpassera commented 2 years ago

Happens a little now and then, correct reading comes back after a reboot. No issue with power or data pins, leds are working just fine even if the reading are 0V. Have test by force refresh page, cleared cache, other browser device. Controller Time value updates so it does not looks like page are freezed.

keithsw1111 commented 2 years ago

If your controller does not have internet access ... try turning that off ... maybe it is getting caught up trying to access the internet and it cant.

keithsw1111 commented 2 years ago

The voltage is read in a low priority task that runs every 2.5 seconds.

This task also accesses the time server to get the time on bootup ... this is the only thing that I could see that could cause the problem you are seeing. Could you add an SD card ... turn on SD card logging and grab me the logs when it boots to see if we can see where it is failing?

keithsw1111 commented 2 years ago

Is this still an issue?

keithsw1111 commented 2 years ago

Closing due to no response. If this still is an issue we can reopen it.