tpetar
Advanced Member level 7
- Joined
- Sep 27, 2010
- Messages
- 6,417
- Helped
- 1,713
- Reputation
- 3,456
- Reaction score
- 1,673
- Trophy points
- 1,393
- Location
- Pancevo-Belgrade, Serbia
- Activity points
- 37,363
DS2482 I2C to 1-Wire bridge
Web link : http://www.picprojects.net/ds2482/index.html
Shows how to use the DS2482 I2C to 1-Wire bridge chip from Maxim/Dallas Semiconductor. The software driver provided below for download has been ported from the sample code provided by Maxim/Dallas Semiconductor (Application Note 3684) to the CCS C compiler.
There are two different DS2482 versions available:
DS2482-100: Single-Channel 1-Wire Master
DS2482-800: Eight-Channel 1-Wire Master
The driver which is getting described here is written in C language and has been ported from Maxim/Dallas Semiconductor Application Note 3684 to CCS C compiler.
Web link : http://www.picprojects.net/ds2482/index.html
Shows how to use the DS2482 I2C to 1-Wire bridge chip from Maxim/Dallas Semiconductor. The software driver provided below for download has been ported from the sample code provided by Maxim/Dallas Semiconductor (Application Note 3684) to the CCS C compiler.
There are two different DS2482 versions available:
DS2482-100: Single-Channel 1-Wire Master
DS2482-800: Eight-Channel 1-Wire Master

The driver which is getting described here is written in C language and has been ported from Maxim/Dallas Semiconductor Application Note 3684 to CCS C compiler.