Shop OBEX P1 Docs P2 Docs Learn Events
datalogger — Parallax Forums

datalogger

theguy25theguy25 Posts: 2
edited 2008-01-18 23:54 in BASIC Stamp
I have a parallax memory stick data logger, and it is attached on my PARALLAX board of education. I also have a sensirion humidity sensor installed, and i want the data from the sensor to store on the data logger. i am not sure if it has to do with the programming, or if i need another connection between the humidity sensor and the datalogger.
·

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2008-01-18 23:54
    You have to write a program that reads data from the sensirion and writes it in the format you need to the datalogger.

    Typically, you start with example programs for reading the sensirion and for writing to the datalogger and essentially combine their functionality. Get each function working separately. See if the number of bytes of variables for both examples is less than the 26 bytes available. If not, you'll have to reuse some of the same variables for the other function.
Sign In or Register to comment.