Hello all! First post, and new(ish) to arduino.
I've done lots on searching, but cant seem to find the issue to this problem.
(Similar issues though)
My plan is to build a synchronous motor for a clock build.
I picked up a 5 pack of Arduino nano V3.0 ATmega328P 5V 16M and
28BYJ-48 ULN2003 5V Stepper Motor + ULN2003 Driver Boards.
I have had nothing but troubles from the start. Seems the first PSU I used was faulty,
and was outputting 12v instead of 5v... so 2 boards down... (the breadboard power supply module)
(I'm using a 12v AA battery tray - the power module drops 12v down to 5v via jumper pins to the breadboard)
The 3rd board I got programmed, and it ran for about 2 minutes. The Arduino
seemed to crash. I tried to reprogram it, but its no longer responding. I was really frustrated
with it, so I left it for the night.
The next morning, I plugged it in, and it ran! for about a minute, then died again...
I tried my 4th board, and got the exact same thing happening. Runs for a minute or two then quits.
I've watched many tutorials with the arduinos/steppers and have the most basic setup one could imaging.
I'm using pins 8,9,10,11 plugged into pins 1,2,3,4 on the motor driver.
There is nothing else plugged into the arduino, using a common ground between the arduino and stepper driver.
So...
The adruino will power up, connect through USB, I can program it once (maybe twice)
The code will run for about a minute and stop.
I can not reset or reprogram the arduino.
Once power is disconnected for at least an hour, the code will run again for a minute or so.
I don't think anything is blown, as it runs again after an hour with no power.
That tells me the bootloader is fine.
Drivers are working, as I was able to detect, and upload the code...
I'm stumped!
Anyone with some insight as to what is happening with this?