thank you very much. It`s working now. I`ve posted the complete code at the start page of this thread and will update the wiring picture ( I`ll can take your picture if it`s ok for you).
If I can help you somehow, just let me know.
/Stefan"
"I`m back with some more information.
It seems that I don`t get any feedback from the APM.
void gcs_update(){ mavlink_message_t msg; mavlink_status_t status; while(Serial.available()) { uint8_t c = Serial.read(); // Try to…"
"HI Heino,
got the ardurino pro mini 5V 16MHZ today and was able to upload your code (after several fails and a lot of reading because I had to hold the reset button until I start the upload)
After connecting and triple checking all connections I`m…"
"Hi Heino,
thanks a lot for your help. I checked your code and was surprised how simple it is to write such stuff. I`m not yet familiar with the language because I always used perl or bash, but I hope to be able to understand it soon."
I tried the configuration with APM 2.5 and remzibi OSD 3DR. Hex file upload was successful and even Save to OSD was "successful" but I don`t get an OSD overlay and I can`d Read from OSD and I can`t upload firmware from the configuration tool. I…"
"OK, the second GPS is not connected and the OSD is able to find it BUT:
I don`t get the GPS data on the OSD. altitude, speed, satellites, latitude and longitute are not displayed.
Does anyone have an idea why? I`ve updated the GPS Firmware with the…"
Hi,I just bought the APM 2.5 together with the Remzibi OSD (not the minimOSD).Now I try to get the connection from the APM to the OSD with the adapter calbe for telemetryhttp://store.diydrones.com/Adapter_cable_for_APM_2_5_p/kt-apm25-cable.htmEDIT: …