Can't drive the gopigo

Can’t get gopigo to drive. Green power button never stops flashing. However I can connect it through my laptop. The camera even displays on my laptop. No responses to any driving commands.

Help please.

Kevin

2 Likes

Check battery is charged fully. Low or no battery = no driving

2 Likes

If you know to run a python program - create test.py or run in Jupyter:

# battery.py  - run:  python3 battery.py
# Create an EasyGoPiGo3 object, then use the volt() method to check battery voltage

import easygopigo3

egpg = easygopigo3.EasyGoPiGo3()

print("Battery:", egpg.volt()+0.8 )

If you are using Blockly, you can do the same - I don’t have Blockly running right now to try it.

1 Like

Flashing green LED means startup/shutdown/GoPiGo software not installed.

You need to tell us what pi you’re using, what OS, and if not the official GoPiGo OS v 3.1, (3.1.1?), what you’re using. If you’re not using the GoPiGo3 OS, did you “curl” down the GoPiGo software and libraries?

1 Like

We also need to know what version of the GoPiGo you are using, along with the version of your Pi, as well as the software/OS and version.

1 Like

Turns out my issues resulted from connecting the motors into the wrong ports. I had them switched.

2 Likes

Ooh! That’ll do it. . .

You are now a card-carrying member of the Dexter Industries Robotics Society. :wink:

My favorite?
“It works MUCH better with power!”  (And a SD card installed. :man_facepalming:)