datalogger
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
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.