Hi,
I was trying to modify one of those cheap rc cars by fitting it with flysky fsa6 receiver and a motor driver to control the car motors. I am planning to use arduino nano between the receiver and the motor driver. I would like your help in answering some of my questions:
How do i get arduino to read the receiver outputs? There were very little tutorials online and was not able to find any which explained their code.
2)Converting the receiver signals to the standard 0-255 pwm value.
I'd recommend you consider using the iBUS protocol used by Flysky/Turnigy receivers, and maybe the OpenI6X firmware for the handset if you're interested in telemetry. Take a looks at these links.