The zumobot 2040 only when connected to the computer. The robot runs in raspberry pi, so we are coding in python. Is there any code that I can used to see if my robot works without being connected to the computer?
Hello.
The Zumo 2040 robot comes with our custom MicroPython firmware, which comes with example demo programs that should work when powered on separately from USB.
If you are loading your program onto the robot, and you want it to run automatically, please make sure you are naming it “main.py”. If that does not work, I suspect you might be running the program from your editor and not actually uploading it to the robot. Could you post more details about what you are doing, step-by-step?
Brandon