WindhoverLabs / airliner

7 stars 3 forks source link

RCIN App sent hard coded RSSI value. #334

Open ynielson opened 1 year ago

ynielson commented 1 year ago

When the RCIN app sent InputRcMsg through SB after executing "ReadDevice" with nominal sample data:

  1. The received "RSSI(Received Signal Strength Indicator)" value was a fixed value(100) always. I am not sure if I should pass this result.

  2. The received "RcPpmFrameLength" was also a fixed value(100). The "RCIN_Stream_Task()" reads 25 bytes Msg through SEDLIB every 7ms(highspeed mode:OS_TaskDelay(7) ). And the received "RcPpmFrameLength" showed that this Task received nominal Rc Input data with the fixed length of 100ms? I am not sure if I should pass this result either.