Step 2Circuit
untitled.brd15 KB| « Previous Step | Download PDFView All Steps | Next Step » |
3 Simple Ways to
Share What You Make
With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.
Other ways to share:
Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.
Share your step-by-step photos with text instructions of what you made so others can do it too!
Share your how-to video. You'll need your embed code from a video site such as YouTube.



untitled.brd15 KB| « Previous Step | Download PDFView All Steps | Next Step » |
Arduino - Diode Thermometer
by
ammubhave
Smart Thermal + Arduino
by
gamesh_
Cheap and Easy Digital Thermometer
by
azarpisces
Diy thermometer
by
ondrikczech
Arduino Thermometer(7-Segment)
by
rkar
Open Source Temperature Controller- Appliance Heat Exchanger
by
casuprock
PIC16F84A Thermometer
by
macobt
Temperature Recording Arduino Robot
by
RustyRocket
Total Views: 24,691
Today Views: 25
Comments: 32
Rating: 4.06
© 2012 Instructables

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.









That optional part is for connecting a programmer, so you can program it.
I didn't mark the pins in the schematic, but they are like this (from 1 to 5): POWER, MOSI, MISO, SCK, RESET, GROUND.
The pins above are the pins from the programmer. I personally use the STK200/300. You can also buy an avr ISP programmer.
I know the sensor is surface mount. When I ordered it, I didn't know. Luckily I managed to solder it. I guess you could use any sensor of the same family. Check the datasheet, there are more models inside. They all change their resistance with temperature and use the same formula to calculate the temperature. The only thing you might need to change is the resistance at 25°C (it's in the source code (i think the name of the variable is r25)).
It was not the best idea to add both the power symbols and plugs into the schematic, it only makes it confusing. The Vcc arrow is supposed to indicate that a 5V power supply is connected to that wire. The GNDIC1 is normal ground (eagle named it like that).
Yes, pin 1 of the plug is positive.
I hope you'll make it. If you have any trouble, don't be afraid to ask. If I don't answer in a while, write me a PM.