I'm working on a project to create a humidity probe using an SHT31 and an Arduino for my 1-wire bus.
The bus is short (10cm) and driven by an DS2484 (I2C - 1wire bridge with level converter included) and the master is a BananaPI using the famous OWFS.
On the Uno, I'm using OneWireArduinoSlave.
The problem :
If there is another probe on the network (i.e, an DS18B20 or an DS28EA00), everything is working fine : the Uno is detected as an 18B20 and can send its temperature.
If I disconnect all probes but the Uno ... the Uno detects bus reset but is not seen by OWFS
Does someone experienced such issue ?
I suspect the Uno is to weak to drive the bus low ... but why ???