All Projects → monroewilliams → trackball

monroewilliams / trackball

Licence: other
Code for a trackball I'm building from scratch

Programming Languages

OpenSCAD
209 projects
C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

This is the code to run a trackball I'm building for myself.

It's currently based around either a Seeeduino XIAO or the very similar Adafruit QT Py, and a couple of optical mouse sensor breakout boards. I've built two so far, one using these ADNS-9800 boards, and one using these PMW3360 breakout boards.


I started this project because my favorite ergonomic trackball, the Trackman Marble FX, is basically no longer viable. I really like the shape of it, but it's PS/2 only, has a number of issues with tracking and durability, and has become really hard to find/expensive. I have a small collection of them, most of which have broken over the years.

I decided to build my own trackball with a shape that fits my hand similar to the old Trackman Marble FX, and incorporated a feature from the Kensington Slimblade (probably my second favorite, although not for its ergonomics): twisting the ball in the Z axis acts like a scroll-wheel (complete with clicky sounds produced by a piezo speaker).

Short video demo is here

To be able to sense rotation in all three axes, it needs to use two mouse sensors, positioned at different points around the ball.

I'm quite happy with the current state of the project. I prefer using this trackball to any other I've used at this point, which is saying something. :)

The hardware directory contains the OpenSCAD files for the printed plastics. The src directory has the code. If you want to see how all the parts fit together, you can go straight to the assembly guide.

BUILD

I'm building this with PlatformIO/VSCode. The root of the repository should open directly with VSCode.

I do my work on Mac OS X, so I don't know if there will be any issues using it on Windows or Linux.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].