DIY Thermistor Sensor by bri_huang

Cloned from Sketch DIY Photogate Timer by bri_huang

This sketch is missing a short description
###DIY Thermistor Sensor This example uses the Steinhart-Hart equation (in the function Thermistor) to determine temperature from the raw A/D converter reading. This code is based off of information from Vernier Software and Technologies. See www.vernier.com/engineering/stem/sensors/temperature-sensor/ for more information on how thermistors are read. ####Hardware connections: * Hardware connections: * Connect 10K Pull-up Resistor between A0 and 5V. * Connect Thermistor between A0 and GND Open up the Serial Monitor at 9600 baud to see temperature readings.

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:62399" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>