"I solved this using the Servo library for Arduino if anyone is curious for a way to do the same. Those numbers represent microseconds. Pulses of 1000 to 2000 microseconds of a total of 20000 microseconds form those pulse width modulation signals."
"Just to elaborate. I believe those values represent the micro-seconds of the signal being sent by the receiver. But I can't figure out the duty cycle of the signal so I can send the correct PWM from my Arduino."
Hello. I'm working on a project on which I'm trying to control a Quadcopter and make it autonomous using another Arduino UNO. My idea is to send signals with the correct pulse width modulation to move the roll and pitch of the Quadcopter. I'm…