The Analog Devices ADXL202 accelerometer is a 2 axis sensor that is ideal
as a tilt sensor. By combining it with a PIC 16F62x series microcontroller it's possible to create a low cost, self leveling platform. The following two designs are refinements of earlier designs I made. |
The code has been simplified and rewritten for the 18 pin PIC16F627. While both worked fine in breadboard tests, neither has been tested in working devices. I present them here as examples and perhaps a starting point for your own experiments. I assume no responsibility for their use or performance. | |
Original - SSC Drive Version This device outputs async serial designed to interface with a Scott Edwards SSC2 servo controller. |
New - Direct Drive Version Same concept as original device except it drives the R/C servos directly - no serial interface. |
SSC Version (18k) | Direct Drive (21k) |
This easy to build gadget measures and displays +/- 2g on it's 4 digit LED display. | Based on the ADXL202 and the PIC16F88 it will measure g forces to 2 decimal point accuracy. |
This page was updated 7-7-2008