Was just wondering if anyone had ever used a 555 timer with the arduino. I am looking for advice on taking a signal from the 555 to let the arduino know that it had been triggered as in a light detector for example. Can a link to the output pin be used?. My concern is that the output can deliver 200Ma. What would the limit of the arduino be in regards to current inpuit?
Yes this is safe to do provided you are running the 555 from the Arduino 5V supply. But is there a reason why you want the light detector to trigger the 555, instead of triggering the Arduino directly?
yes, what I wanted to try as a learning curve was to use a board I made ages ago using a 555 as a light detector and run as is as it works fine, but, I wanted a signal sent to the arduino to display an input response to notify me that is was infact detected as getting dark. I thought that linking the arduino to the trigger or output in ( pin 3 ) of the 555 would maybe work.