Plotting Temperature With Arduino Esplora and MakerPlot

by halfblinddado in Circuits > Arduino

4138 Views, 22 Favorites, 0 Comments

Plotting Temperature With Arduino Esplora and MakerPlot

Esplora.png
Untitled03-11_at_18-48-00.jpg

This is a simple setup to show how sensors on the Arduino Esplora board can be plotted in MakerPlot

Get the Esplora Board

esploraRS.png

The Arduino Esplora is available at most radio shack stores and costs around $60. It comes with a variety of sensors right on the board but right now we are interested in the temperature sensor. Make sure to install and familiarize yourself with the Esplora before moving forward.

Download and Install MakerPlot

MakerPlot1.png

MakerPlot is software that allows plotting of signals from various sources generally microcontrollers. You can download the Free trial at:

http://www.makerplot.com/download.htm

Get the Esplora Code

TempSenseArdCode.png

Connect the Esplora to your computer, Open the Arduino IDE with this code and download it to the Esplora.

Start MakerPlot

MakerPlot2.png

Start MakerPlot and click on Run Basic Plot. This brings up a basic plot window.

Set Baud and Com Port

BasicPlot.png

Make sure you have the same com port and baud rate that the Esplora is connected to, it should be the same as the Arduino IDE.

Run the Plot

connect.png

Click on the connect icon and you should start seeing the temperature plotting in Degrees C and Degrees Fahrenheit. That's all there is to it.

Plot.png