hiii...
I am new to arduino, programing and encoders and have idea only about servos (PWM).
this is the link of the motor which I have to use from 0-60 degree clockwise and 60 to 0 degree anticlockwise in 5 seconds.
Specifications:
Motor position control interface via UART, I2C, PPM signal and analog input
Accurate Motor speed control interface via UART, I2C, PPM signal and analog input
RC receiver or any PPM source can directly control the speed of the motor
Can we program it just like servos (PWM) or similar to servo motor using aduino? (I know its silly, but please help)
I dont have to use interrupts as I am having arduino Mega and all the interrupts are getting used somewhere else in the programming.
How to program its encoder?