Hello Fellow Yuneec Pilot!
Join our free Yuneec community and remove this annoying banner!
Sign up

Recent content by azvampyre

  1. A

    st10+totaly dead

    Many thanks kind sir. This software got my hard bricked controller working again after eleventy two different drivers were unrecognized by Windows. FYI, the St10+ (possibly the others as well) have built-in OTG controller/emulator. Enable it by removing the battery, turn on the controller...
  2. A

    Yuneec Customer Service

    (844) 898-6332 That number is now owned by scammers in India. The only human is an Indian that will transfer you to technical support for a $39 fee. Then they wipe your credit card and hang up.
  3. A

    Orbiting in smart mode with Q500 4K

    I have the source code for the essential apks, but this is the only one that I am updating atm. When I have time, I'll be updating them here azvampyre/st10-v01b31c
  4. A

    Orbiting in smart mode with Q500 4K

    This is correct. In WatchMe mode, yaw is disabled, so holding the yaw would be redundant. Only Gimbal[0] (Roll Gimbal) needs a negative or positive value while in Watch Me mode as suggested above for automatic Orbit. Adding a second ButtonPicker to the left of the Watch/Follow ButtonPicker could...
  5. A

    Orbiting in smart mode with Q500 4K

    Here is the source code for the St15FlightMode. If you study the code long enough, you'll understand why it was never released, just more greed from the manufacturer. If you compile the rom onto a phone that supports 802.11ac, your phone can be used as a wizard wand, and if your phone supports...
  6. A

    New Yuneec SDK Information

    For the Q500, the rom has an APK named ST15FlightMode that handles 90% of the available functions. Within that APK is a foler named rtvPlayer which handles most of the camera functions. Within that folder are three classes named RTVPlayer.java, VLC.java, and FFmpeg.java There are two integals in...
  7. A

    UAV Pilot Simulator

    UAV Pilot is a very sloppy version of Reflex XTR. The editor used is Reflex RMK v.3.0.7 The problem is the same as any Yuneec code, it is sloppy and poorly executed, so you can expect that they used public identifiers that override the internal identifiers making random binding problems worse...
  8. A

    Orbiting in smart mode with Q500 4K

    It would only take a few lines of code for Orbit mode using the ButtonPicker method already implemented. If Yuneec wasn't so selfish they would release the source code and allow us to make it better rather than deprecate it to death. if (ButtonPicker.this.mClickedButton.isPressed()){...
  9. A

    New Yuneec SDK Information

    The SDK only supports the H520 drone. There will not be an SDK for any Yuneec drone except commercial drones starting with the H520 and future commercial versions.