I have some small battery powered Arduino sensors in plastic cases about the house.
My thinking is I would like to drill a small hole and put an led behind it to add a small indicator led to each so when I look up at them and the led is lit I know the battery is not dead yet.
The Arduino runs on low power and only wakes up on an interrupt. With a T5 led ran for about 10 days. The Arduino has an led and so far it has run 90 days.
Thanks. I did spot that 5mm one now, but there is a 3mm version which I would prefer. High light level is not as important to me. As long as I can see it is all that matters.
High light output for a given current means LESS current to get the SAME light.
I have some ultra-bright LEDs that are as bright as basic LEDs such as used for "power on" indicators with just a few microamps current, rather than milliamps.
[I was going to suggest them at the start of this thread, but the exact type I have i no longer available).
Thanks. I did spot that 5mm one now, but there is a 3mm version which I would prefer. High light level is not as important to me. As long as I can see it is all that matters.
Yes, but the higher light level for a given current means you can reduce the duty cycle to almost nothing and get an acceptable result that won't drain your battery. You need to start playing 3-D Chess.
High light output for a given current means LESS current to get the SAME light.
I have some ultra-bright LEDs that are as bright as basic LEDs such as used for "power on" indicators with just a few microamps current, rather than milliamps.
[I was going to suggest them at the start of this thread, but the exact type I have i no longer available).
I am wondering if the type mounted on circuit boards may take much less power.
Here is a not so good picture of what I mean.
Being so small, they will be a challenge for me to work with.
What do you think?
Yes, but the higher light level for a given current means you can reduce the duty cycle to almost nothing and get an acceptable result that won't drain your battery. You need to start playing 3-D Chess.
Create your duty cycle by coding it to turn on the LED for X milliseconds and off for Y milliseconds. The X being your duty cycle. X+Y=period of signal. And just loop that whole sequence for however long you need. Adjust X and Y until you hit your sweet spot.
Yes, of course, simply apply ohms law - however, less current means less brightness - much of this thread has been about increasing the resistor to reduce current (and brightness).
How can you be 'uncertain'?- an LED on all the time uses ten times the power of one that's only on 10% of the time - so will only last 1/10th of the time. You don't 'continuously power up the processor', it's in sleep almost all the time, which presumably it already is anyway?.