28-11-2015, 18:20
Werk_AG tengo un problema ¿? he colocado un SHT10 en el modulo TX y no consigo que me haga lecturas esta es mi configuracion:
// ------- Define type of Temperature Humidity for Sensor 0 and Sensor 1 --------------
#define TH_Sensor0 9 // 0 for SHT2x sensor, 1 for HTU21 sensor, 9 for Not Used
#define TH_Sensor1 0 // 0 for SHT1x sensor, 1 for DHT22 sensor, 9 for Not Used
#define FanControlSensor 0 // 0 for Sensor 0, 1 for Sensor 1 (which sensor is used to control the RS Fan)
#define fanOn_HiTemp 30 // RS Fan turn on when outside temperature is >= than this value (ºC)
#define fanOn_LowTemp 2 // RS Fan turn on when outside temperature is <= than this value (ºC)
#define fanOn_LowWind 2 // RS Fan turn on when Wind Average is <= than this value (m/s)
Si coloco el DHT22 ningun problema todo OK..
Alguna idea ¿? GRACIAS
// ------- Define type of Temperature Humidity for Sensor 0 and Sensor 1 --------------
#define TH_Sensor0 9 // 0 for SHT2x sensor, 1 for HTU21 sensor, 9 for Not Used
#define TH_Sensor1 0 // 0 for SHT1x sensor, 1 for DHT22 sensor, 9 for Not Used
#define FanControlSensor 0 // 0 for Sensor 0, 1 for Sensor 1 (which sensor is used to control the RS Fan)
#define fanOn_HiTemp 30 // RS Fan turn on when outside temperature is >= than this value (ºC)
#define fanOn_LowTemp 2 // RS Fan turn on when outside temperature is <= than this value (ºC)
#define fanOn_LowWind 2 // RS Fan turn on when Wind Average is <= than this value (m/s)
Si coloco el DHT22 ningun problema todo OK..
Alguna idea ¿? GRACIAS

