BrandonJan 304 minControlling a Stepper Motor with a Remote Control and ArduinoIn previous posts, I demonstrated how use an Arduino to read RC signals and how to move a stepper motor without using delay functions. In...
BrandonMay 15, 20223 minSimultaneously Reading Two PWM Signals from an RC Receiver with ArduinoIn this post, I build on a previous blog entry and show how to simultaneously read two PWM signals from an RC receiver.
BrandonJan 21, 20224 minReading Values from an RC Receiver using ArduinoIn this post, I demonstrate how to use Arduino to read RC values using the "pulsein()" function and by using external interrupts.