1-Wire Integration for Microcontroller with Microcontroller Acting as a1-Wire Slave Device

Hi,

I am currently seeking an IC to integrate 1-Wire communication into my microcontroller project. I have a 1-Wire master device that needs to communicate with the microcontroller via 1-Wire communication. I have reviewed the DS2482 (I²C to 1-Wire) and DS2480B (UART to 1-Wire) ICs; however, both ICs convert the device into a 1-Wire master and not a 1-Wire slave. Could anyone suggest an IC that would allow the microcontroller to function as a 1-Wire slave device?

Thank you.

I have not done it but I found this, hopefully it will help: Make Your Arduino Talk: Simple 1-Wire Communication Setup That Actually Works - Pidora

1 Like

Have you seen GitHub - orgua/OneWireHub: OneWire slave device emulator

3 Likes