To power the circuit, you need 4 batteries of 1.2V, AA or AAA size or 3 batteries of 1.5V (AA or AAA size).Using the blowout candles is easy. Of cours...
This looks awesome! I'm just wondering - where's the analog input pin of the uC? I looked at your schematic and it seems as if you just have it in a resistor network on VCC.
Hi, Thanks for your comment. Tiny45 has several analog input pins. Pin1 (is PortB5 and is also ADC0 input ) is one of them. We used that to read the voltage at the junction of R3 and R4. R3 is the thermistor and R4 is a fixed value resistor. Since the other end of R3 is grounded, as the thermistor cools off, its resistance increases (the thermistor is an NTC, i.e. has a negative temperature coefficient) and so the voltage at the junction of R3 and R4 increases.
Why bother with the heater (R2)? It's a big load on the battery (though so are the LEDs...) and shouldn't be needed. Did you try using self-heating?
By using the self-heating of the thermistor itself you should be able to detect the cooling caused by air movement.
Just run enough current through the thermistor that it heats up a few degrees above ambient (and not enough to damage it), and look for quick changes in the port voltage.
You'd be best off to use a much smaller thermistor, though (perhaps something like this cheap thermistor.
I mean four re-chargeable (NiCd or NiMH) batteries which are typically 1.2V each, so thats 4x1.2 volts Using 4x1.5V batteries (for example the alkaline ones) would not be advisable since the microcontroller cannot handle 6 volts.
Just so you know this was featured in one of my electronics design magazine. It was way in the back and there wasn't much instruction on how to build it.
PDF Downloads As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
By using the self-heating of the thermistor itself you should be able to detect the cooling caused by air movement.
Just run enough current through the thermistor that it heats up a few degrees above ambient (and not enough to damage it), and look for quick changes in the port voltage.
You'd be best off to use a much smaller thermistor, though (perhaps something like this cheap thermistor.
More information is here:
http://en.wikipedia.org/wiki/Thermistor
Thanks,