Hello,
I am trying to get readings from multiple DS18B20 1-Wire temperature sensors using the Dallas 1-wire library, but the setup fails when there are more than two sensors on the bus. I suspect that it is because there is not enough current - the DS18B20 datasheet mentions that a MOSFET should be included when using parasitic mode to create a strong pull-up. I am curious to know if controls for the MOSFET are already included in the library. Parasitic mode is the only option because the sensors I have only have two wires - one for ground and the other for data/power.
Thanks