PROJECT DESIGN - Wireless Scoreboard

Thread Starter

estong

Joined Nov 27, 2008
4
HELP ME REGARDING MY PROJECT WHICH IS TAEKWONDO WIRELESS SCORE BOARD USING RF...CAN YOU GIVE ME THE CIRCUIT REGARDING OF MY PROJECT.
 

kahafeez

Joined Dec 2, 2008
150
dude, what kind of a score board is it???? like an LED score board??? if its an LED score board as shown in http://www.coloradotime.com/picts/Clovis_sm.jpg


then its too much hard work bro..... its not simple as it looks ..... if u try to handle the LED matrix through the microcontrollers ..... the programming will drive you nuts..... its pretty complex stuff.... seriously....

bt a scoreboard like this http://www.slrsportequip.com/img/sport/main/thumbs/digital-scoreboard-option-1-366.jpg

can be made with much lesser effort .... here is what u need to do.... u'll have to learn microcontrollers .... and for that u''l have to learn either one of these languages to program the controller .... either learn Assembly programming or C .... i think C is easier ... bcz if u program the microcontroller using C then u wont have to learn much abt the hardware of the microcontroller .... just a bsic knowledge will do .... now choose a microcontroller .... the simplest would be learning abt 8051 .... grab a book abt 8051 ..... the best book i recommend is "The 8051 Microcontroller and Embedded Systems: by Muhammad Ali Mazidi" .... and now study chapters explaining LED interfacing and Serial Communication (bcz i suppose u would control the 7 segments through a computer program) and thats it .... its pretty easy .... will take around 2 weeks if know nothing abt electronics .... if u do u could make it in like 4 days may be ...... dont koose hope .... try


the above idea is how i will solve the requested problem .... there may be other ways to solve the same problem....
 
Top