OpenxVario Air Speed Sensor - Add on

Development & General Chat for the superb openxvario project.

Moderator: rainer

DHDSP
Posts: 62
Joined: Mon Apr 23, 2012 12:48 pm
Country: -
Location: Germany

Re: OpenxVario Air Speed Sensor - Add on

Post by DHDSP »

Kilrah wrote:You still need a wire to power it, so why not run the data through it?
I'm not really sure, on those bigger model planes some people have smoke-gizmos at the wingtip. So it should be possible to have a small battery there.
But maybe you're right, a thin wire would probably work too ;)

User avatar
jhsa
Posts: 19480
Joined: Tue Dec 27, 2011 5:13 pm
Country: Germany

Re: OpenxVario Air Speed Sensor - Add on

Post by jhsa »

jhsa wrote:here is why airspeed is so important.. forget the AoA. If you don't have enough airspeed....... :o

[BBvideo 425,350]https://www.youtube.com/watch?v=zxbulrrQVig[/BBvideo]

I posted the video above some days ago, and just came across with this page today by coincidence..

http://www.dailymail.co.uk/news/article ... unway.html

It's good to know that the pilot fully recovered and he crawled away from the aircraft on his own..
Apart from that great photography job..
My er9x/Ersky9x/eepskye Video Tutorials
https://www.youtube.com/playlist?list=PL5uJhoD7sAKidZmkhMpYpp_qcuIqJXhb9

Donate to Er9x/Ersky9x:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YHX43JR3J7XGW
User avatar
Flaps 30
Posts: 1490
Joined: Tue Dec 27, 2011 6:04 pm
Country: -
Location: Wokingham Berkshire

Re: OpenxVario Air Speed Sensor - Add on

Post by Flaps 30 »

Yes that is a great example of how to screw up. It is also a good demonstration of how important the AoA is to staying in the air. :)
User avatar
jhsa
Posts: 19480
Joined: Tue Dec 27, 2011 5:13 pm
Country: Germany

Re: OpenxVario Air Speed Sensor - Add on

Post by jhsa »

yep. keep your speed and it won't happen.. :D
My er9x/Ersky9x/eepskye Video Tutorials
https://www.youtube.com/playlist?list=PL5uJhoD7sAKidZmkhMpYpp_qcuIqJXhb9

Donate to Er9x/Ersky9x:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YHX43JR3J7XGW
Cerberus
Posts: 84
Joined: Tue May 22, 2012 6:16 pm
Country: -

Re: OpenxVario Air Speed Sensor - Add on

Post by Cerberus »

Is it somebody working on this add or not?
I ordered Air Speed Sensor from Eagle Trees Systems (It will take few days to receive it) and I will try to implement it to the Arduino Vario. But if somebody is working on it, just let me to know. Also is there any specific/preferred ID address in the Frsky or Open 9X for Air Speed in the serial data stream?

User avatar
tilmanb
Posts: 347
Joined: Thu Oct 11, 2012 9:36 pm
Country: Germany
Location: Karlsruhe, Germany

Re: OpenxVario Air Speed Sensor - Add on

Post by tilmanb »

No, this thread is as far as we got. :)

There is a field in the sensor hub protocol for speed. It is from the GPS module and would usually measure ground speed.
User avatar
Rob Thomson
Site Admin
Posts: 4543
Joined: Tue Dec 27, 2011 11:34 am
Country: United Kingdom
Location: Albury, Guildford
Contact:

Re: OpenxVario Air Speed Sensor - Add on

Post by Rob Thomson »

I came to the conclusion I did not want to mount such large sensor on any of my models :-)

Sent from my GT-I9300 using Tapatalk 2
Slope Soaring, FPV, and pretty much anything 'high tech'
...........if you think it should be in the wiki.. ask me for wiki access, then go add it!
User avatar
rainer
Posts: 391
Joined: Tue Jan 01, 2013 9:20 pm
Country: Germany
Location: near Düsseldorf

Re: OpenxVario Air Speed Sensor - Add on

Post by rainer »

Sorry i didn't have much time lately, so no progress from me as well
build your own vario ==> https://github.com/openXsensor/openXsensor/wiki (Formerly https://code.google.com/p/openxsensor/ and https://code.google.com/p/openxvario/)
Cerberus
Posts: 84
Joined: Tue May 22, 2012 6:16 pm
Country: -

Re: OpenxVario Air Speed Sensor - Add on

Post by Cerberus »

No worries, when I receive it I will try do something and you can test the code withing vario to aprove using the Arduino code. So for ID should I use the GPS_SPEED_A 0x19, or we can add specific IF forAir Speed to The System?
User avatar
rainer
Posts: 391
Joined: Tue Jan 01, 2013 9:20 pm
Country: Germany
Location: near Düsseldorf

Re: OpenxVario Air Speed Sensor - Add on

Post by rainer »

I would go for 0x19. the chance that somebody wants to use two different speed values for one plane in parallel is rather small.
build your own vario ==> https://github.com/openXsensor/openXsensor/wiki (Formerly https://code.google.com/p/openxsensor/ and https://code.google.com/p/openxvario/)
Cerberus
Posts: 84
Joined: Tue May 22, 2012 6:16 pm
Country: -

Re: OpenxVario Air Speed Sensor - Add on

Post by Cerberus »

OK, Thanks.
Romolo
9x Developer
Posts: 1109
Joined: Sat Dec 31, 2011 12:11 am
Country: -
Location: Massa (MS), Tuscany, Italy

Re: OpenxVario Air Speed Sensor - Add on

Post by Romolo »

A good reason for adding a true air speed sensor to openxvario is to have a compensated, total energy vario as well.
you need: static probe connected to differential and absolute sensor, dynamic probe connected to differential.

Then we need some math to calculate potential and kinetic energy.
The sum of the two is a decreasing function of time (due to efficiency less than 1 of the plane).

But what is relevant is that with the two values you can understand if you are in a thumb thermal or in a true thermal

in a thumb thermal you will decrease kinetic energy and you will increase potential one..
in a real thermal you will get potential energy without loosing kinetic one.
User avatar
rainer
Posts: 391
Joined: Tue Jan 01, 2013 9:20 pm
Country: Germany
Location: near Düsseldorf

Re: OpenxVario Air Speed Sensor - Add on

Post by rainer »

If you want to use an airspeed sensor with an output linear voltage relative to the airspeed, thats quite easy to implement. i would just have to find out how to transfer airspeed to the opentx. the rest could be copied over form the current sensor code.

Getting a TEC vario out of it would be a bit more complicated due to the way the sensors output their data ( e.g. delay/ filtering/-...)
it would require a lot of test flying / development to fine tune these algorythms. the currently used MS5611 is in my opinion not usable combined with a speed sensor that has different characteristics. energy compensation would be much easier and create better results using a well tuned tec tube.
The current implementaiton of the MS5611 in the oXv has very specific behaviour not allways generating data usable for a tec algorythm. The kalman filter is nice for thermal detection in normal situation but shows bigger delays on high vertical speeds that tend to take some seconds before they stop influencing the actual vertical speed calculation.
e.g. if i start my dlg, i get very high ascend speeds. once i push at the top point, it takes the vario another couple of seconds before it will show a stable situation again.
Still for normal flight the output is great, but this kinds of effects will make it really hard to try to calculate an enegy compensation.
we would have to experimet with other filters that will show different effects in other situations.

And then we would aslso have a second sensor/filter compensation for the air speed sensor... the best way to develop something like this would probably to first write some kind of simulator and do most of the test flying virtual. but this amount of time is currently not available for me.
build your own vario ==> https://github.com/openXsensor/openXsensor/wiki (Formerly https://code.google.com/p/openxsensor/ and https://code.google.com/p/openxvario/)
tedbmoss
Posts: 121
Joined: Sun Jul 15, 2012 10:42 pm
Country: -
Location: Peoria, AZ

Re: OpenxVario Air Speed Sensor - Add on

Post by tedbmoss »

I got one of the airspeed kits from 3D Robotics with mpxv7002dp sensor, I think it would be a good place to start since it has pitot tubes and is ready to use.
RightRudder
Posts: 241
Joined: Tue Jan 15, 2013 9:41 pm
Country: -

Re: OpenxVario Air Speed Sensor - Add on

Post by RightRudder »

I had talked about much more sensitive sensors in another thread.

http://openrcforums.com/forum/viewtopic.php?f=86&t=2889

Post Reply

Return to “OpenXVario - an open source vario supported by the open source firmwares!!”