Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 863 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 863 Bytes

DS2482-800

Communication driver for DS2482-800 working with DS18B20 sensors

8-Channel 1-Wire Master - https://datasheets.maximintegrated.com/en/ds/DS2482-800.pdf

1-Wire Digital Thermometer - https://datasheets.maximintegrated.com/en/ds/DS18B20.pdf

Features:

Parasitic Power Supply for all 1-wire devices online.

One Wire Search - find and identify (64bit ROM ID) all 1-wire devices online.

Read Temperature - read temperature from individual or all 1-wire devices.

//Channel select feature to be added shortly.

I2C

I2C procedures included in this driver are platform specific and you may have to make small changes to suit your own I2C hardware. I2C communication examples are included in the chip's datasheet like below.

image