I recently switched over to a Umarim lite board, but am having trouble integrating the SHT75 into it. I'm trying to use the humid_sht module to read in the data. Since there is
no ADC1 port on the Umarim lite, I've tried a few things, including redefining the pins in the header files to the AUX1 and AUX 2 pins (pins 45 and 39, I think) and plugging the SHT75 into the AUX port, or by defining the pins in the header file as SDA1 and
SCL1 (pins 41 and 37) and plugging the SHT into the I2C1 port.
Either way, the messages from the SHT show a temperature of -39.66 and 0.1 humidity, which would indicate that its not getting a signal. Am I assigning the wrong pins, or maybe doing something else wrong?
|