Its probably just a bug with that script. So lets see what some others do to verify if your BrickPi3 works.
can you go into a terminal and run the Test_Connected.py script?
It is located in the BrickPi3/Software/Python/Examples folder.
To run it just type this into a terminal: python3 /home/pi/BrickPi3/Software/Python/Examples/Test_Connected.py
If it says its connected then great and then lets try the motors.
To do that run LEGO-Motors.py python /home/pi/BrickPi3/Software/Python/Examples/LEGO-Motors.py
You’ll need to plug in a touch sensor into port one and a motor into any of the ports before running.
I don’t work for Dexter Ind but would be happy to help you get it running.
I bought the latest and greatest Brickpi3. So the code will not work for Brickpi3 for the shooter project! Is there a code that will owrk for Brickpi3 for the Shooter project?
Also non of the troubleshooting scripts provided would work - i tried the touch sensor example code, motor example code, hardware test codes but non of them would make the motor move or sensors to provide the necessary inputs. Please help!
I have tried those examples suggested by graykevinb and other examples too - touch sensor etc. But nothing seem to work. Please advise! Seems like the brickpi is not working with any example.
Ok on further investigation the SD card I bought with the kit does not have a Brickpi3 folder. Please advise how to get that. Also I m logged into Raspberry pi using the VNC
OK, I installed the Brickpi3 directory and ran the test_connected - “communication with Brickpi3 unsuccessful”. I also ran the Lego-Motor.py and got error message “IOError: No SPI response”
The Brickpi green light is on. The Brickpi yellow is blinking 1/second. Raspberrypi3 has red light on and yellow blinking.
Hello @ripujeetsharma
there is a sizable delay when starting DI update as it’s transferring quite a few things from Github. Depending on your connection it can definitely take minutes. How long did you leave it for?
By way of background, I have been coaching FLL & Jr FLL teams for the past 7 years and wanted to introduce python programming using EV3 & Mindstorm models in my STEM enrichment center & found your product. I was planning on buying at least a dozen or so of these kits.
I bought this one trial kit because i want the thing to run out of the box thinking that if i bought the kit it would have your SD card with uptodate software etc. However my whole experience has been otherwise and i have lost 4 -5 days in this process. Would it not be better to send updated software in the kit? Or if this is not possible would it not be good to send some instructions on how to update the software before beginning the project? Also nowhere on your website does it say that the shooter will not work with the Brickpi3 - if i had known i would have bout the older version maybe.
I had to do a lot of guessing and your handholding to get to this stage. Please advise what Projects are possible with brickpi and what projects are possible with the older versions so that I can plan to buy the right stuff.
That’s exactly the point why I am writing “Quick Guides” about these kinds of hobby programming things -
perhaps you might have a look at my Quick Guide to BrickPi3 and C++
PS,
over all it takes about 30 minutes to install Raspbian by NOOBS on a new SD card from the scratch (automized) and just another 10 minutes to make all the BrickPi3 things work, about drivers, firrmware , and everything!