gtrick90's blog View Details
Posted by gtrick90 | Oct 30, 2016 @ 06:06 PM | 58,219 Views
EACHINE QX90 - Outdoor (3 min 49 sec)

Posted by gtrick90 | Dec 19, 2015 @ 02:47 PM | 59,454 Views
Posted by gtrick90 | Oct 29, 2014 @ 02:51 AM | 59,900 Views
Our Skywalker X8 with PixHawk in full auto mode with Mobius front cam / Sony NEX 7 (photogrammetry) and our customized DJI Phantom 2


ADPM blitz 2.2 Vision (2 min 13 sec)


Enjoy!!
Posted by gtrick90 | Apr 27, 2014 @ 03:05 AM | 59,843 Views
Posted by gtrick90 | Aug 01, 2013 @ 01:05 PM | 60,600 Views
Today we've made our personal distance record with ezUHF @ 200mW:

42.3km / 26.7miles

DIY dipole on the plane
Yagi 9db on the tx
100% RSSI

We had an issue with the vRX yagi but...the video was still flyable

Name: SummaryReport.jpg
Views: 167
Size: 171.4 KB
Description:

Name: 42km.jpg
Views: 174
Size: 179.6 KB
Description:

Thank you very much Sassen for such good LRS

Keep up the good work

Ciao

Luca
Posted by gtrick90 | Jun 28, 2013 @ 02:05 PM | 60,645 Views
Video tx cabling for Super Alulah 2.0

http://www.youtube.com/watch?v=DlLs9WMvHQA
Posted by gtrick90 | Jun 02, 2013 @ 04:19 PM | 60,110 Views
Stryker F27Q FPV

Surfin' the clouds (7 min 43 sec)


Ciao

Luca
Posted by gtrick90 | May 04, 2013 @ 04:18 PM | 61,047 Views
Gem Fpv trailer (5 min 56 sec)

Posted by gtrick90 | Mar 06, 2013 @ 06:22 AM | 61,897 Views
Pics of my new Stryker F27Q FPV

Name: Striker01.jpg
Views: 265
Size: 272.9 KB
Description:

Name: Striker02.jpg
Views: 296
Size: 306.9 KB
Description:

And a short clip of the maiden fpv flight

Striker F27Q Maiden flight (2 min 11 sec)



Enjoy
Posted by gtrick90 | Oct 27, 2012 @ 06:31 AM | 61,061 Views
Gransasso 2012 (9 min 26 sec)

Posted by gtrick90 | Oct 25, 2012 @ 02:12 PM | 61,278 Views
Name: mMWC_Config_01.jpg
Views: 223
Size: 117.1 KB
Description:
Posted by gtrick90 | Oct 21, 2012 @ 04:41 PM | 61,715 Views
Posted by gtrick90 | Oct 17, 2012 @ 04:17 PM | 60,873 Views
A different view - G.E.M. (1 min 25 sec)


Elektro Rookie
2650mAh 3S lipo battery
ez-UHF 8ch rx lite
800mW 1.2GHz vTX
Home made Pinwheel antenna
SC2000 PZ0512-P camera 690VTL WDR 3.6mm lens
Lawmate 1.2GHz vRX
Home Made CrossHair antenna
BlackBox Flight Recorder MPEG4 PVR - CarbonBird
Posted by gtrick90 | Sep 27, 2012 @ 03:57 PM | 63,789 Views
If you use the MultiWii in an airplane, you may need to change the PID attenuation not via the THROTTLE stick position but via an AUX channel so you can choose in a dynamic way the PID attenuation for the different flight conditions (dive, high speed pass, slow fly, strong wind and so on) regardless the throttle stick position

Here the original MWii code for TPA (file MultiWii_2_1)
Code:
 
  #define BREAKPOINT 1500
  // PITCH & ROLL only dynamic PID adjustemnt,  depending on throttle value
  if   (rcData[THROTTLE]<BREAKPOINT) {
    prop2 = 100;
  } else {
    if (rcData[THROTTLE]<2000) {
      prop2 = 100 - (uint16_t)conf.dynThrPID*(rcData[THROTTLE]-BREAKPOINT)/(2000-BREAKPOINT);
    } else {
      prop2 = 100 - conf.dynThrPID;
    }
  }
Following my Dynamic PID Attenuation mod (file MultiWii_2_1)

Code:
 
  #define BREAKPOINT 1050
  // PITCH & ROLL only dynamic PID adjustemnt,  depending on AUX4 value
  if   (rcData[AUX4]<BREAKPOINT) {
    prop2 = 100;
  } else {
      if (rcData[AUX4]<2000) {
      prop2 = 100 - map(rcData[AUX4],1050,2000,50,100);
    } else {
      prop2 = 100 - conf.dynThrPID;
    }
  }

*** ATTENTION ***

The code has been tested on the bench only!
Try at your own risk

Posted by gtrick90 | Feb 26, 2012 @ 08:35 AM | 61,192 Views
This is my 3rd attempt to a very high flight with the GAUI 500

1st attempt 400mt ASL
2nd attempt 550mt ASL
3rd attempt 832mt ASL

The weather was very windy and the GAUI 500 was barely able to fight against it.

During the descent I've reached a GPS speed of 82km/h!!!!

Name: GAUI_500_832mt.jpg
Views: 220
Size: 92.7 KB
Description:
Posted by gtrick90 | Feb 18, 2012 @ 06:00 PM | 61,440 Views
Posted by gtrick90 | Dec 31, 2011 @ 08:57 AM | 61,636 Views