sweet little trackball (object completed)
Graham Stabler
Posts: 2,510
This thing is so tiny and they have built in LEDs and you push it for a switch function:
http://www.ittcannon.com/products/products.asp?prodids=10676
I've ordered a few from radio spares (we call it RS but then you will think I mean radio shack) here in the UK, it should take about three seconds to write a mouse object compatible driver. They are not very high res and as such I thought they might be ideal for cursor moving applications in text based programs.
Price in the UK is about 5 pounds, ignore the exchange rate they are probably $5 to you.
Graham
Post Edited (Graham Stabler) : 10/30/2006 3:18:06 PM GMT
http://www.ittcannon.com/products/products.asp?prodids=10676
I've ordered a few from radio spares (we call it RS but then you will think I mean radio shack) here in the UK, it should take about three seconds to write a mouse object compatible driver. They are not very high res and as such I thought they might be ideal for cursor moving applications in text based programs.
Price in the UK is about 5 pounds, ignore the exchange rate they are probably $5 to you.
Graham
Post Edited (Graham Stabler) : 10/30/2006 3:18:06 PM GMT
Comments
The same trackball as far as I can figure. They also have a breakout board for the connector. $5.95 for the trackball.
http://www.sparkfun.com/commerce/product_info.php?products_id=755
Not affiliated, just a happy customer.
Seth
Spark Fun is selling a track ball,
Track Ball with Select, SKU#:·Comp-Track· for about US$5.95.
I hope you'll post your work!
I will indeed post my code, shouldn't be much too it at all, its just switches.
Graham
Graham
Graham
Firstly the description of the sparkfun site is wrong. The first thing I have done is connect one axis to a couple of LEDs, its a sort of quadrature output, in one direction X makes then X' does (both then on) and in the other direction X' makes first then X does. They both seem to turn off at the same time so I don't think there is a chance to quadruple the resolution and it wouldn't make much sense anyway as it clicks as you roll it and detents lightly.
Suddenly the diagram for the pin-outs makes sense, you have to imagine the switch part on scan position spinning around, it has two stalks, one makes with one X one with X', the direction dictates the switching order.
My unit hasn't got LEDs but not to worry.
Graham
I didn't see any mounting holes in the datasheet. How do you hold it in place?
-Phil
Of if I was feeling professional some sort of clamp between two standoffs.
Graham
Seems to work OK, use is much as the mouse except for different start function.
Allows the use of up to two buttons defined on arbitrary pins so you can use the integral one or an external one or one of each or no buttons.
Demo runs on the TV output, nothing fancy.
I've fully commented it, it covers quite a few assembly topics so may be of general interest.
Cheers,
Graham
www.youtube.com/watch?v=A62UnJbSezE
Just been going through old threads looking for interesting stuff and there is lots.
Minitrack ball as model plane controller?
The prop can generate RF frequencies, could make interesting RC controller.
27MHz, 49MHz etc
A little lcd and you have a programmable RC transmitter.
With 50ma per pin it maybe enough power for indoor RC.
Hook a mosfet up and a bunch of IR leds for IR remote controller.
Gavin
BUT a good idea overall a tiny computer TX would be fantastic.
Graham
p.s. may help in your quest for interesting threads: http://forums.parallax.com/showthread.php?p=609066
I must be doing search wrong, there is stuff I have seen and the only way to find it quick is to click on every page and read every thread. This thread explains a few things.
I should dig out my memsics and make a tilt joystick RF transmitter.