Going through a lot of the examples.
Finding that some crash.
(FYI - I am using a 12volt external supply plugged straight into the power receptacle on the GoPiGo. Batteries are taking a rest for now. volt() produces 12.33 on average since installing that.)
My GoPiGo build is based on option 3. Seems all the dependencies are satisfied. In order to run some of the demo code without exceptions or errors, I needed to install a few libraries.
espeak, wxpython to name a couple.
After that,
basic_test_all.py works until you use s : Move the GoPiGo back after ‘w’ move forward.
This glitches everything (i know because there audio connection going to my sound system from the Pi which is ‘popping’ when that happens) and resets the Pi. It automatically comes back up fairly fast.
eg; motor_speech.py - This does nothing and produces errors when you type any command.
$ python motor_speech.py
w
119
Error
x
120
Error
d
100
Error
^C Traceback (most recent call last):
File “motor_speech.py”, line 35, in
a = raw_input()
KeyboardInterrupt
Any ideas? I am developing a voice-controlled app for GPG with speech out as well.
Thanks