Hi! I am currently working on a box that has 30 LEDs on it. The problem with it is, that after 33 seconds of running (the LEDs are connected 10, 10, 10 on 3 separate pins for enough current flow) this part freezes. There is a photoresistor added, that makes another LED flash, which works after these 33 seconds have elapsed. Resetting the Arduino, restarting unplug and plugging back in only fixes for another 33 seconds.
Thanks for Your help in advance!
P.s. this is an sos project, so please help me if you can!
DaniFoldi:
Hi! I am currently working on a box that has 30 LEDs on it. The problem with it is, that after 33 seconds of running (the LEDs are connected 10, 10, 10 on 3 separate pins for enough current flow) this part freezes. There is a photoresistor added, that makes another LED flash, which works after these 33 seconds have elapsed. Resetting the Arduino, restarting unplug and plugging back in only fixes for another 33 seconds.
Thanks for Your help in advance!
P.s. this is an sos project, so please help me if you can!
Dani
I see the problem. On line ___ you are doing ##### when you should be doing *****. I'm sure it's an easy fix.
The reason some of our members are having a bit of fun is that the forum has a few rules (strong suggestions) in the "stickies" at the beginning of every forum. Really simple stuff like providing us your code and a schematic (hand drawn & scanned) or a link. Sometimes, an uploaded pix is valuable. All in the spirit of you helping us to help you.
Resetting the Arduino, restarting unplug and plugging back in only fixes for another 33 seconds.
There is a "resetable" poly-fuse on the Arduino to protect from too much current being drawn. My guess: You are pulling too much current from the Arduino 5V onboard power regulator.
Please read the first post in any forum entitled how to use this forum. http://forum.arduino.cc/index.php/topic,148850.0.html then look down to item #7 about how to post your code.
It will be formatted in a scrolling window that makes it easier to read.