MikeBland/SbusToPWM

Inverter

Closed this issue · 2 comments

RMFPV commented

I know that arduino can read inverted sbus signal directly on softserial, so no HW inverter will be needed.

The code that generates the PPM/PWM output signals must run with interrupts enabled and with a no latency response to interrupts. This is not compatible with using softserial for the SBUS.

RMFPV commented

Thanks for an explanation.