p There are other oddities about the AM2315 that should be mentioned. The datasheet says that the device should read no more often then every 2 seconds, further, it also implies that a measurement is not performed until the device is 1) awake 2) has been asked for a measurement. From observation, it has been noted that it is possible to ask for measurements more often than every 2 seconds, and actually get something that looks to be valid. It may, in fact, be valid, but it has also been noted that the measurements do not appear to change. This implies that a measurement was done, and then returned time and time again. It has also been noticed that if measurements are taken very close to every 2 seconds, that sometimes the device will return a I2C error on a read. If this happens a lot, increase hw.am2315temp0.readticks a bit. .Sh SYSCTL VARIABLES The following .Xr sysctl 3 variables are provided: l -tag -width indent t hw.am2315temp0.readcount The number of times to take a reading before considering it valid. This defaults to 2. t hw.am2315temp0.readticks The number of ticks to wait in between readings. The default is 100. t hw.am2315temp0.debug If the driver is compiled with .Dv AM2315_DEBUG , this node will appear and can be used to set the debugging level. .El .Sh SEE ALSO .Xr envsys 4 , .Xr iic 4 , .Xr envstat 8 , .Xr sysctl 8 .Sh HISTORY The .Nm driver first appeared in .Nx 8.0 . .Sh AUTHORS .An -nosplit The .Nm driver was written by .An Brad Spencer Aq Mt brad (at] anduin.eldar.org . .Sh BUGS The device does not appear to work with the .Xr gpioiic 4 bitbang controller. When tried, reads would not error, but no data was returned.