Dear Sirs,
I need your help again because I don't know what is happening with the wild thumper motors or T'rex controller. I explain.
I have a wild thumper chassis controlled with the T'rex controller and Arduino mega which are communicated through I2C bus.
Before summer the robot works correctly but doing test I broke the USB connector of T'rex controller (the USB cable tangle with the tires and pull up the USB female connector of T'rex controller). I tried to repair but I couldn’t. I bought another T'rex controller (I know that is expensive but I don't have any more solution) and I transfer the same program that works correctly in the broke T'rex controller.
Link motor working correctly in the old T’rex controller:
The problem is in the new T'rex controller the response of the motors is not correct!! As you can see in the video (below there’s the link), when the motors are starting the rotation of this is not continuous.
Initially I thought that the problems was coming from the LiPo batteries (2S / 5000mAh) because it seem that the motors need more current to start, but I purchased a new butteries and the problem is not solved.
As you can see in the video when one channel of motors is working the robot works better but when are working the two motors, the starting of the motors is not correct.
The worst problem is when I put the motor in the floor and doesn’t runs correctly and when I try to turn in any direction. The robot is not be able to rotate the motors. The test of the video was made using one LiPo battery (2S 5000mAh full charged). I checked the values of the speed when the robot doesn't works correctly and are +/- 255 in each channel.
I tried to connect two LiPo batteries in parallel and works equally.
Actually the frequency of the PWM signal is 122 Hz (recommended for Dagu in the instructions manual) and I tried to change this PWM frequency, if I increment the value of the PWM frequency the motors work better but the problem appears equally.
I think that the T'rex controller is damaged but I want a second opinion to be ensure.
In the below link you have the code for Arduino controller and T’rex Controller if you want to check it.
http://codeshare.io/hTG49 --> T’Rex controller
http://codeshare.io/rard9 --> Arduino
Thanks for your time and sorry for my English.