Remzibi OSD + APM Integration v2.1.2


 

1/ Software Update on the integration of Remzibi OSD and APM

I am just updating Blake's and binzi's Blog contents:  Blake and binzi

I do not know how to make a firmware for APM Planner, so you will need to use Arduino GUI tool

 

Replace your ArduPilotMega folder with the ArduPilotMega folder from APM2.1.2-OSD.zip:  APM2.1.2-OSD.zip

 

Configure the APM_Config.h to your need

//to deactivate use OSD_PROTOCOL_NONE
//#define OSD_PROTOCOL OSD_PROTOCOL_NONE
#define OSD_PROTOCOL        OSD_PROTOCOL_REMZIBI

// port 3 is the telem port on the shield
#define OSD_PORT            3

// set a radio switch to activate/deactivate the OSD output :

// below 1450 will display the OSD

// above 1450 will stop displaying the OSD

#define OSD_MODE_CHANNEL    6

// choose your unit to display the disctance to waypoint in feet or meter
#define OSD_UNIT            OSD_UNIT_METER
//#define OSD_UNIT            OSD_UNIT_FEET

Then follow the normal process from the wiki above.

http://code.google.com/p/ardupilot-mega/wiki/Code

 

2/ Hardware

To connect your APM with the Remzibi OSD, you need to have a cable from Telem port to Remzibi GPS port. GND and TX (from APM) are enough.

If you do not see any OSD info at first, stop your camera feed to see if the OSD shows up anything. You might be starting in the wrong TV mode (PAL/NTSC). You just have to push the OSD button for about 1 second.

 

3/ Remzibi

You need to use Remzibi OSD software from Remzibi site and update your layout with APM.bin and flash the firmware using ARDU firmware (Announcement) in the same software.

Note: for metric or feet units , be carefull to use the right unit in the Remzibi OSD software. You need to change the APM_Config.h for feet/meter of the next waypoint in the status at the bottom

 

4/Usage

Once everything is connected, normally the APM sets HOME for the OSD once it gets a GPS_fix. If you connected your OSD after that, then you can just push the OSD button once to force the HOME location on the OSD.

The arrow and distance from home will always display home direction and distance to home direction. It won't show the next waypoint direction (too complicated yet )

 

5/ what's new

I have updated all the units and it should be displaying proper values now

 

E-mail me when people leave their comments –

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

Join diydrones

Comments

  • @Johann: For the overlay, it might be an electrical issue (bad wiring)

    I have done a debug session of the values displayed and most of them are wrong (speed, altitude, direction to waypoint). I had lat/lon non displayed but I would not be surprised that this, as well, was wrong.

    I will release a new version tomorrow.

  • * Nice johann. What Was the issue ?
    Number of Sats won t work as ublox is not configured to output it.
    Later Lon should work though. What does it show?
  • @johann: You need to flash the ARDU firmware using hte HK tool and use the bin layout with the Artificial Horizon (optional)

    @juampa: This is interesting. Did you flash your bootloader yourself ? I never had the problem on my boards.

  • Juampa: can you publish York apm_config.h
    Johann i use ublox as well. Haver you tries to push The remzibi button once to set home or for 2s to set pal ntsc
  • @johann: Remzibi works without the need of Xbee . This is what I have.Remzibi only receive information. and init_telemtry will fail I suppose but it will still output OSD data to the Remzibi OSD.

    Do you see anything at all on the display ? do you see the spash screen like on the few first seconds of the video above ?

    @Juampa: I use 1280 and it works. Have you tried the default APM package ? Your message seems strange.

  • Hi Matthias,
    Many thanks for the update but unfortunately i have no spare times during the past few days and i will try ASAP when my job will give a piece of mind.
  • Developer

    Glad to see you fly with OSD !

    You can add pins to port 0 send TM down to GCS. I send at 38400 but 57600 will work too.

    Good work!

  • The video is outdated but the code is ok. I flew yesterday and it is fine, the AH is correct now.

  • Don't get me wrong, the OSD is meant to become open source in the future. Flytron is commited to open-source (look at open-lrs) and I have huge respect for them thanks to this and bought lots of stuff from them. It needs work to make it arduino compliant though as it is low-level closed-code for the moment

    Currently I used the telem port for OSD and it do not if using xbee stuff at the same time works on not. some people may have tried.

    Remzibi OSD accepts analog input like RSSI to be showed on the screen out of the box (check on RC group).It should be possible to route all the RSSI signals through the analog port on APM and display them on the OSD as well. I am just not sure about the advantages of doing this.

  • Not quite sure which "Simple OSD" you are talking about (Flytron ?) but currently the protocol being used is Remzibi specific and would not work on anything else except if it specifically programmed for.

    I am begging Flytron to release an open source version of his firmware to make this possible but to not avail yet.He is talking about summer or after summer.

    There should be way to send NMEA sentences from APM to any OSD but we need to know what each OSD needs (NMEA protocol is extremly flexible)

This reply was deleted.