One Wire Serial Communication
Glen Browne | November 16th, 2017
Loading...
Overview
An examination of one wire serial communication and how to set up a simple transfer using Arduino. Includes a definition of functions and to communicate over the single wire interface. Preformed a practical experiment connecting a one-wire digital temperature sensor to an Arduino, implementing all code for the interface.
References
- https://en.wikipedia.org/wiki/1-Wire
- http://www.microchip.com//wwwAppNotes/AppNotes.aspx?appnote=en591191
- https://www.maximintegrated.com/en/app-notes/index.mvp/id/126
- https://forum.pjrc.com/threads/23939-Strange-behavior-on-the-Onewireslave-library?p=33608&viewfull=1#post33608
- https://create.arduino.cc/projecthub/TheGadgetBoy/ds18b20-digital-temperature-sensor-and-arduino-9cc806
- https://www.hacktronics.com/Tutorials/arduino-1-wire-address-finder.html
- https://en.wikipedia.org/wiki/Cyclic_redundancy_check
- https://www.maximintegrated.com/en/app-notes/index.mvp/id/27