File: DS2438.man

package info (click to toggle)
owfs 2.9p8-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,384 kB
  • ctags: 9,597
  • sloc: ansic: 60,380; sh: 11,599; tcl: 1,962; makefile: 1,268; python: 1,114; php: 600; perl: 401; cpp: 105
file content (358 lines) | stat: -rw-r--r-- 9,196 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
'\"
'\" Copyright (c) 2003-2004 Paul H Alfille, MD
'\" (paul.alfille@gmail.com)
'\"
'\" Device manual page for the OWFS -- 1-wire filesystem package
'\" Based on Dallas Semiconductor, Inc's datasheets, and trial and error.
'\"
'\" Free for all use. No waranty. None. Use at your own risk.
'\" $Id$
'\"
.TH DS2438 3  2003 "OWFS Manpage" "One-Wire File System"
.SH NAME
.B DS2438
\- Smart Battery Monitor
.SH SYNOPSIS
.SS Temperature Voltages and Current.
.PP
.B 26
[.]XXXXXXXXXXXX[XX][/[
.B CA
|
.B EE
|
.B date
|
.B disconnect/date
|
.B disconnect/udate
|
.B endcharge/date
|
.B endcharge/udate
|
.B IAD
|
.B offset
|
.B pages/page.[0-7|ALL]
|
.B temperature
|
.B udate
|
.B VAD
|
.B VDD
|
.B vis
|
.so man3/standard_mini.3so
]]
.SS Humidity sensor
.PP
.B 26
[.]XXXXXXXXXXXX[XX][/[
.B HIH4000/humidity
|
.B HTM1735/humidity
|
.B DATANAB/reset
|
.B DATANAB/humidity
|
.B humidity
|
.B temperature
]]
.SS Barometer
.PP
.B 26
[.]XXXXXXXXXXXX[XX][/[
.B B1-R1-A/pressure
|
.B B1-R1-A/gain
|
.B B1-R1-A/offset
|
]]
.SS Light
.PP
.B 26
[.]XXXXXXXXXXXX[XX][/[
.B S3-R1-A/current
|
.B S3-R1-A/illuminance
|
.B S3-R1-A/gain
]]
.SH FAMILY CODE
.PP
.I 26
.SH SPECIAL PROPERTIES
.SS pages/page.0 ... pages/page.7 pages/page.ALL
.I read-write, binary
.br
Memory is split into 8 pages of 8 bytes each. Only the pages 3-7 are really available, and some of that appears to be reserved. See the datasheet for details.
.\" page.3/0 = Multisensor
.\" page.3/2-7 = Hobby Boards Calibration data
.\" page.4 =
.\" page.5 =
.\" page.7/4-7 = current storage
.br
.I ALL
is an aggregate of the pages. Each page is accessed sequentially.
.SS temperature
.I read-only, floating point
.br
.I Temperature
read by the chip at high resolution (~13 bits). Units are selected from the invoking command line. See
.B owfs(1)
or
.B owhttpd(1)
for choices. Default is Celsius.
Conversion takes ~20 msec.
.SS VAD VDD
.I read-only, floating point
.br
Voltage read (~10 bits) at the one of the chip's two supply voltages. Range VDD= 2.4V to 10V, VAD=1.5 to 10V.
.SS vis
.I read-only, floating point
.br
Current sensor reading, as a voltage difference. Value is in volts.
.br
Actual current depends on Rsens resistor (see datasheet).
.br
The formula for current is I = vis / Rsens
.br
with units in Amps and Ohms.
.br
Current measurement will be temporarily enabled (see
.I Ienable
) if not currently enabled (pun intended) for this reading.
.SH CONFIGURATION PROPERTIES
.SS CA
.I read-write, yes-no
.br
.I Current Accumulator Configuration
flag bit. If "on" (1) current is stored in page 7 bytes 4-7. If "off" (0) that page can be used for general storage. See the datasheet for more information.
.SS EE
.I read-write, yes-no
.br
.I Current Accumulator Shadow
flag bit. If "on" (1) current reading is stored to EEPROM. If "off" (0) that data will be lost when chip loses power. See the datasheet for more information
.SS IAD
.I read-write, yes-no
.br
.I Current A/D Control
flag bit. If "on" (1) current measured at 36.41 Hz. If "off" (0) current measurements won't be made. See the datasheet for more information.
.SH DATE PROPERTIES
.SS date
.I read-write, ascii
.br
26 character date representation of the
.I counter
value. Increments once per second.
.br
Setting
.I date
to a null string will put the current system time.
.br
Accepted date formats are:
.br
  Sat[urday] March 12 12:23:59 2001
.br
  Apr[il] 4 9:34:56 2002
.br
  3/23/04 23:34:57
.br
  current locale setting (your system's format)
.SS disconnect/date
.I read-write, ascii
.br
26 character date representation of the
.I disconnect/udate
value. Time when the battery pack waws removed from the charger. Format is the same as the 
.I date
property.
.SS disconnect/udate
.I read-write, unsigned integer
.br
Representation of
.I disconnect/date
as a number. See
.I udate
for details.
.SS endcharge/date
.I read-write, ascii
.br
26 character date representation of the
.I endcharge/udate
value. Format is the same as the 
.I date
property.
.SS endcharge/udate
.I read-write, unsigned integer
.br
Representation of
.I endcharge/date
as a number. See
.I udate
for details.
.SS udate
.I read-write, unsigned integer
.br
Time represented as a number.
.I udate
increments once per second.
.br
Usually set to unix time standard: number of seconds since Jan 1, 1970. The
.I date
field will be the unix representation (ascii text) of
.I udate
and setting either will change the other.
.SH HUMIDITY PROPERTIES
.SS HIH4000/humidity
.I read-only, floating point
.br
Relative humidity, as percent (1-100 scale).
.br
This value is for a design based on Honeywell's HIH-4000 humidity sensor.
.SS HTM1735/humidity
.I read-only, floating point
.br
Relative humidity, as percent (1-100 scale).
.br
This value is for a design based on Humirel's HTM-1735 humidity sensor.
.SS DATANAB/humidity
.I read-only, floating point
.br
Based on DataNAB's humidity sensor. It uses a HIH-4000 sensor and the current sensning rather than voltage readings from the DS2438. Calibration values are stored on chip, and a check field is stored in chip memory.
.SS DATANAB/reset
.I write-only, yes-no
.br
Used to read calibration values and set the chip to current reading more. Should be automatically called when a humidity reading is requested.
.SS humidity
.I read-only, floating point
.br
Relative humidity, as percent (1-100 scale).
.br
The
.B DS2438
actually does not read humidity, but a widely available and publicised circuit based on the chip, does. This design is for the common Honeywell HIH-3610 humidity chip. The mostly compatible HIH-4000 chip uses different temperature compensation, so is better read from the 
.I HIH4000/humidity
value. See the datasheets for details.
.br
If the chip is instead a DATANAB design, the
.I DATANAB/humidity
value will be automatically used.
.SH BAROMETER PROPERTIES
.SS B1-R1-A/pressure
.I read-only, floating point
.br
Pressure reading, as milli-bars, or other unit depending on
.IR settings/units/pressure_scale .
.br
This value is for the B1-R1-A barometer from Hobby-Boards, and
assumes the standard calibration.
.SS B1-R1-A/gain
.I read/write, floating point
.br
Calibration of pressure gain, as signed number, expressed as the same units as
.I B1-R1-A/pressure
per volt.
.br
This value will be multiplied with the measured voltage to get the
.I B1-R1-A/pressure
reading. It may have to be fine tuned for calibration purposes, although with the standard
sensor, it will often be good enough to keep it as is.
.SS B1-R1-A/offset
.I read/write, floating point
.br
Calibration of pressure offset, as signed number, same units as
.I B1-R1-A/pressure.
.br
This value will be added to the 
.I B1-R1-A/pressure
reading. The default value is 904.7 millibars, which may be altered to
to compensate for elevation.
.SH SOLAR SENSOR PROPERTIES
.SS S3-R1-A/current
.I read-only, floating point
.br
Photo-diode current, in micro-amperes.
.br
This value is for the S3-R1-A solar radiation sensor from Hobby-Boards.
Due to noise and offsets, this value may read as a negative number in low light conditions.
The
.I offset
register can be modified to reduce the offset as much as possible.
.SS S3-R1-A/illumination
.I read-only, floating point
.br
Illumination, in lux. Always a positive number.
.br
This value is the lux reading from the solar sensor, taking
.I S3-R1-A/gain into consideration.
.SS S3-R1-A/gain
.I read/write, floating point
.br
Calibration of photo-diode gain expressed as lux per micro-amperes.
The default value is for the SFH203P photo-diode from Osram, used bare.
A different gain may be used for instance to compensate for an integrathing, 
white sphere placed over the diode.
.br
This value is for the S3-R1-A solar radiation sensor from Hobby-Boards,
using the SFH203P photo-diode from Osram.
.SH MULTISENSOR PROPERTIES
.SS MultiSensor/type
.I read-only, ascii
.br
For
.I iButtonLink's MultiSensor
line of 1-wire devices, give the specific configuration based on a data byte set in memory. (Byte 0 of page 3).
This can help interpretation of the sensor values, distinguishing, current from water from light.
.SS offset
.I read-write, integer
.br
Correction for
.I current
readings. A value between \-256 and 255. See the datasheet for details. Should be set to the negative of a true zero
.I current
reading.
.SH STANDARD PROPERTIES
.so man3/standard.3so
.SH ALARMS
None.
.SH DESCRIPTION
.so man3/description.3so
.SS DS2438
The
.B DS2438 (3)
is a more complete form of the
.B DS2436
battery chip. Current sensing is available, but not implemented. The major advantage compared to the
.B DS2436
is that two voltages can be read, allowing one to correct circuit measurements for supply voltage and temperature. A better comparison is the 
.B DS276x
family of chips.
.SH ADDRESSING
.so man3/addressing.3so
.SH DATASHEET
.br
http://pdfserv.maxim-ic.com/en/ds/DS2438.pdf
.br
http://pdfserv.maxim-ic.com/en/an/humsensor.pdf
.br
http://goo.gl/o9DH0 (Redirects to 009012_2.pdf PDF file on honeywell.com website)
.br
http://www.phanderson.com/hih-4000.pdf
.br
http://www.humirel.com/product/fichier/HTM1735%20RevG%20.pdf
.SH SEE ALSO
.so man3/seealso.3so
.SH AVAILABILITY
http://www.owfs.org
.SH AUTHOR
Paul Alfille (paul.alfille@gmail.com)
Egil Kvaleberg