An open API service indexing awesome lists of open source software.

https://github.com/mrtcode/inclinometer

Atmega328 + LSM303DLH accelerometer inclinometer prototype to protect a soil probe from damage
https://github.com/mrtcode/inclinometer

accelerometer atmega328 atmel avr inclinometer max485

Last synced: 3 months ago
JSON representation

Atmega328 + LSM303DLH accelerometer inclinometer prototype to protect a soil probe from damage

Awesome Lists containing this project

README

        

# Inclinometer prototype for a soil probe

Informs an operator about abnormal probe angle to protect it from damage.

Uses Atmega328, LSM303DLH accelerometer and MAX485 transceivers for a long distance communication.

When turned on calibrates and starts sending inclination angle (0-180) over USART. Removes gravity vector from accelerometer data automatically.

![](https://mrtcode.github.io/inclinometer/diagram.png)

## Output

![](https://mrtcode.github.io/inclinometer/terminal.png)