Gaugette

Building gauges and gadgets with Arduinos, Raspberry Pis and Switec stepper motors.

Apr 4, 2012 - 2 minute read - Comments - Switec X25

Pulling Out All The Stops

Or more accurately, filing off the stops.

Recently Tim Hirzel asked if I knew of a source of motors without stops, or if the X25.168’s could be modified to remove the stops and open up the full 360 degrees of rotation.

Good question! The X25 Series Buyers Guide lists 6 models of motors without stops, but a quick search turned up no suppliers selling these in small volumes.

Okay, time to figure out if the stops can be removed. Note that I’m working on a VID-29 clone, not a genuine Switec X25.168 here. There are 4 tiny screws that open the case revealing this:

case opened

Mar 22, 2012 - 1 minute read - Comments - Switec X25

A Better Backlight

For the second gauge in this build, I tried to get better placement of the current-limiting resistor. By placing it tight in the corner, it wont cast a shadow.

These photos show the LEDs at 100% brightness, but they are on PWM pins so I can control the intensity from the Arduino code.

Feb 16, 2012 - 2 minute read - Comments - Switec X25

Using the SwitecX25 Library

Getting Started with the SwitecX25 Library

For Arduino IDE version 1.0 and later you can store user-contributed libraries in a subdirectory of your sketch directory named ‘libraries’. In fact you really should install them there to ensure that they persist when you upgrade the IDE.