PDA

View Full Version : A Temperature & Humidity Data Recorder Project



Oldspring
- 9th July 2008, 18:47
Hello all,

This project uses BasicStamp 2P ( also you can use PIC chip ) to interface with a DS1307, SHT15, JP Module and 16x4 LCD display. Code used is standard PBasic 2.5, it should work on most BasicStamp chips.

The project is a data logger demonstration program. It can record temperature and humidity data to MMC/SD card with date and time. Press the temperature unit select button switch to select Celsius or Fahrenheit. The data can be processed to the virtual XY chart or Polar Chart through the website ( www.jianpingusa.com/jpchart ).

Components:
1) Basic Stamp 2P
Manufactory: www.parallax.com
Datasheet: http://www.parallax.com/tabid/440/Default.aspx

2) DS1307
Manufactory: www.maxim-ic.com ,
Datasheet: http://datasheets.maxim-ic.com/en/ds/DS1307.pdf

3) SHT15
Manufactory: www.sensirion.com
Datasheet: www.sensirion.com/en/pdf/product_information/Data_Sheet_humidity_sensor_SHT1x_SHT7x_E.pdf

4) JP Module
Manufactory: www.jianpingusa.com
Datasheet: http://www.jianpingusa.com/datasheet/JP%20Module%20Instruction.pdf

5) 16x4 LCD Display (CM1644 series)
Manufactory: http://www.femacorp.com/
Datasheet: http://www.femacorp.com/Products/LCD/Character%20Modules/Character%20Modules%20Index.htm

Data processed website:
www.jianpingusa.com/jpchart

Attached files: ( 5 files )
1) Project code:
Please see attach file.

2) Project schematic:
http://img47.imageshack.us/img47/8629/schzx3.jpg

3) Project photo
http://img247.imageshack.us/img247/5043/projectphotoel3.jpg

4) XY Chart:
Please see attach files.

5) Polar Chart:
http://img47.imageshack.us/img47/8374/polarchartax4.png

Video Link: http://www.youtube.com/watch?v=CY6NPmKLrRc

Author of this project: OldSpring
Thanks to picbasic team and all forum users.