This is something I’ve already worked on but was never really happy with the result, mainly because the potentiometre that I used was of poor quality and hence non linear and “jumpy”…
The problem is simple: I need to have a reliable and easy to use servo tester, that I can use to test/play with a standard RC servo or ESC or anything else that uses the same control protocol.
This necessity has arisen again quite recently, while working on the 2nd iteration of my ball balancing device.
So here’s my 2nd (and hopefully last) attempt at making something nice and functional…
There’s not much to this project, except some patience for the wiring and a quite expensive BOM for what it does
Again, not many bits went into it:
- 2 rotary encoders from Sparkfun (with RGB LED on them, but unused)
- 1 monochrome OLED from Adafruit
- an Arduino nano pro clone from eBay
And now with a nice case, necessary for its protection, though it doesn’t do justice to the nice and shiny OLED Display.
And of course, the Arduino code running on the microcontroller, using the adaencoder library for the rotary encoders which depends on ooPinChangeInt library.
This of course, beyond the standard Servo, SPI, Wire and Adafruit libraries…
For more Details: Double Servo Tester with Display