A new pressure sensor
#1
Posted 03 September 2010 - 09:20 AM
Here's a new pressure sensor that looks interesting ..
http://www.elektor.c...m_campaign=news
http://www.epsontoyo.../2010/0824.html
3cm resolution (measurable) is very good really I thought.
#2
Posted 03 September 2010 - 09:51 AM
wonder what it would cost though
#3
Posted 03 September 2010 - 11:36 AM
#4
Posted 03 September 2010 - 12:45 PM
CheBuzz, on 03 September 2010 - 11:36 AM, said:
Or just before take off have the home location save the altitude that way. I don't know how similar their readings would be - they're probably good for measuring 3cm changes, but not good for absolute level.
#5
Posted 03 September 2010 - 01:07 PM
peabody124, on 03 September 2010 - 12:45 PM, said:
Maybe someone who has two mainboards can check how two sensor readings correlate in time.
BTW, maybe bosch sensor may be used the same way. We only have to check how it is temperature-dependent. As I see, powering-on the main board increases measured temperature to 3-5 degree almost in seconds.
#6
Posted 03 September 2010 - 01:33 PM
#7
Posted 03 September 2010 - 03:05 PM
#8
Posted 06 September 2010 - 02:58 AM
That could provide a convenient platform for a gcs pressure sensor and an in flight one as well...
And without having an extra hardware module to worry about just for pressure corrections.
#9
Posted 06 September 2010 - 10:10 AM
I really wanted to keep the signal line RF filters on the board but had to remove them and use both sides of the board for components to fit the modem PCB onto the same footprint as the AHRS and GPS boards. It's not a lot of space really to work with, A bigger footprint for all the boards would have been nice (especially for prototype work) but say-la-vee.
#10
Posted 07 September 2010 - 07:24 PM
Also note that the pressure rapidly goes up close to the ground in case of a helicopter due to the downwash "hitting" the ground. This completely puts your height estimate off when you go close to the ground. This renders landing based on pressure difficult on a helicopter (if not impossible). Of course this effect depends on the size and weight of the helicopter etc.
Exactly for this problem I use an ultrasound sensor for landing on my own HW setup (which is a completely different setup). +- the last 5m I base the height on the ultrasound sensor.
Regards,
John.
#11
Posted 13 September 2010 - 02:40 AM
John, on 07 September 2010 - 07:24 PM, said:
I was looking at this sonar range finder the other day wondering if it would be useful.
http://www.pololu.co...0_Datasheet.pdf
It has a pwm output option which could make it compatible with a servo input, but I haven't looked at the minimum pulse timings that OP can deal with to confirm.
It does however only output distance greater than 20 cm. which could make the final landing of a heli a little bit of a bump... or it may be in the noise...
Andrew
#12
Posted 13 September 2010 - 07:51 AM
You can use the twin transducer ones (one transmit transducer and one receive transducer), they don't have the 20cm minimum limit.
#13
Posted 08 November 2010 - 08:00 PM
By example, on a MK, the pressure sensor, with is far from being as sensitive, must be covered like a mike windshield, to lower the pressure washing.
Hovering on dead leaves under a tree is interesting to visualize this, where leaves are sucked massively at the bottom center of the kopter, not far from the pressure sensor.
Would prefer a more realistic approach is the obstacle avoidance technique using ultrasonic TX/RX pair to measure distance (like a bat). Several distance ranges exists on easy to find robotic shop.
#14
Posted 09 November 2010 - 02:08 AM
Coptaire, on 08 November 2010 - 08:00 PM, said:
I have been looking at this one, http://www.robot-ele...m/srf05tech.htm
it claims ranges from 1cm to 4m.
it has a pulse output which is a bit shorter than a servo pulse, but I think OP will be able to cope with it.
This might allow it to be be plugged directly into a spare RC input channel with the correct scaling values this could be tested very quickly.
It needs an external trigger, I was originally thinking to plug it into a servo output and let that trigger it, but it can only handle a 20Hz rate, not the 50Hz min of OP..
but a quick 555 circuit should suffice.
Andrew
#15
Posted 09 November 2010 - 09:43 AM
One was for MK (wanted to add front obstacle avoiding feature but in that project I had no time to add to control loop, so ended with just OSD distance display).
Remaining 5 pcs were ordered for playing with OP-based quad (still wait for Pulso motors which are in transit now).
It really works quite well from 1cm up to 3m (declared range is up to 5m in one place, up to 3m in other, but 3m seems to be maximum reliable, 4m is so-so, 5m is... hmm). And 20Hz maximum rate limitation is due to speed of sound, at 5m it is exactly lowest possible period to get the echo.
But I think that separate MCU with I2C could be better interface for it.
In addition, up to 5 units can be used (4 directions and downwards).
#16
Posted 09 November 2010 - 11:49 AM
prolonging the superb work of FrederickG on the MK-Serial plugin, and the I2C plugin project, this could be a real good idea that some of us join effort to develop this addon?
Except if David has a specialty surprise (like yesterday CoptaireControl, sorry, CopterControl board!) concerning this kind of application !
#17
Posted 09 November 2010 - 10:41 PM
#18
Posted 19 November 2010 - 05:42 AM
Andrew, on 09 November 2010 - 02:08 AM, said:
it claims ranges from 1cm to 4m.
it has a pulse output which is a bit shorter than a servo pulse, but I think OP will be able to cope with it.
This might allow it to be be plugged directly into a spare RC input channel with the correct scaling values this could be tested very quickly.
It needs an external trigger, I was originally thinking to plug it into a servo output and let that trigger it, but it can only handle a 20Hz rate, not the 50Hz min of OP..
but a quick 555 circuit should suffice.
Andrew
I purchased one of the above,
connected its trigger input to an OP output (50Hz trigger is above spec but tried it anyway...)
Connected the output pulse to OP input ch 7 and set manual control so Accessory1 pointed to that input...
Ran up the GCS and looked at the current value for Accessory1, and sure enough it was proportional to the aircraft height above the floor....
This shows promise for an easy approach to get height above ground into OP and maybe automated landing...
#19
Posted 26 November 2010 - 06:52 AM
Coptaire, on 08 November 2010 - 08:00 PM, said:
Establish a "rate of descent" while still far away enough from the ground that the pressure sensor remains accurate. Adjust that "rate of descent" to ensure a soft landing (again, prior to getting close to the ground). Continue with the same thrust parameters, and touch down. Your accelerometers will likely notice the landing, or you can compute rate of descent and subtract from prior altitude at the time you established the descent vector.
Am I missing something here?
#20
Posted 24 January 2011 - 10:46 PM
Well, the absolute altitude and speed is hard to tell without sonar or something. Smooth landing might be hard to achieve.
Should the pressure sensor be on a periscope-like structure above rotor turbulence for better accuracy? Or below to sense the ground effect?



United Kingdom


South Africa
United States



Ukraine
Netherlands
France
Sweden








