rehtnap
Posts: 3
Joined: Mon Apr 21, 2014 12:21 pm

angle sensing

Mon Apr 21, 2014 12:25 pm

hi
im am so new to the pi so please forgive simple questions. so what i want to know is if there is and angle sensor unit that would sense 2 directions of angle that can work with the pi. what i want to do is have 2 or 3 sensors then be able to compare the readings relative to each other.

Tarcas
Posts: 741
Joined: Thu Jan 09, 2014 5:38 am
Location: USA

Re: angle sensing

Mon Apr 21, 2014 7:21 pm

It might help us if you explain what you're trying to measure. I've never heard of an angle sensor, although depending on the application a flex meter may work. It measures how much the flexible sensor is bent.

User avatar
FLYFISH TECHNOLOGIES
Posts: 1750
Joined: Thu Oct 03, 2013 7:48 am
Location: Ljubljana, Slovenia
Contact: Website

Re: angle sensing

Mon Apr 21, 2014 7:35 pm

Hi,
rehtnap wrote:if there is and angle sensor unit that would sense 2 directions of angle
Yes.
If the reference is vertical vestor (gravity), you can take accelerometer chips or inclinometer chips. If the reference is horizontal vector, you can take compass sensors.
There are also modules (google for 6DoF, 9DoF, etc.) which can make your life easier.
rehtnap wrote:that can work with the pi.
Virtually any electronic sensor can work with RasPi.


Best wishes, Ivan Zilic.
Running out of GPIO pins and/or need to read analog values?
Solution: http://www.flyfish-tech.com/FF32

rehtnap
Posts: 3
Joined: Mon Apr 21, 2014 12:21 pm

Re: angle sensing

Mon Apr 21, 2014 10:11 pm

hi
the idea is to attach sensors to a frame, some on the horizontal and some vertical to compare the relative positions of the frame tubes to each other. i was playing with a protractor app on my android and want to do similar just with 3/4 sensors all showing on one screen and with relative measurements to each other.

User avatar
FLYFISH TECHNOLOGIES
Posts: 1750
Joined: Thu Oct 03, 2013 7:48 am
Location: Ljubljana, Slovenia
Contact: Website

Re: angle sensing

Mon Apr 21, 2014 10:24 pm

Hi,
rehtnap wrote:the idea is to attach sensors to a frame, some on the horizontal and some vertical to compare the relative positions of the frame tubes to each other.
For such a static measurements I had good results with VTI's inclinometer chips. They are easy to solder by hand, precise and quite resistive to vibrations/noise. Their big drawback is price.
Another option is to take accelerometer chips (breakout board is mandatory since they are hard to solder by hand). You might need to implement some data filtering in software.


Best wishes, Ivan Zilic.
Running out of GPIO pins and/or need to read analog values?
Solution: http://www.flyfish-tech.com/FF32

rehtnap
Posts: 3
Joined: Mon Apr 21, 2014 12:21 pm

Re: angle sensing

Fri Apr 25, 2014 1:06 am

New MMA7361 Module 3 Axis Accelerometer Inclination Sensor Arduino Triple Robot 251299133364
ive seen these on ebay would they do the job

User avatar
FLYFISH TECHNOLOGIES
Posts: 1750
Joined: Thu Oct 03, 2013 7:48 am
Location: Ljubljana, Slovenia
Contact: Website

Re: angle sensing

Fri Apr 25, 2014 1:19 am

Hi
rehtnap wrote: would they do the job
Depends on your requirements... They can be used (at least) for a first approximation.


Best wishes, Ivan Zilic.
Running out of GPIO pins and/or need to read analog values?
Solution: http://www.flyfish-tech.com/FF32

Return to “Automation, sensing and robotics”