I am building myself a simple robot car.
Simply, an A10 Olinuxino board (my first false start because of the hard work of interfacing the ultrasmall 0.05'' pins header) interfaced with a Pololu Dual Motor Driver (https://www.pololu.com/product/2130)
To move forward, backward, left an right, I use a simple Web Interface which sends Ajax commands to a Python Web Server I wrote.
For example, to move forward, I write 0 and 1 to GPIO 3 and GPIO 2 respectively. The motors spin, but after few seconds the batteries seem exhausted.
I am using 4 1.5 NiMh 4800mAh batteries which drive the motor part of the Pololu. The A10 board has its own power supply.
Does anybody know what is the root of the problem?