ماژول دماسنج غیر تماسی مادون قرمز GY-MCU90615 دارای ارتباط سریال
zoom_out_map
chevron_left chevron_right

ماژول دماسنج غیر تماسی مادون قرمز GY-MCU90615 دارای ارتباط سریال

3011020003
0‎ریال (با مالیات) 0‎ریال (بدون مالیات)
اتمام موجودی

معرفی

به وسیله ماژول GY-MCU90615 قادر خواهید بود دمای اشیا را از فاصله دور بدون تماس با اجسام اندازه گیری نمایید. این ماژول را می‌توان توسط پروتکل سریال به آردوینو یا هر میکروکنترلر دیگری متصل  نمود. MLX90615 یک ماژول دماسنج مادون قرمز هوشمند برای اندازه‌گیری دما به روش غیر تماسی می‌باشد. از مشخصات منحصر به فرد این سنسور علاوه بر این که برای اندازه گیری دما نیازی به تماس با جسم مورد نظر ندارد ، نویز بسیار کم و دارای مبدل داخلی ۱۷ بیتی آنالوگ به دیجیتال میباشد که باعث شده است بتوان دما را  با دقت ۰٫۰۲ درجه سانتی‌گراد انداز‌ه‌گیری نمود .

مشخصات

  • پروتکل ارتباطی سریال :
  • انطباق ولتاژی ۳٫۳ ولت الی 5 ولت
  • حالت ذخیره انرژی
  • بادریت 9600 یا 115200 برای برقراری ارتباط سریال

Specification

Power supply: 3-5v
Current: 5ma
Target temperature range : -40°C~ 115°C
Sensor temperature range :-40°C~ 85°C
Baud rate: 9600 or 115200
Size: 14mm * 16mm * 5mm (L * W * H)
To provide computer software to view data
Provide arduino program
Provide 51 microcontroller program
Provide stm32 program

Serial port to send the command byte:
( 1 ), serial communications parameters (baud default value 115200 bps , can be set by software)
          Baud Rate: 9600 bps      parity bit: N    Data bits: 8    Stop bits: 1
          Baud rate: 115200 bps    parity bit: N    Data bits: 8    Stop bits: 1
( 2 ), the module input commands sent by an external controller to the GY-MCU90615 module (hex)
   1 , header: 0xA5
Instruction format: header + command + checksum (8bit) (such as automatic read temperature command = 0xA5 + 0x45 + 0xEA )
   2 , the command instruction: 
Continuous output instruction:
       0xA5 + 0x45 + 0xEA ---------------- temperature data (module returns data type 0x45 )
Query output instructions:
       0xA5 + 0x15 + 0xBA --------------- temperature data (module returns data type 0x45 )
Configuration instructions : ( become effective after power reboot )  
Baud rate configurations:
       0xA5 + 0xAE + 0x53 --------------- 9600
       0xAF + 0x54 0xA5 + --------------- 115200 (default)
Is powered automatically send temperature data configuration:
       0xA5 + 0x51 + 0xF6 --------------- output temperature data automatically after power
       0xA5 + 0x52 + 0xF7 --------------- not automatically after power output temperature data ( default )

Serial port to receive:
( 1 ), serial communications parameters (baud default value 115200 bps , can be set by software)
          Baud Rate: 9600 bps      parity bit: N   Data bits: 8   Stop bits: 1
Baud rate: 115200 bps   parity bit: N   Data bits: 8   Stop bits: 1
( 2 ), the module output format, each frame contains 9 bytes (hex):
 ① .Byte0: 0x5A         Preamble Flags 
 ② .Byte1: 0x5A        Preamble Flags 
 ③ .Byte2: 0x45         The frame data types (0x45 : temperature data)
 ④ .Byte3: 0x04       amount of data (hereinafter 4 data 2 groups for example)
 ⑤ .Byte4: 0x00 ~ 0xFF    Data 1 high 8 bits
 ⑥ .Byte5: 0x00 ~ 0xFF    Data 1 lower 8 bits
 ⑦ .Byte6: 0x00 ~ 0xFF    Data 2 high 8 bits
 ⑧ .Byte7: 0x00 ~ 0xFF    Data 2 lower 8 bits
 ⑨ .Byte8: 0x00 ~ 0xFF   checksum (data accumulation and front, leaving only the lower 8 bits)       
( 3 ), data calculation method
Temperature calculation method :
Temperature = high 8 bits << 8 | lower 8 bits (the result is multiplied by the actual angle 100 )
   Example: Send command: A5 45 EA, received a data:
<5A- 5A- 45- 04- 0C- 78- 0D- 19- A7>
  Represent TO (signed 16bit , represents the target temperature): TO = 0x0C78 / 100 = 31.92 ° C
  Represents TA (signed 16bit , represents the ambient temperature): TO = 0x0D19 / 100 = 33.53 ° C

Instruction

The module for the serial output data, the user is connected via the serial port to send output command, for example 0xA5 + 0x45 + 0xEA to the module, the module output temperature data continuously; To query output can be sent 0xA5 + 0x15 + 0xBA to the module, each send once, the module will return once the temperature data, queries should be lower than the frequency of 10hz , For higher than 10hz use continuous output mode, ie send 0xA5 + 0x45 + 0xEA instruction;

Note: Module I / O is TTL level, you can, with direct serial connection with the microcontroller directly PL2303, CH340, FT232 connected to other chips, but not directly connected to the computer nine-pin serial port.

امتیاز شما

  • امیر رزاقی | بیش از 3 سال قبل
    لطفاً نوع رنج بالای این ماژول رو هم بیارین رنج حداقل 500+ درجه جهت تهیه صفحه هیتر نیاز دارم
    پاسخ | گزارش
    0 thumb_down
    0 thumb_up
  • محمد حسین حق شناس | بیش از 3 سال قبل
    سلام، لطفا اگر ممکنه این قطعه رو موجود کنید. خیلی نیاز دارم ... باتشکر
    پاسخ | گزارش
    0 thumb_down
    0 thumb_up
  • حمیدرضا هاشمی | بیش از 3 سال قبل
    ببخشید اگه ممکنه ماژول های در شرایط فعلی جنبه حیاتی دارن رو در اولیت قرار بدین
    پاسخ | گزارش
    0 thumb_down
    0 thumb_up
  • حمیدرضا هاشمی | بیش از 3 سال قبل
    سلام. کی موجود می شه ؟
    پاسخ | گزارش
    0 thumb_down
    0 thumb_up
  • فراز دوست قرین | بیش از 3 سال قبل
    سلام
    کی موجود میشه ؟
    پاسخ | گزارش
    0 thumb_down
    0 thumb_up
    • پشتیبانی فروشگاه | بیش از 3 سال قبل
      سلام، زمان تجدید موجودی مشخص نمی باشد. با استفاده از گزینه "موجود شد به من خبر بده" میتوانید بوسیله ایمیل، از تجدید موجودی این کالا مطلع شوید.
      پاسخ | گزارش
      0 thumb_down
      0 thumb_up
  • Amin keramati | بیش از 3 سال قبل
    سلام آیا دقت این سنسور جهت سنجش دمای بدن ، قابل قبول میباشد؟
    پاسخ | گزارش
    0 thumb_down
    0 thumb_up
    • پشتیبانی فروشگاه | بیش از 3 سال قبل
      سلام، برای کاربرد مورد نظر قابل استفاده می باشد.
      پاسخ | گزارش
      0 thumb_down
      0 thumb_up
  • سامان دیناروند | بیش از 3 سال قبل
    سلام. موجود کنید دیگه...
    پاسخ | گزارش
    0 thumb_down
    0 thumb_up
  • حسن زکی زاده | بیش از 3 سال قبل
    سلام ؛ لطفا هر چه سریع تر موجود کنید
    پاسخ | گزارش
    0 thumb_down
    0 thumb_up
  • سعید قالیباف | بیش از 3 سال قبل
    با سلام. این کالا چه زمانی موجود می‌شود؟ آیا سنسور آن موجود است؟
    پاسخ | گزارش
    0 thumb_down
    0 thumb_up
    • پشتیبانی فروشگاه | بیش از 3 سال قبل
      سلام، متاسفانه امکان اعلام زمان مشخص برای ترخیص و تجدید موجودی در فروشگاه میسر نمی باشد.
      با استفاده از گزینه "موجود شد به من خبر بده" میتوانید بوسیله ایمیل، از تجدید موجودی این کالا مطلع شوید.
      پاسخ | گزارش
      0 thumb_down
      0 thumb_up
  • مهدی امجدی | بیش از 3 سال قبل
    اگر امکانش هست این قطعه رو وارد کنید

    https://uk.farnell.com/panasonic-electronic-components/amg8833/temperature-sensor-ir-2-5deg-c/dp/2576419?st=grideye
    پاسخ | گزارش
    0 thumb_down
    0 thumb_up
ویرایش نظر
  یا لغو