Level sensor recommendations

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
soggycashew
Posts: 55
Joined: Sat Sep 18, 2021 10:21 pm

Level sensor recommendations

Post by soggycashew » Mon Dec 06, 2021 1:39 am

Hello, i have a Pico and needed a sensor that will tell me when im angled forward, backwards and level. Im trying to make something for my compact tractors loader to tell me what tilt position its in.

Thoughts?

davef
Posts: 811
Joined: Thu Apr 30, 2020 1:03 am
Location: Christchurch, NZ

Re: Level sensor recommendations

Post by davef » Mon Dec 06, 2021 1:46 am


User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Level sensor recommendations

Post by pythoncoder » Mon Dec 06, 2021 10:43 am

There are numerous inertial measuring units with drivers listed here. The application only needs an accelerometer, but all IMU's have one.
Peter Hinch
Index to my micropython libraries.

soggycashew
Posts: 55
Joined: Sat Sep 18, 2021 10:21 pm

Re: Level sensor recommendations

Post by soggycashew » Mon Dec 06, 2021 1:52 pm

Thank you i bought that sensor and thanks for the link to librarys

Post Reply