Difference between revisions of "Temperature Processing Module"
From Wiki for Dragino Project
(→Features) |
|||
Line 7: | Line 7: | ||
**DS1822 | **DS1822 | ||
**DS1820 | **DS1820 | ||
+ | *Show Sensor ID + Temp pairs. | ||
+ | *Support 8 OneWire bus and up to 80 Dallas Temp sensors in a single unit. | ||
+ | *Auto-update with new added sensors or removed sensors. | ||
+ | *Completely open source, free to modify and change. | ||
=Feedback and Suggestions= | =Feedback and Suggestions= |
Revision as of 05:37, 29 September 2012
Introduction
MT-DS is a temperature processing module designed for Dallas Temperature Sensors. This module works as a bridge between Dragino MS12 and Dallas/Maxim Onewire temperature sensors. it read temperature from Dallas Temp Sensors and send it to Dragino via UART port. Dragino MS12 will forward the temp info to remote server.
Features
- support devices:
- DS18B20
- DS1822
- DS1820
- Show Sensor ID + Temp pairs.
- Support 8 OneWire bus and up to 80 Dallas Temp sensors in a single unit.
- Auto-update with new added sensors or removed sensors.
- Completely open source, free to modify and change.
Feedback and Suggestions
Feel free to send comments or suggestion to Dragino team: info@dragino.com. We will reply you as soon as possible.
Reference Link
About Onewire protocol used in Arduino : http://www.arduino.cc/playground/Learning/OneWire
use Arduino library designed for Dallas Onewire temperature sensor: http://www.arduino.cc/playground/Learning/OneWire