Page 1 of 1

[SOLVED] rssi not working when using frsky hub

Posted: Tue Jan 17, 2017 6:36 pm
by manu84
Hello all,

I just replace my d8r receiver with a wolf box and openlsrng.
I start to integrate my openxsensor bord connected to the tx pin of the receiver. I well receive all captor but when I connect it I loose rssi indicator...if I remove the tx connection then the rssi come back !
I must add that this openxsensor board worked perfectly with my frsky system.
I use the frsky D protocol.

So is there somebody who have an idea about what's wrong?

Emmanuel.
France.

[SOLVED] Re: rssi not working when using frsky hub

Posted: Wed Jan 18, 2017 9:41 am
by manu84
Hello all,

I reply to myself, 'cause I found the solution.
The problem was the openXsensor delay between each frame was too short!
By default it is set to 200ms (INTERVAL_FRAME1 in oxs_out_frsky.h, version 5.0), and this too short for OpenLRSng software to push the RSSI on the telemetry.
So I test with 1000 ms, and it work perfectly (1s between each frame is more adequat than 200 ms !! )

Hope this could be useful for people who fall in same pb!

Have a nice day guys !