droneprojetsn2 / ardupilot-mega

Automatically exported from code.google.com/p/ardupilot-mega
0 stars 0 forks source link

Mission Planner don't display RSSI information #639

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
RSSI informations are send using mavlink_msg_rc_channels_raw_send 
(GCS_Mavlink.pde), but RSSI informations are not displayed under Mission 
Planner, code used (line 410) :

static void NOINLINE send_radio_in(mavlink_channel_t chan)
{
    //Modif DMD RSSI    
    uint8_t rssi = PERCENT_RSSI(analogRead(RADIO_RSSI_PORT));
    mavlink_msg_rc_channels_raw_send(
    ...

What version of the product are you using? On what operating system?
Mission Planner 1.1.86 / Arducopter 2.5.5 / Windows Seven

Please provide any additional information below.

RSSI is well displayed under Arducam OSD, but nothing matching is displayed 
under Mission Planner

Original issue reported on code.google.com by airma...@gmail.com on 17 May 2012 at 2:05

GoogleCodeExporter commented 8 years ago
I think a higher priority item as, many are using mission planner in lieu of an 
OSD, whee RSSI is standard fare.

Original comment by dm@25k.it on 2 Feb 2013 at 1:02