Replies: 3 comments
-
Hey man, glad you got it up and running. No report of such these days. The NHL API can be off sometimes and our theory is that they let some drunk intern take control of it. To be sure the scoreboard match the source of data (not the score on TV), go on nhl.com and look at the score there. Sadly I think your issue is caused by the fact that you use a Raspberry Pi Zero. The screen rendering takes the vast majority of the single CPU core to do its job and only a really small amount is left to do the data gathering and parsing and managing the state loops etc... If you are in the US, I hear microcenter has some raspberry pi in stock sometimes, you might get lucky there. |
Beta Was this translation helpful? Give feedback.
-
I was hoping you weren’t going to say that but I guess it makes sense.
Would a Pi Zero 2W work?
… On Mar 17, 2022, at 6:58 AM, Joel Joannisse ***@***.***> wrote:
Hey man, glad you got it up and running. No report of such these days. The NHL API can be off sometimes and our theory is that they let some drunk intern take control of it. To be sure the scoreboard match the source of data (not the score on TV), go on nhl.com and look at the score there.
Sadly I think your issue is caused by the fact that you use a Raspberry Pi Zero. The screen rendering takes the vast majority of the single CPU core to do its job and only a really small amount is left to do the data gathering and parsing and managing the state loops etc...
If you are in the US, I hear microcenter has some raspberry pi in stock sometimes, you might get lucky there.
—
Reply to this email directly, view it on GitHub <#370 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AE5RII4BPP6A6AKUHBO6QM3VAMF5JANCNFSM5Q5UTSIA>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
Its has the same CPU than the Raspberry pi 3B+. Its a 4 core CPU which is plenty of power for this project. |
Beta Was this translation helpful? Give feedback.
-
I managed to get the scoreboard up and running on a Pi Zero (I know you warned against but it's all I had). It seems to be running as expected except the live scores are very far behind the actual games. I can't imagine this would be related to the Pi Zero but I obviously could be wrong. Have there been any other recent reports of scores that are slow to update?
Beta Was this translation helpful? Give feedback.
All reactions