Fun, Learning, Friendship and Mutual Respect START  HERE


Unregistered
Go Back   HeliFreak > R/C Helicopters > Speed Helicopters


Speed Helicopters Speed Helicopters. Any brand as long as it goes FASSSSSSSSSTTTTTT!


Reply
 
LinkBack Thread Tools Display Modes
Old 12-09-2016, 03:20 PM   #1 (permalink)
Registered Users
 
Posts: 2,089
 

Join Date: Aug 2010
Wink So you have GPS data? Now you can analyze the heck out of your speed runs!

Click link below to download.
Download here.
__________________________________________________ ______

Teaser pictures from one of my Protos 380 runs :-) one image says more then a 1000 words. I'm putting details in the next reply.



Attached Thumbnails
Click image for larger version

Name:	AppCapture.jpg
Views:	832
Size:	83.0 KB
ID:	683594   Click image for larger version

Name:	GECapture.jpg
Views:	770
Size:	123.2 KB
ID:	683596  
__________________
I am a Heli-Coholic! Citizen #207
PRÔTOS Max v2 PRÔTOS 380 Speed Goblin 380 Blade 180CFX
MKS KDE MSH Brain

Last edited by Tomy.; 12-22-2016 at 08:22 PM..
Tomy. is offline        Reply With Quote Quick reply to this message
Sponsored Links
Advertisement
 
Old 12-09-2016, 03:49 PM   #2 (permalink)
Registered Users
 
Posts: 2,089
Thread Starter Thread Starter
 

Join Date: Aug 2010
Default Some details...

So you're still reading this thread? OK, then here are some details. Ah, and an ASK too at the end .

After running (and winning) the under-500 class at RCHN3 I also was bitten (at least a little) by the speed bug. I have not been very active in speed, but recently I started to build a dedicated bird, and I was thinking, how could I use GPS data to improve my performance, technique, as well as give me a fairly precise speed indication (that is, AVERAGE through the course, not max).

So, since I'm a software dev by treat, I spent some of my free time in the past 2 months with an application that can take GPS telemetry data and turn it into useful and visual, human-digestible form. What started as a simple little powershell script, grew into a more serious Windows app (sorry Mac guys ). And it's getting ready for mass-consumption!

This is what the app can do:
  • Load GPS data. Since I'm using Spektrum (stop laughing) I only have my own Spektrum GPS files that I used to write one import plugin. This is where you guys come in, but more about that later.
  • Filter/refine the data. I implemented a Kalman filter generally used in GPS applications, communications, space program and other areas for high quality filtering and data smoothing. The crappy Spektrum GPS data suddenly looks beautiful . If you have a very reliable GPS data source, this can be turned off in settings.
  • Find the flight location and get actual ground altitude data online from the Google Maps API to adjust the GPS' altitude readings. I found that the Spektrum altitude data can be off by 15-20 feet, so the program can recalculate the altitude data from matching the take-off altitude with that location's actual ground altitude. Neat stuff.
  • Estimate/calculate (in general, just figure out) where the speed course is (of course, you need to set if you were trying to do long course or short course). If you do actual speed flying (not just messing around), from your flight pattern it's fairly simple to get a good estimated course (flight line, staging, actual course etc. ). This is where things get interesting! Look at the attached Google Earth shots, the course on the ground is drawn by my program. The green area is the 120m short course. The red area is the pre-staging.
  • Now we have a course geometry and flight data, the program figures out where your individual left-right and right-left passes are in the GPS dataset.
  • Now, let's calculate average and max speed for each pass within the course. These are the numbers after all that we are very much interested in (the faster you fly the more respect you have in the speed community right? )
  • The program also checks your altitudes to let you know if you were within the official altitude range.
  • At the end, you can export it all into Google Earth and visualize your speed course on the ground, the individual passes, look at your speed and altitude analysis. Say with me, party time!
Cool, you're still with me? So why is this really exciting? Because, using the data and the Google Earth 3D images, you can:
  • Work on making your passes straight and level
  • Practice staying within altitude range through the entire course
  • Move your turns just outside the staging area
  • Most importantly know your average speeds across the entire course and the flight!
  • And more...
And now my little ask. So it works for most, or ALL of us!
__________________
I am a Heli-Coholic! Citizen #207
PRÔTOS Max v2 PRÔTOS 380 Speed Goblin 380 Blade 180CFX
MKS KDE MSH Brain
Tomy. is offline        Reply With Quote Quick reply to this message
Old 12-09-2016, 03:57 PM   #3 (permalink)
Registered Users
 
Posts: 2,089
Thread Starter Thread Starter
 

Join Date: Aug 2010
Default My ask for GPS data to write more import plugins

This is where you guys come into the picture. I'd love to share this with all of us (yes, I'm stupid like that I believe in free stuff ).

I only have my own GPS data to work with. So unless the whole world runs on Spektrum (did you say no?) I am willing to spend a little more time on it and write import modules for the most popular GPS data sets. Hence I NEED SOME DATA.

If you have GPS data from speed runs that you don't mind to share, shoot me a PM. It'd be cool also if you responded here so I can keep track of the type of data I'm collecting.

I'd really like to get CSV, XML or TXT format files. So if you have a utility on your laptop, radio etc. that can export GPS data in a non-binary format, run that for me. The problem with the binary formats is that those are usually hard to decode, and proprietary, and manufacturers don't like to share their file specs with the world. For example I use the free SPMTLMViewer app to export the GPS data set from the Spektrum telemetry file as CSV.

Thanks for reading till here. Go, have a beer and chill. And of course, send me your GPS files soon .
Cheers!
Tamas
__________________
I am a Heli-Coholic! Citizen #207
PRÔTOS Max v2 PRÔTOS 380 Speed Goblin 380 Blade 180CFX
MKS KDE MSH Brain
Tomy. is offline        Reply With Quote Quick reply to this message
Old 12-09-2016, 04:02 PM   #4 (permalink)
Registered Users
 
Posts: 2,089
Thread Starter Thread Starter
 

Join Date: Aug 2010
Default More pics...

More app captures:


Settings:


Altitude view (red is outside the official alt range):


Top view:
Attached Thumbnails
Click image for larger version

Name:	AboutCappture.jpg
Views:	725
Size:	65.7 KB
ID:	683604   Click image for larger version

Name:	SettingsCapture.JPG
Views:	707
Size:	66.2 KB
ID:	683605   Click image for larger version

Name:	CaptureGEAlt.jpg
Views:	670
Size:	119.6 KB
ID:	683606   Click image for larger version

Name:	CaptureGETopView.jpg
Views:	692
Size:	134.5 KB
ID:	683607  
__________________
I am a Heli-Coholic! Citizen #207
PRÔTOS Max v2 PRÔTOS 380 Speed Goblin 380 Blade 180CFX
MKS KDE MSH Brain
Tomy. is offline        Reply With Quote Quick reply to this message
Old 12-09-2016, 04:33 PM   #5 (permalink)
Registered Users
 

Join Date: May 2015
Default

this is awesome, thanks for sharing!!
slikwrik is offline        Reply With Quote Quick reply to this message
Old 12-09-2016, 04:43 PM   #6 (permalink)
Registered Users
 
Posts: 564
 

Join Date: Apr 2013
Default

Interesting.....unfortunately I didn't keep any of my files they were not very good run anyway and now winter is here for good, so no speed run until spring time for me.

I have the JETI GPS and the PowerBox II more then willing to help in the spring if it's still requires.
__________________
Daniel...many flying planks.....Goblin Urukay Red/White, Gaui R5,G380 KSE Yellow/Blue
G380 Stretched and G420 XNova
JETI DC-24, MKS Servos, Ikon2/Brain2, Axon, Kontronik, XNova
Revolectrix/MeanWell PS, DPL8, PL8, 2x XP10 and Bump Contr's.
Dansy is offline        Reply With Quote Quick reply to this message
Old 12-09-2016, 05:14 PM   #7 (permalink)
Registered Users
 
Posts: 2,089
Thread Starter Thread Starter
 

Join Date: Aug 2010
Default

Quote:
Originally Posted by Dansy View Post
Interesting.....unfortunately I didn't keep any of my files they were not very good run anyway and now winter is here for good, so no speed run until spring time for me.

I have the JETI GPS and the PowerBox II more then willing to help in the spring if it's still requires.
Daniel, same here no flying. The Northwest sucks in the winter. Thanks for offering, I'll get back to you on this depending on how things go. I expect that PowerBox 2 and Jeti are a popular choice, I hope to see data from a few folks with that setup.
__________________
I am a Heli-Coholic! Citizen #207
PRÔTOS Max v2 PRÔTOS 380 Speed Goblin 380 Blade 180CFX
MKS KDE MSH Brain
Tomy. is offline        Reply With Quote Quick reply to this message
Old 12-09-2016, 05:31 PM   #8 (permalink)
Registered Users
 
Posts: 158
 

Join Date: Aug 2016
Default

where we can find this software ?
__________________
SAB Speed Pilot, Xnova Pilot, with Comet EVO , Kraken 700, Kraken KSE 700, Kraken 580, Buddy with VBar Evo
felopaul is offline        Reply With Quote Quick reply to this message
Old 12-09-2016, 08:11 PM   #9 (permalink)
Registered Users
 
Posts: 564
 

Join Date: Apr 2013
Default

The power box 2 seem to be very popular the reason I got one to try
__________________
Daniel...many flying planks.....Goblin Urukay Red/White, Gaui R5,G380 KSE Yellow/Blue
G380 Stretched and G420 XNova
JETI DC-24, MKS Servos, Ikon2/Brain2, Axon, Kontronik, XNova
Revolectrix/MeanWell PS, DPL8, PL8, 2x XP10 and Bump Contr's.
Dansy is offline        Reply With Quote Quick reply to this message
Old 12-09-2016, 08:39 PM   #10 (permalink)
Registered Users
 
Posts: 2,089
Thread Starter Thread Starter
 

Join Date: Aug 2010
Default

Quote:
Originally Posted by felopaul View Post
where we can find this software ?
If you use Spektrum, I can send it over to you. Otherwise you will not be able to use it yet, best thing is if you can send me GPS data from your system, I will work on the import module and get it back to you for testing out when the importer for your data is done.
__________________
I am a Heli-Coholic! Citizen #207
PRÔTOS Max v2 PRÔTOS 380 Speed Goblin 380 Blade 180CFX
MKS KDE MSH Brain
Tomy. is offline        Reply With Quote Quick reply to this message
Old 12-09-2016, 11:32 PM   #11 (permalink)
Registered Users
 
Posts: 1,800
 
My HF Map location
Join Date: Dec 2011
Default

Very nice work, well done
__________________
A\ziz - Citizen 672
Minicopter Diabolo 700 Black, SAB Kraken 700, Kraken 580, Minicopter Diabolo 600, Minicopter Diabolo 550, Henseleit TDR Mark II, Henseleit TDR

Jeti DS24 / VControl Touch
aziz76 is offline        Reply With Quote Quick reply to this message
Old 12-11-2016, 12:00 PM   #12 (permalink)
Registered Users
 
Posts: 33
 

Join Date: Jun 2006
Default

Great !
__________________
Diabolo S #47
Urukay Competition
T700-E Black Shark III
Olivier31 is offline        Reply With Quote Quick reply to this message
Old 12-13-2016, 04:06 PM   #13 (permalink)
Registered Users
 
Posts: 2,089
Thread Starter Thread Starter
 

Join Date: Aug 2010
Default Jeti logger import update

Thanks for those who contacted me over here above, or in PM and said a few nice words, it means a lot!

Progress update:
I've got data files from Paul over in the UK (wadders248) and I'm working on the Jeti logger plugin to be able to pull those in, I am done with a large part, now just working out some kinks.

If anyone has more files (Jeti/Powerbox or other!), please send me when you can, I'm planning to have the Jeti importer done by end of this week, maybe sooner so I can post the entire installer. It'd be great if I could run it through more files from different folks to make sure it handles certain data types and scenarios well.

Thanks Paul for the files, HUGE help!
__________________
I am a Heli-Coholic! Citizen #207
PRÔTOS Max v2 PRÔTOS 380 Speed Goblin 380 Blade 180CFX
MKS KDE MSH Brain
Tomy. is offline        Reply With Quote Quick reply to this message
Old 12-14-2016, 03:06 AM   #14 (permalink)
Registered Users
 
Posts: 2,089
Thread Starter Thread Starter
 

Join Date: Aug 2010
Default

Quote:
Originally Posted by felopaul View Post
where we can find this software ?
Are you using Jeti? If so, I'll post the download here probably around Thursday for the new version with the Jeti logger import plugin so you can start playing with it.
__________________
I am a Heli-Coholic! Citizen #207
PRÔTOS Max v2 PRÔTOS 380 Speed Goblin 380 Blade 180CFX
MKS KDE MSH Brain
Tomy. is offline        Reply With Quote Quick reply to this message
Old 12-18-2016, 07:12 PM   #15 (permalink)
Registered Users
 
Posts: 2,089
Thread Starter Thread Starter
 

Join Date: Aug 2010
Default Jeti plugin is done

I'm done with the Jeti plugin and it handles all the data types that I could dug up info about. I also fixed a few more things, and made the course layout finder more precise. See the pics below, where in Google Earth the program overlays with the course it "thinks" you flew. Here are 2 examples from the logs I received.
I will finish the testing tonight and will post the beta up here that supports Spektrum and the Jeti logger.

First one is from Kilo, thanks for the files Rob! This was your fastest flight 2 passes with your Protos 380, a top right-left with 97.37mph average and left-right 110.84mph (guess where the wind was blowing from?). Came to an actual average l-r and r-l speed of 104.1mph!

Second one is from Paul (wadders248) top averages are left-right 145.6mph and right-left 154.27mph, flight average is 149.93mph (241.3kph)!



Attached Thumbnails
Click image for larger version

Name:	Rob180406.jpg
Views:	1130
Size:	115.0 KB
ID:	684733   Click image for larger version

Name:	Paul134739.jpg
Views:	552
Size:	132.1 KB
ID:	684734  
__________________
I am a Heli-Coholic! Citizen #207
PRÔTOS Max v2 PRÔTOS 380 Speed Goblin 380 Blade 180CFX
MKS KDE MSH Brain
Tomy. is offline        Reply With Quote Quick reply to this message
Old 12-19-2016, 03:13 AM   #16 (permalink)
Registered Users
 
Posts: 945
 

Join Date: Aug 2011
Location: United Kingdom
Default

Thank you Tamas for taking the time to produce the plugin. This is going to be really useful for training and trying new things!

Though I now want to fly where Kilo is flying... much more space.
__________________
Kasama UK
wadders248 is offline        Reply With Quote Quick reply to this message
Old 12-20-2016, 09:09 PM   #17 (permalink)
Registered Users
 
Posts: 2,089
Thread Starter Thread Starter
 

Join Date: Aug 2010
Default

I've the first public version 0.8.1 here.
Installer for Windows

It supports importing the Jeti's *.log file and the Spektrum's *.csv file (exported from spmtlmviewer).
If you are running into issues let me know. No doc/help file so far, it'll come soon.
If anyone wants to support any other file, type let me know!
__________________
I am a Heli-Coholic! Citizen #207
PRÔTOS Max v2 PRÔTOS 380 Speed Goblin 380 Blade 180CFX
MKS KDE MSH Brain

Last edited by Tomy.; 12-20-2016 at 09:09 PM.. Reason: Rel 0.8.1 link
Tomy. is offline        Reply With Quote Quick reply to this message
Old 12-21-2016, 04:07 AM   #18 (permalink)
Registered Users
 
Posts: 158
 

Join Date: Aug 2016
Default

can you just give order data in a csv file ? for other radio system.

thank you
__________________
SAB Speed Pilot, Xnova Pilot, with Comet EVO , Kraken 700, Kraken KSE 700, Kraken 580, Buddy with VBar Evo
felopaul is offline        Reply With Quote Quick reply to this message
Old 12-21-2016, 07:11 AM   #19 (permalink)
Registered Users
 
Posts: 2,089
Thread Starter Thread Starter
 

Join Date: Aug 2010
Default

Quote:
Originally Posted by felopaul View Post
can you just give order data in a csv file ? for other radio system.

thank you
Please shoot me a PM with the details of what you'd like and I'll take care of it.
__________________
I am a Heli-Coholic! Citizen #207
PRÔTOS Max v2 PRÔTOS 380 Speed Goblin 380 Blade 180CFX
MKS KDE MSH Brain
Tomy. is offline        Reply With Quote Quick reply to this message
Old 12-21-2016, 07:18 AM   #20 (permalink)
The Airetic
 
Posts: 9,372
 

Join Date: Nov 2012
Default

That's super cool Tomy!

Thank you for your work!
__________________
Free Agent....With standalone opinions.
KiloXray is offline        Reply With Quote Quick reply to this message
Reply




Quick Reply
Message:
Options

Register Now

In order to be able to post messages on the HeliFreak forums, you must first register.
Please enter your desired user name, your REAL and WORKING email address and other required details in the form below.
User Name:
Password
Please enter a password for your user account. Note that passwords are case-sensitive.
Password:
Confirm Password:
Email Address
Please enter a valid email address for yourself. Use a real email address or you will not be granted access to the site. Thank you.
Email Address:
Location
Where do you live? ie: Country, State, City or General Geographic Location please.
Name and Lastname
Enter name and last name here. (This information is not shown to the general public. Optional)
Helicopter #1
Enter Helicopter #1 type and equipment.
Helicopter #2
Enter Helicopter #2 type and equipment.
Helicopter #3
Enter Helicopter #3 type and equipment.
Helicopter #4
Enter Helicopter #4 type and equipment.

Log-in


Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




Copyright © Website Acquisitions Inc. All rights reserved.
vBulletin Security provided by vBSecurity v2.2.2 (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.

SEO by vBSEO 3.6.1