Temperature humidity sensor/programming question
pengsy1988
Posts: 6
I am using the #28018 sensirion temp/humidity sensor, and I had a
problem with the code from this website
http://www.parallax.com/Portals/0/Downloads/docs/prod/acc/SensirionDocs.
pdf
program does not keep the data, everytime it reads the data, it
deleletes the previous data.
And I want data to be recorded so that I can have TEMPERATURE/HUMIDITY vs TIME
Is there anyway that I can modify the
program and get the data recorded?
Could anyone give any suggestions?
Thank you very much
problem with the code from this website
http://www.parallax.com/Portals/0/Downloads/docs/prod/acc/SensirionDocs.
program does not keep the data, everytime it reads the data, it
deleletes the previous data.
And I want data to be recorded so that I can have TEMPERATURE/HUMIDITY vs TIME
Is there anyway that I can modify the
program and get the data recorded?
Could anyone give any suggestions?
Thank you very much
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
You should also look at Stamp Plot Pro which is free for non-commercial use (www.parallax.com/tabid/441/Default.aspx). This would allow you to easily download the data to your PC and display it as a graph or table.
Post Edited (Mike Green) : 4/28/2009 3:53:51 PM GMT
In addition to the links that Mike provided, you can also check out Smart Sensors and Applications, Chapter 6. This chapter takes you step-by-step through datalogging and displaying the results in Excel.
Hope this helps!
Jessica
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jessica Uelmen
Education Department
Parallax, Inc.
But my problem is that I need to "write to file".
Could you tell me what is the command of "write to file" in PBASIC? I cannot find that.
Thanks
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen