Darrellr
Posts: 2
Joined: Tue Dec 10, 2013 1:28 am

Scoreboard

Tue Dec 10, 2013 2:07 am

Can I use the pi to make a simple scoreboard no clock is needed the score is needed to be changed by a remote on a flat screen tv all I need to do is track two score for cornhole

User avatar
FLYFISH TECHNOLOGIES
Posts: 1750
Joined: Thu Oct 03, 2013 7:48 am
Location: Ljubljana, Slovenia
Contact: Website

Re: Scoreboard

Tue Dec 10, 2013 11:58 am

Hi,
Darrellr wrote:Can I use the pi to make a simple scoreboard
Yes you can.

...but your actual question is probably HOW to do it, right ? ;-)
There are several options... Having in mind that you might not have a large amount of projects listed in your CV already (else your question would not be so generic), you should grab some main techniques. Here I have HTML & web server in mind... Ok, so this is how you can do this (not optimal, but suitable for a beginner):
- install web server on RasPi (eg. Apache),
- create main HTML page, containing huge fonts displaying the result,
- this HTMP page needs to have auto-reload attribute set (to eg. 5 seconds, or so - it defines max. latency time),
- create a script which (according to your input, eg. buttons press) increments/decrements/resets/... the result and updates the HTML file.
This is it... launch the web browser with this HTML pase set as a home page and you're done.

The very next thing (version 1.0.1 ;-) ) which you might do to improve this "system" is to add PHP code into HTML page. PHP code would take care about result data by reading it from a dedicated file. The reason for doing this is to add a simple handling mechanism of simultaneous data update & read, which might occur.


Best wishes, Ivan Zilic.
Running out of GPIO pins and/or need to read analog values?
Solution: http://www.flyfish-tech.com/FF32

mrconrad
Posts: 1
Joined: Tue Jan 14, 2014 1:17 pm

Re: Scoreboard

Tue Jan 14, 2014 1:22 pm

I also had a question about scoreboards. How difficult is it to build a small scoreboard for table football / foosball?
And is it possible to track the goals instantly or do you have to keep the score manually? I don't have a lot of technical knowledge, but I'm writing a blog post about the whole concept of a foosball scoreboard. Hope someone can help!

Return to “General discussion”