I'm glad to see that it's working! This is the point in the project in
which I'd be working on it 26 hours a day.
--
David Forbes, Tucson AZ
David, when have you reached the 85% overall efficiency incl. anode
resistor?
I have never seen a current controlled design from you.
Only a design with about 50% overall efficiency if I remember well...
But I may be wrong, since I did not follow the topic.
Can you show us that design?
Dieter
> I had a bit of time this week to get the first module working. It's
> not finished yet, at the moment it only counts from 00 to 59, but for
> as long as that works, the rest is just a bit of coding.
Well done that man. It's looking good.
John S
the 6mA confuse me:
Even if your batteries supplied 12V, that gives you P = 12V x 6mA =
72mW. The tubes need at least 1mA at 150V (very conservative again),
which makes it P' = 2 x 1mA x 150V = 300mW.
Do you see my confusion? For that to work, your switching mode power
supply would have to have an efficiency larger than 100% ;-)
Your 20mA seem much more plausible. Are you sure you measured the
current correctly, or am I missing something?
Best regards,
Jens
thanks for clearing that up. I don't know, however, if the 6mA average
current makes sense as a value in itself, the ripple current on your
batteries (from 20mA to practically 0mA) might be more interesting,
especially if you are trying to estimate battery life.
What PWM frequency do you use, by the way?
Best regards,
Jens
Am 20.04.2012 08:26, schrieb Cobra007:
> Second glimpse of the Nixie Watch.
>cut<
> Total circuit power is about 10uA during standby mode and 2uA during
> deep sleep.
> Deep sleep will be entered after a standby time-out to save battery
> life. Clock will still run in deep-sleep mode.
I am curious: Do you use an external interrupt to wake the processor in
case of a motion etc? This might be useful and could avoid the "standby
mode" altogether.
Jens
> Problem is that I need more components to be able to generate the
> interrupt
I would have used simple diodes that are OR'ed together to the external
interrupt pin.
> and believe it or not, it actually used more current.
Actually, I don't see that happening with diodes, do you? OK, if your
sources have different voltage levels you need shifters and these
require current, of course.
> Standby mode means the processor is in sleep mode but wakes up about 8
> times per second to check the sensor. The sensor only uses 2uA but the
> processor uses more current in sleep than in deep sleep mode, so all
> together it is 10uA.
Have you played around with the configuration bits? I once realised that
a silly enabled Brown-Out detect (which makes no sense with
battery-powered devices) takes up almost all the current.
Sorry if this has been mentioned before, but which processor do you use?
Best regards,
Jens
you are right, I did not assume it was so complicated. However, have you
considered using frequency modulation of the IR signal? This way you
could easily subtract daylight digitally.
Jens