|
备忘!
I fought this same issue for days. This is how I finally got it working for my APM quad-
Use a Y cable to connect to both the Minim OSD and Telemetry radio. The OSD RX is from the APM TX splice, also 5v+ and Ground are spliced to corresponding output of APM. That's it for the connection.
The issue I fought was the following:
- Battery, voltage, time, altitude, etc. showed "zero" on my heads up display. APM was not sending data to OSD (or telemetry radio for that matter). The artificial horizon WAS WORKING.
- Connecting APM to my ground station (Mission Planner or Droid Planner) would immediately cause the APM to begin sending data to OSD, and now my heads up display starts showing data normally. Disconnecting the ground station, the OSD continues to function normally. The problem with this is I don't want to connect then disconnect my ground station every time I want to fly.
Here is how I got it to work without the need of connecting the ground station:
- Set the parameter "TELEM_DELAY" to 10 (delay 10 seconds). This delays communication attempts between the APM and Telem radio. I think what was happening is that the radio was initiating communication with the APM before the APM was ready to receive the request. So the APM never started transmitting the data.
- Set parameters per the following:
SERIAL1_BAUD, 57 (telemetry output at 57600)
SR1_EXT_STAT, 2 ( 2hz for waypoints, GPS raw, fence data, current waypoint, etc)
SR1_EXTRA1, 5 ( 5hz for attitude and simulation state)
SR1_EXTRA2, 2 ( 2hz for VFR_Hud data )
SR1_EXTRA3, 3 ( 3hz for AHRS, Hardware Status, Wind )
SR1_POSITION, 2 ( 2hz for location data )
SR1_RAW_SENS, 2 ( 2hz for raw imu sensor data )
SR1_RC_CHAN, 5 ( 5hz for radio input or radio output data )
I also tried to set SR0_xxx, but never got it to stick as others have also discovered. I understand that SR0 is for the USB, and SR1 is for the telemetry port on APM2. I don't think it is necessary to modify SR0 anyway.
The above worked for me, hopefully it works for you if you are having the same problems. 10 seconds after plugging my chopter in, I have all OSD data reporting. By the way, I flashed my minimOSD with MinimOSD-Extra.
Good luck
jd
|
欢迎继续阅读楼主其他信息
|