ALM

  • *
  • 45
RSSI over PPM?
« on: June 26, 2017, 04:50:29 pm »
Didn't have much success with the search. Looks like this function is not supported.
I have LRS RX with RSSI on PPM channel 13 (like PWM insertion) and it looks like there is no way to get it to MinimOSD(it has no analog pins for RSSI)?
Might be a good feature to add if so.

f5soh

  • *****
  • 4572
    • LibrePilot
Re: RSSI over PPM?
« Reply #1 on: June 26, 2017, 05:46:31 pm »
Revo will support OpenLRS without additional receiver and Rssi read/send to the OSD.

MinimOSD can also read values using analog input and RC filter from PWM Rssi.
You just need to find the pin and put a wire + RC filter.

Pin number: https://bitbucket.org/f5soh/minoposd/src/a82264ba4bacc66bc753f8f3feca802d7b94ca32/ArduCAM_OSD/AnalogRssi.h
https://librepilot.atlassian.net/wiki/display/LPDOC/MinOPOSD+setup#MinOPOSDsetup-Downloadsdownloads

Next branch also support the Rssi as RC input.

ALM

  • *
  • 45
Re: RSSI over PPM?
« Reply #2 on: June 26, 2017, 05:58:57 pm »
This is not OLRS but a DIY one with limited HW outputs. My OSD is not KVmod MinimOSD, and there is no any analog inputs there anyway. I only have RSSI over PPM signal from this LRS, it means I can't get RSSI now by any ways.
Maybe there is any beta FW with RSSI over PPM?

f5soh

  • *****
  • 4572
    • LibrePilot
Re: RSSI over PPM?
« Reply #3 on: June 26, 2017, 06:17:19 pm »
Quote
Next branch also support the Rssi as RC input.

^^^

ALM

  • *
  • 45
Re: RSSI over PPM?
« Reply #4 on: June 26, 2017, 06:18:34 pm »
When it will be available?

f5soh

  • *****
  • 4572
    • LibrePilot
Re: RSSI over PPM?
« Reply #5 on: June 26, 2017, 06:34:12 pm »

ALM

  • *
  • 45
Re: RSSI over PPM?
« Reply #6 on: June 26, 2017, 06:36:53 pm »
Sorry I am lost. I miss something about versions, is it possible to download it then?

f5soh

  • *****
  • 4572
    • LibrePilot
Re: RSSI over PPM?
« Reply #7 on: June 26, 2017, 11:56:09 pm »
All sources are available at Bitbucket repository and you can build by yourself.
https://librepilot.atlassian.net/wiki/display/LPDOC/Developer+Manual

Here is latest Windows build, LibrePilot-16.09+r423-g1a4bb0c_i686.exe :
https://drive.google.com/open?id=0B5d_9OcqQj8BNEVya0NxQVo1NDQ

ALM

  • *
  • 45
Re: RSSI over PPM?
« Reply #8 on: June 27, 2017, 01:24:36 am »
This is amazing! RSSI is there and it's working! I'm so happy with such a great support and help! Thank you again!

How should I adjust RSSI min-max - in Input tab or in OSD?