Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Outside humidity
#20

Locate the SHT1X.cpp file in your libraries folder.
Open it with a text editor like Notepad++.
Change to this:

Code:
// Conversion coefficients from SHT15 datasheet
  // V3 Sensors
  const float C1 = -4.0;       // for 12 Bit
  const float C2 =  0.0405;    // for 12 Bit
  const float C3 = -0.0000028; // for 12 Bit

  // V4 Sensors
  //const float C1 = -2.0468;       // for 12 Bit
  //const float C2 =  0.0367;       // for 12 Bit
  //const float C3 = -1.5955E-6;    // for 12 Bit

Edited: Forgot to say, you have to reprogram the TX unit again.

Reply


Messages In This Thread
Outside humidity - by laulau - 19-12-2015, 07:41
RE: Outside humidity - by werk_ag - 19-12-2015, 19:18
RE: Outside humidity - by Palmyweather - 11-01-2016, 08:30
RE: Outside humidity - by laulau - 19-12-2015, 23:53
RE: Outside humidity - by werk_ag - 20-12-2015, 05:08
RE: Outside humidity - by AllanG - 25-12-2015, 18:00
RE: Outside humidity - by werk_ag - 27-12-2015, 00:35
RE: Outside humidity - by Rvrlabs - 29-12-2015, 15:38
RE: Outside humidity - by werk_ag - 30-12-2015, 02:23
RE: Outside humidity - by Rvrlabs - 02-01-2016, 03:31
RE: Outside humidity - by Rvrlabs - 15-01-2016, 02:27
RE: Outside humidity - by werk_ag - 15-01-2016, 04:01
RE: Outside humidity - by AllanG - 27-12-2015, 13:13
RE: Outside humidity - by JT118 - 27-12-2015, 19:09
RE: Outside humidity - by werk_ag - 30-12-2015, 02:06
RE: Outside humidity - by AllanG - 02-01-2016, 09:51
RE: Outside humidity - by werk_ag - 04-01-2016, 23:53
RE: Outside humidity - by werk_ag - 11-01-2016, 19:27
RE: Outside humidity - by JT118 - 23-01-2016, 19:21
RE: Outside humidity - by werk_ag - 24-01-2016, 03:16



Users browsing this thread: 1 Guest(s)