Picoborg motor 1 isnt working?
Forums:
I have the picoborg connected with m1 and m4 to it. I run the 4_dc.py program so that I can test if they run. All of the motors on the script run except 1. I don't even have any motors connected to 2 and 3 and they still say that they can run and display 'ON'. For some reason 1 doesn't want to turn on when I run the software...
Would you be able to diagnose the problem from this?
piborg
Tue, 03/29/2016 - 11:45
Permalink
PiocBorg motor not working
That is a little bit strange.
When the script starts all 4 outputs should be
OFF
and they should all toggle even if there is no motor attached or the PicoBorg is disconnected from the Raspberry Pi.Just to check are you running the script using
sudo
:sudo ./4dc.py
There only other problems I can think of are:
The pin used by drive #1 happens to have the GPCLK function attached to it.
This might be the culprit as I believe some of the real-time clock (RTC) modules use this particular pin.