On Friday, February 15, 2019 at 4:12 AM, [email protected] wrote:
> From: Colin Reese <[email protected]> > To: "OWFS (One-wire file system) discussion and help" > <[email protected]> > Subject: Re: [Owfs-developers] Reliability and Robustness of the > DS2482-100 or DS2482-800 > Message-ID: <[email protected]> > Content-Type: text/plain; charset=utf-8 > You can directly run 1wire on digital io using existing libraries, but > you?d need to build your own commands for devices. I?m about to do it for > a few devices on ESP32 in MicroPython. DS18B20 works out of the box but > search isn?t even implemented. Not too hard though. Is there example code somewhere? So far I've found a routine in C to read a single DS18B20 on ESP32. Wrote my own C for the ancient controller that currrently runs my house, but never got search to work there. I have to read the serial numbers elsewhere and type them in. > I use ESP32s everywhere. Thermostat, > irrigation, pushing everything to cloud and also doing local control. Can the 1-wire be on a bus, or does each 1-wire device need a separate ESP32 DIO? Maybe it would be smart to just put another ESP32 at each controlled system location? Thanks for the intriguing new exploration! | Loren Amelang | [email protected] | _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
