I have a GoPiGo 3 and a Raspberry PI 3 with Raspbian Stretch 4.14. I have installed all the necessary software and libraries but motors don’t work when I try to run script examples like easy_Motors.py while all sensors and LEDs work very well. I have exactly the same issue with servos.
I don’t know if it’s from the power supply. I have 8AA 1.2V 1900mAh rechargeable batteries.
I still can’t get the engines running and I still can’t find any explanations… Yet, I installed the latest firmware and updated the software from github repository.
How did you install your GoPiGo3 on the Raspberry Pi? Did you install it with curl -kL dexterindustries.com/update_gopigo3 | bash or have you went with your own approach?
Seeing the power button flashing indicates that the GoPiGo3 power management service isn’t running on the Raspberry Pi - this can be caused by an improper installation.
There’s also the option of just using our Raspbian For Robots image instead of installing everything on your own. Here’s where you can find it:
Indeed, the issue was due to the power management service like you said. So, I don’t need to install Raspbian For Robots. When I ran the gopigo3-power.py script in background, everything worked. Thanks for your help.