DS18B20 مسبار درجة الحرارة المقاوم للماء – أسود (1 متر) شريحة أصلية

70.00 جنية

  1. A probe by new original installation import DS18B20 temperature sensor chip.
  2. Stainless steel tube encapsulation waterproof moistureproof prevents rust.
  3. Stainless steel shell (6 * 45 mm), lead length 100 mm (shielding wire) use stability;
  4. 3.0 V-5.5 V power supply;
  5. Temperature range wide: -55 ℃ ~ + 125 ℃;
  6. Without the external components, the unique single bus.

 66.00

  1. A probe by new original installation import DS18B20 temperature sensor chip.
  2. Stainless steel tube encapsulation waterproof moistureproof prevents rust.
  3. Stainless steel shell (6 * 45 mm), lead length 100 mm (shielding wire) use stability;
  4. 3.0 V-5.5 V power supply;
  5. Temperature range wide: -55 ℃ ~ + 125 ℃;
  6. Without the external components, the unique single bus.
يشارك:

رقاقة مسبار مستشعر درجة الحرارة DS18B20 مع غطاء مسبار مقاوم للماء عالي الجودة من الفولاذ المقاوم للصدأ ومضاد للصدأ. مثالية للحصول على درجة حرارة التربة، واردوينو وأنظمة التطوير الأخرى.
سمات:

  • غلاف ستانلس ستيل (6*30 ملم) طول الرصاص 100 سم
  • 3.0 فولت ~ 5.5 فولت تيار مستمر مصدر الطاقة
  • نطاق درجة الحرارة -55 درجة مئوية ~ 125 درجة مئوية
  • لا توجد مكونات خارجية، واجهة حافلة واحدة فريدة من نوعها
  • خيوط الإخراج: ستكون واحدة من التكوينات أدناه.

 

قم بتوصيل المسبار مع برنامج Arduino التعليمي الخاص بك (garagelab)

اتصال:؟The sensor has 3 wires: red (VCC), black (GND) and white/yellow (DATA).
Connect the red to 5V, the black to GND and the white to the digital pin D10. Then, put a 4.7kohm resistor between the white wire and the 5V.
الآن، تحميل وتثبيت هذا؟مكتبة. ثم قم بتحميل الكود التالي:

1TP5 يشمل كثافة العمليات DS18S20_Pin = 10؛ // DS18S20 دبوس الإشارة على الرقمي 2 // شريحة درجة الحرارة i/o OneWire ds(DS18S20_Pin); // على الدبوس الرقمي 2 void setup(void) { Serial.begin(9600); } حلقة باطلة (باطلة) {درجة حرارة الطفو = getTemp(); // سوف يستغرق حوالي 750 مللي ثانية لتشغيل Serial.println(درجة الحرارة)؛ } float getTemp(){ // إرجاع درجة الحرارة من DS18S20 واحد إلى DEG درجة مئوية بايت data12؛ بايت addr8؛ if ( !ds.search(addr)) { // لا يوجد المزيد من أجهزة الاستشعار في السلسلة، قم بإعادة ضبط البحث ds.reset_search(); العودة -1000؛ } if ( OneWire::crc8( addr, 7) != addr7) { Serial.println("CRC غير صالح!"); العودة -2000؛ } if ( addr != 0x10 && addr != 0x28) { Serial.print("لم يتم التعرف على الجهاز"); العودة -3000؛ } ds.reset(); ds.select(addr); ds.write(0x44,1); // بدء التحويل، مع تشغيل الطفيلي في النهاية تأخير (750)؛ // انتظر حتى يكتمل تحويل درجة الحرارة byte Present = ds.reset(); ds.select(addr); ds.write(0xBE); // قراءة المسودة for (int i = 0; i < 9; i ) { // نحتاج إلى 9 بايت data[i] = ds.read(); } ds.reset_search(); بايت MSB = data1؛ بايت LSB = البيانات؛ قراءة درجة الحرارة العائمة = ((MSB << 8) | LSB)؛ // استخدام تعويم مجاملة لاثنين درجة الحرارة مجموع = درجة الحرارة / 16؛ إرجاع مجموع درجات الحرارة؛ }

The above code acquires the temperature in Celsius and display it over the serial connection. The Arduino checks if the sensor is connected. Then it sends the sensor address and reads the data.
Open the serial monitor and start reading the temperature!

يمكنك أيضًا تحويل الدرجة المئوية إلى فهرنهايت. استمتع بوقتك!

مراجع:
http://bildr.org/2011/07/ds18b20-arduino/
http://www.arduino.cc/playground/Learning/OneWire
https://rik94566.wordpress.com/tag/miles-burton/

ورقة البيانات:
http://dlnmh9ip6v2uc.cloudfront.net/datasheets/Sensors/Temp/DS18B20.pdf

This is DS18B20 Water Proof Temperature Probe – Black (1m) Original Chip which is based on the DS18B20 sensor.

It is very handy for when you need to measure something far away, or in wet conditions. Because they are digital, you don’t get any signal degradation even over a long distances.

These 1-wire digital temperature sensors are fairly precise (±0.5°C over much of the range) and can give up to 12 bits of precision from the onboard digital-to-analog converter.

They work great with any microcontroller using a single digital pin, and you can even connect multiple ones to the same pin, each one has a unique 64-bit ID burned in at the factory to differentiate them. Usable with 3.0-5.0V systems. When using with microcontroller put a 4.7k resistor to sensing pin, which is required as a pull-up from the DATA to VCC line.

Wired connection

Red: VCC/VDD
Yellow/White: DATA
Black: أرض


سمات :

  1. Each pin uses a heat-shrinkable tube to prevent short circuits, internal sealing glue, waterproof, moistureproof.
  2. Stainless steel tube encapsulation waterproof moistureproof prevents rust.
  3. Stainless steel tube 6mm diameter by 30mm long
  4. Contains DS18B20 temperature sensor
  5. 9 to 12-bit selectable resolution
  6. Uses 1-Wire interface- requires only one digital pin for communication
  7. Unique 64 bit ID burned into the chip
  8. Multiple sensors can share one pin
  9. Temperature-limit alarm system
  10. Query time is less than 750ms
  11. Without the external components, the unique single bus.

Note: The probe wire length may vary ±3%


الشحنة تحتوي :

1 x Waterproof Digital Thermal Probe DS18B20 1 meter cable.

قد يعجبك أيضاً…

عربة التسوق
تسجيل الدخول


لا يوجد حساب بعد؟

إنشاء حساب
اقدر اخدمك ازي يا فندم ؟
مسح الرمز