

I used to play a lot in college but recently I have'nt been able to hit the courts much until the last few weeks. Well lots of things in my game need repair including my serve and especially, can you believe it the toss!
Well the internet is a great place to find tips and tricks so I started watching some videos online and they cheerfully say something like this about the toss:
"A high, confident toss made 1 to 2 ft. inside the baseline allows the server to uncoil both upward and forward into the court, making contact at 1.5 times body height" (see Popular Mechanics on the Andy Roddick´s serve.)
Sounds good but when I am out on the court my toss is going all over the place. So I hit on a brilliant solution. If I could physically messure my toss exactly I could see how much acceleration I am using in my arm and then I could just practice with computer feedback.
Well I was thinking...the wiimote has accelerometers.
Well that sounded like a plan so I poped open my wiimote soldered in a few wires to the minus key and then taped the wiimote to left arm (I am right handed).
Then I taped the other end of the wires to my thumb and wrapped a tennis ball in aluminum. So now when I had the ball in my hand it completed the circuit and pressed the button which registers the data in the software. I then toss the ball and when it leaves my hand it unpresses the button stopping the registry of the data from the accelerometer.
I wrote the data to a textfile and then ploted it all out. By subtracting for the earths gravity (remember thats 9.8 meters/second squared) you get teh resulting acceleration.

In the end everything works great. I can take my laptop to the court attach the wiimote to my wrist and correlate my tosses to the success of my serves.
So if you are a real nerd or a high school physics teacher and you want to try this you will need:
- A wiiremote
- A laptop with bluetooth
- C# or Visual basic from MSFT
- Johnny Lee's Wiimote libraries http://johnnylee.net/projects/wii/ (you will need to modify a few lines of code to write the accelerometer data to a text file)
- A tennis ball wrapped in aluminum
- Bandage tape to tape the wiimote to your arm
- Thin speaker wire and soldering stuff
- Graphing software
This same technique can of course be used for any repetitive activity that you want to repeat exactly every time for consistency. Think golf, bowling, etc.
Good Luck and Have fun this Summer!!













































