Chris Petrich

Results 13 comments of Chris Petrich

ok, point taken...

I'm afraid all I don't know of a solution. Porting the arduino code is almost trivial once the following routines are available: send 1wire reset pulse, read the bus level,...

Thank you for your kind offer, Ken. The intention was to run this through our local university. I will get back to you if restrictions remain in place that prevent...

Fair enough, that point should probably be made explicitly. I've added a pointer in the Obsolete list as that seems to be the best way to stay within the scope...

Much appreciate the pointer!! It applies to the DS18B20+ indeed (and DS18B20+PAR, DS18B20+T&R, DS18B20-SL+T&R) according to a copy of that Process Change Notice with attachments on futureelectronics.com. I've edited the...

interesting. Although the +PAR variant is out of scope of the analysis (as noted further down on the page, they seem to have run through a different calibration line since...

Thanks. Just meant to share a couple of observations in this regard. To get this out of the way: I'm actually not familiar with the DallasTemperature.h but meant to point...

for future reference, in case anybody would like to reproduce increased timing, this is what I did (I do not mean to imply that this is representing a failure mode...

thought I'd share some Python code that I used some time ago to read 1-wire devices through a UART (or USB-to-UART converters). The method is described in the Maxim/Analog application...

I've copied a Python code fragment in issue https://github.com/cpetrich/counterfeit_DS18B20/issues/20#issuecomment-2005291905 That could be used as a basis for porting the arduino code to Python.