Help to measure height
mahin2010
Posts: 6
hello dear , I want a sensor with the sensitivity 20cm , I want a sensor that measurement altimeter, I see ms5607, but I don't know how do it? do you can help me?Can anyone give me the code and its relationship with avr .Thanks for your helps.
Comments
The blue "here" in post #2 is a link. So is this sentence.
I don't understand your question. You want to control a robot in your room and high on the earth? Is your room on a mountain?
The MS5607 measures air pressure. It works at ground level and high in the sky.
and a program that I Basnsvr and avr
I don't know if this altimeter will do what you want. It has a resolution of 20cm. I suspect that this is under good circumstances and that it will be difficult to get this fine a resolution. In other words, the sensor will have to move more than 20cm for it to recognize a difference. Even a little bit of electronic noise may cause small errors and may interfere with getting that high a resolution.
Thanks for your answers;
Actually I want to detect the difference of my robot hands height, this means when robot changes the height of its hands, I detect the difference. (I don’t need any other things! Just difference of hands height per second)
So some of my friends suggest pressure sensors, is there any other idea? Solution?
I don't think the altimeter would work well for this application.
How are the hands moved? Could you add encoders to the joints so you can tell their positions? If you knew the position of each joint and the length of each segment, you could compute the position of the hands.