Hi,
constructing my 1st BrickPi3 device according to these instructions:
https://www.dexterindustries.com/projects/brickpi3-balancebot-raspberry-pi-balancing-robot/
and finally got the BalanceBot.py running on the device (code equal to https://github.com/DexterInd/BrickPi3/tree/master/Projects/BalanceBot/ )
pi@dex:~ $ sudo python /home/pi/Dexter/BrickPi3/Projects/BalanceBot/BalanceBot.py
BrickPi3 BalanceBot.
Configuring Infrared Receiver...
Lay robot down so that it is perfectly still, then press Red Up on the remote.
Configuring Gyro Sensor... Keep robot still.
Stand robot up, then press Blue Up on the remote.
Release Blue Up on the remote.
Balancing, so let go of the robot.
Use Red and Blue Up and Down to drive the robot.
Oh no! Robot fell. Exiting.
pi@dex:~ $
After pressing the Blue Up on the remote it just accelerates 2sec backward (or forward) and is not (even try) able to get in balance - no matter what I try.
I’ve run various tests and Python scripts from /home/pi/Dexter/BrickPi3/Software/Python/Examples/ and all sensors and motors “seems” running ok.
Also tried to swap Left<–>Right motor cables but no help.
The gyro is EV3 gyro sensor.
BrickPi3 versions:
---
Python 2.7.9 and Python 3.4.2
---
BrickPi3 Troubleshooting Script log
Checking for hardware, and checking hardware and firmware version.
==================================================================
Manufacturer : Dexter Industries
Board : BrickPi3
Serial Number : XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Hardware version: 3.2.1
Firmware version: 1.4.6
Battery voltage : 11.99
9v voltage : 9.264
5v voltage : 5.008
3.3v voltage : 3.332
---
V 7.3
This version of Raspbian was modified by Dexter Industries on the Jessie Raspbian Build.
This version was updated on 2017.09.28
#############
Start: Sat 25 Nov 16:00:27 EET 2017
End: Sat 25 Nov 16:06:40 EET 2017
---
Please help - what else need to be done?
Thanks,