Is there any means of making the robot move faster than it is right now? Also I’m very new to programming and now gotten a hang of the sample code that came with the rover, however I need the robot to perform special moves, could I get a code that I could use to make the robot perform some cool moves.
Finally I’m currently modifying the sample code but I’m having issues with timing, for example I’d like the rover to move forward for a specific amount of time the turn and move for a specific amount of time, how do I achieve this please? I’ve been experimenting with the function ‘milis’ but I’m not making any progress. Would love a reply as soon as possible thanks.
The gearbox needs to be kept in configuration C because of the frame, so the way to increase the speed would be to upgrade the motors to this: robotshop.com/en/brushed-dc … 00rpm.html
Because this is 6V nominal, you won’t be able to use the 3.7V LiPo (if you have it) and instead need to use the 4xAA pack. Be sure to remove the LiPo charger jumper so your USB does not attempt to charge the AA batteries.
Unfortunately we cannot create / provide custom code. It’s best to understand the sample code, learn Arduino programming and look at the motor controller (L2398 or L293) to see what commands it’s expecting.