What is a Question?
Questions are a super-easy way to get answers from the Instructables community. Learn how to build, do, or make anything! You just ask a question and the community will provide answers. You choose the best answer!
Submit a Forum Topic! The forums are the place to ask questions, share a cool project from another site, find collaborators for your latest project, or discuss anything of interest to the Instructables community.
Do you have a lot of images to upload?
If you prefer to upload your images before you submit, then this is for you.
Remember to tag them so they will be easier for you to find when you are viewing your library.
You can also upload images when you are creating your posts.
Did you find a bug or have a suggestion for us?
We appreciate all the help our users give us in tracking down bugs and making the site better for everyone.
PhotosPhotos
Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.
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.
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,