nhl-led-scoreboard icon indicating copy to clipboard operation
nhl-led-scoreboard copied to clipboard

Scoreticker cycling slow

Open jeepdrvr71 opened this issue 4 years ago • 4 comments

Describe the bug I set the scoreticker cycle rate to 1 to speed up the cycling and it doesn't seem to make a difference. Is 1 equal to 1 minute?

Hardware you are using

  • Pi Zero
  • Adafruit HAT
  • Anti-flicker = Yes

Software 1.6.5

jeepdrvr71 avatar May 20 '21 13:05 jeepdrvr71

the Pi Zero is the issue. What you see is Lag because it only has one Core instead of 4 like the Pi 3 and up. There is nothing you can do to fix this other than upgrading.

riffnshred avatar May 20 '21 13:05 riffnshred

Good to know. If I switch to a Pi 3can I use the same hat as the Pi Zero?

jeepdrvr71 avatar May 20 '21 13:05 jeepdrvr71

Definitely. I recommend reading the Hardware section in the wiki, there are some important details regarding power usage. There are some things to look for and things I recommend to not do so you keep away from any potential issues.

riffnshred avatar May 20 '21 13:05 riffnshred

It might be worth overclocking; I'm still getting accurate cycle times on a Pi Zero W using this overclock, the adafruit hat, and no heatsink (but my Pi is mounted vertically on the back of the matrix, which may have a non-negligible impact on heat dissipation even without a heatsink):

Add to the bottom of /boot/config.txt and restart:

#overclock
arm_freq=1085
#arm_freq=1095 for my other unit with heatsink
gpu_freq=530
#gpu_freq=550 for the unit with a heatsink.
over_voltage=2
core_freq=515
sdram_freq=533
over_voltage_sdram=1

ThatOneRoadie avatar May 21 '21 05:05 ThatOneRoadie