Skip to content

Commit

Permalink
Add USB/UART schematics
Browse files Browse the repository at this point in the history
Closes #3
  • Loading branch information
mcsakoff committed Nov 22, 2016
1 parent d00105e commit 1ea645e
Show file tree
Hide file tree
Showing 7 changed files with 2,345 additions and 5 deletions.
40 changes: 35 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,47 @@ Set resolution for DS18B20 and DS1822)::
sensor.set_resolution(DS18B20.RES_9_BIT)

`digitemp.device` module provides following classes:
* `DS18S20` - for DS1820, DS18S20 and DS1920 High-Precision Temperature Sensors (family code: `0x10`);
* `DS18B20` - for DS18B20 Programmable Resolution Temperature Sensors (family code: `0x28`);
* `DS1822` - for DS1822 Econo Temperature Sensor (family code: `0x22`)
* `DS1820`, `DS1920` - are aliases for `DS18S20`

* `DS18S20` - for DS1820, DS18S20 and DS1920 High-Precision Temperature Sensors (family code: `0x10`);
* `DS18B20` - for DS18B20 Programmable Resolution Temperature Sensors (family code: `0x28`);
* `DS1822` - for DS1822 Econo Temperature Sensor (family code: `0x22`)
* `DS1820`, `DS1920` - are aliases for `DS18S20`

Schematics
==========

IMPORTANT DISCLAIMER: All circuits presented here are collected from different sources on the Internet and thus are
provided on an entirely "as-is and no guarantees" basis. We do not provide a warranty of any kind and cannot be held
responsible in any manner.

1-wire serial port interface
============================
----------------------------

See `Serial Port Temperature Sensors - Hardware Interface <http://martybugs.net/electronics/tempsensor/hardware.cgi>`_
for details.

USB/UART adapter
----------------

These are tested:

* [ds18b20-uart.svg](docs/ds18b20-uart.svg)
* [ds18b20-uart-par.svg](docs/ds18b20-uart-par.svg)
* [ds18b20-uart-dioda.svg](docs/ds18b20-uart-dioda.svg)
* [ds18b20-uart-diodapar.svg](docs/ds18b20-uart-diodapar.svg)

Not all schematics work in all cases, depending on adapter and cable length.

These are not tested yet:

* [ds18b20-uart-mosfet.svg](docs/ds18b20-uart-mosfet.svg)
* [ds18b20-uart-npn.svg](docs/ds18b20-uart-npn.svg)

Thanks
======

* [Slavko](https://github.com/slavkoja) for SVG schematics and testing.

License
=======

Expand Down
Loading

0 comments on commit 1ea645e

Please sign in to comment.