Difference between revisions of "Temperature Processing Module"

From Wiki for Dragino Project
Jump to: navigation, search
(Features)
Line 1: Line 1:
 
=Introduction=
 
=Introduction=
 +
一个MT-DS模块的单独图片
 +
 
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.  
 
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.  
  
Line 15: Line 17:
 
*Compatible with Arduino IDE for easy debug.  
 
*Compatible with Arduino IDE for easy debug.  
 
*Completely open source in both software and hardware, free to modify and change.
 
*Completely open source in both software and hardware, free to modify and change.
 +
 +
=How to use this module=
  
 
=Feedback and Suggestions=
 
=Feedback and Suggestions=

Revision as of 06:21, 29 September 2012

Introduction

一个MT-DS模块的单独图片

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
  • Use ATmega168-20au MCU.
  • Show Sensor ID + Temp pairs as result.
  • Support 8 OneWire buses (with pull up 4.7K Ohm resister) and up to 80 Dallas Temp Sensors in a single Dragino.
  • Provide 5V power and GND to Dallas Temp Sensors.
  • Auto-detect new added sensors or removed sensors.
  • Remote upgrade via internet.
  • Compatible with Arduino IDE for easy debug.
  • Completely open source in both software and hardware, free to modify and change.

How to use this module

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