FF_PIKOBLX
Note for Serial RX configuration (v3.3.0 and later)
FFPIKOBLX target explicitly sets serialrx_inverted
to ON
as target default value to accommodate Furious FPV's non-standard non-inverting SBUS receiver. This setting _inverts the protocol standard of inverted signal and bring it to non-inverting state.
Caveats with this arrangements
-
For standard SBUS receivers,
serialrx_inverted
must be set toOFF
. -
For all other serial RX,
serialrx_inverted
must also be set toOFF
explicitly, as this setting does persist even whenserialrx_provider
is changed. This phenomenon started with v3.3.0, when old setting ofsbus_inversion
was changed to protocol independentserialrx_inverted
. The former only affected SBUS and not other protocols.