DS1624-based Parallel Port Thermometer
Hardware and software project for temperature monitoring based on DS1624 connected to the parallel port.
Here you can find:
- (badly
) handwritten notes [ Page 1 | Page 2 ] - The parallel-I²C adapter’s schematic [ png | pdf ] drawn with gEDA
- C source code
- DS1624 datasheet
- The I²C bus and how to use it (by Philips, old but still useful)
Listed on
How it looks like
Components list
Components list: | ||
|
| 1 – SDA (pin 4 on I²C-CONN) 2 – SCL (pin 5 on I²C-CONN) 3 – Not connected 4 – GND (pin 3 on I²C-CONN) 5 – A2 (connected to GND, I²C id=0xx) 6 – A1 (connected to GND, I²C id=x0x) 7 – A0 (connected to GND, I²C id=xx0) 8 – Vcc +5v (pin 6 on I²C-CONN) |
Live demo





Changelog
- 0.5 – Typos in I²C-CONN pinout description fixed, LED missing in partslist – thanks to Ziga Ham – (October 6th, 2008)
- 0.4 – Parallel port – I²C converter schematic added – (December 27th, 2005)
- 0.3 – Fixed a negative temperatures handling bug, added pictures of parallel-I²C adapter and DS1624 sensor module – (November 28th, 2005)
- 0.2 – Photographs and live demo added – (November 10th, 2005)
- 0.1 – First public release – (January 10th, 2005)



