Notifications
Clear all

Making a scoreboard for pingpong.

6 Posts
3 Users
2 Likes
616 Views
(@qwaresniper)
Member
Joined: 1 year ago
Posts: 5
Topic starter  

Hello,

My sons has been playing table tennis for about 2 years.
They use scoreboards that work on the basis of bullet LEDs.
Unfortunately, the person who maintained it passed away a few years ago.

Now they had said that some were broken and I thought, I can check this.
And yes it wasn't too easy but I did it.

Now they have given me a box full of parts to make new scoreboards.
These are presented completely differently.

There is a nucleo F446RE and self-made pcb boards and the necessary chips and wires and power supplies.
But have to be honest this is quite new to me.

The chips included are TLC6C598.

There are also pcb boards for the bullet leds and 7 digits.

Now my question was since I have not received any schematics if someone can help me to try to make something with these parts?

the club would also like to try to share the score via wifi or other way on a screen if this is possible?

With best regards,

Nicky

 

 


   
Quote
Ron
 Ron
(@zander)
Father of a miniature Wookie
Joined: 3 years ago
Posts: 6910
 

@qwaresniper I think the best way forward is to forget the box of parts and just write up a statement of requirements. As far as I can recall about table tennis, it's just the awarding of one point (I know of 2 different scoring rules) to the player who was last successful. The old rules were points only awarded if that player was serving. In either case, it's just pressing a button and advancing a counter with attached LED. Adding a couple lines of code to broadcast the actual score via wifi is also trivial.

Good luck.

First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
Sure you can learn to be a programmer, it will take the same amount of time for me to learn to be a Doctor.


   
ReplyQuote
(@qwaresniper)
Member
Joined: 1 year ago
Posts: 5
Topic starter  

Hi Ron,

What you say is quite logical but this is also a bit I'm not familiar with yet... .
Writing some code and linking buttons to LEDs is not yet a standard for me.

Also writing program or links for sending to a screen actually.

But did someone need some spare time to help me with that?

Best regards,

Nicky


   
ReplyQuote
(@qwaresniper)
Member
Joined: 1 year ago
Posts: 5
Topic starter  

These are examples of old scoreboards and parts.

Maybe someone can and wants to help me?

best regards,

Nicky


   
ReplyQuote
(@qwaresniper)
Member
Joined: 1 year ago
Posts: 5
Topic starter  
323584575 575756260567816 862240764445414873 n
324319431 1324506411618154 60399996877260259 n
324417475 531867655575632 5520354637132386567 n
312372574 1466244663858302 4058656513781769277 n
312471353 651480203232082 7665615266663525122 n
323582026 585545850053813 9084123967903421555 n
317573560 5080539645379153 941280784903770240 n (1)
312430872 1079054289450367 1703673432995564815 n
324321668 722615879386268 3481063665149537083 n
324219545 875227603630605 2383624588352109163 n
324465518 848540779655083 6366155070323892337 n
324163813 701885528250926 5786545073992238739 n
324528423 1599999660464150 5993127043291429196 n
324158162 1276085249603073 6036483256482613699 n
324219578 696082052188538 8370462096754012705 n

   
ReplyQuote
robotBuilder
(@robotbuilder)
Member
Joined: 5 years ago
Posts: 2042
 

@qwaresniper 

Without data sheets and in particular circuit diagrams I don't think you realise how time consuming and complex the task would be. Trying to trouble shoot without having physical access to the hardware would be a nightmare. I doubt anyone has the time or interest for that.

So if you want to make use of the parts you need first to learn electronics and programming. The programming is involved with the Arduino compatible board I see is used. Extra programming and hardware would be required for wifi usage. You need all that knowledge anyway to maintain or modify the display boards in the future.

Although I suspect any hardware guy here could make use of the LED display boards and power supply given the specs what @zander suggests is probably how they would go about making a score board themselves using the parts.


   
QwareSniper and DaveE reacted
ReplyQuote