New HUD with Google Earth live preview

This is my camera preview with a HUD green display. There's also a live Google Earth preview of the UAV path

Read more…
E-mail me when people leave their comments –

You need to be a member of diydrones to add comments!

Join diydrones

Comments

  • I can now share my code with you. Just accept me as a friend and I will share it on my Workspace. It will be easyer for you. The code is already working.... :-)
  • Great link, all the information I need its there, thank you very much for pointing out !
  • I will give you the source code soon, give me the time to medify my code a little bit. Here's some important code:


    For the KML part, I started from this source: here... (it's in french !)

    This VB module creates a .KML file witch is read from VB every time you want.

    The KML is open with :

    Open App.Path & "\Temp.kml" For Append As 1

    Set GEI = CreateObject("GoogleEarth.ApplicationGE")

    While (GEI.IsInitialized = 0)
    DoEvents
    Wend
    'Fichier = App.Path & "\Read.kml"
    Call GEI.OpenKmlFile(ReadFile, 1) ' 1= no error message in GoogleEarth

  • Hi there,
    impressive work... I was looking lately on interfacing Google earth on VB6. Basically I only want to show the map centered to the coordinates I supply from a VB text box. Can you help me, maybe you could point some sample code you might located on the web.
    Thanks

    Best regards
    Nas
  • Battery level, waypoints, GPS coordinates and Direction home will be added the the OSD. GPS speed will be replaced with true air speed.

    It will be compatible with the ArduPilot Shield board.

    The Google Earth display code will also be improved.

    I've received a new EM-406 GPS. The toasted one delayed the advancements of this OSD.
    domain.strategi.st
    creating new opportunities, from great ideas to digital assets
  • I will work on the program a little more. I want it to be compatible with ArduPilot and maybe Paparazzi ( Since I use Ardupilot and my team Paparazzi...)

    Can anyone give me a standard data string received from Ardupilot from the lastest version?

    I have a home build ArduPilot program. That's why I need the standard thing.
  • This looks really nice. could you supply a sample of the VB6 code that does the HUD?
  • Yep,

    I'm just waiting my new GPS and a new XBee module. I toasted both with a short last week :S
  • looks Great even better if it is ompatable with Ardupilot :D
  • Hi Jason...
    this hud system looks great :D well done
    do u plan to incoperate it with ardupilot?
This reply was deleted.