RXD TXD GND UART wind speed sensor with temperature measuring | Инструменты

Сохраните в закладки:

Цена:RUB*

Количество:

Доставка в Эль-Монте, по России и СНГ


  • RXD TXD GND UART wind speed sensor with temperature measuring | Инструменты - Фото №1
  • RXD TXD GND UART wind speed sensor with temperature measuring | Инструменты - Фото №1
  • RXD TXD GND UART wind speed sensor with temperature measuring | Инструменты - Фото №1
  • RXD TXD GND UART wind speed sensor with temperature measuring | Инструменты - Фото №1
  • RXD TXD GND UART wind speed sensor with temperature measuring | Инструменты - Фото №1
  • RXD TXD GND UART wind speed sensor with temperature measuring | Инструменты - Фото №1
  • История цены

    *История изменения цены! Указанная стоимость возможно, уже изменилось. Проверить текущую цену - >

    Месяц Минимальная цена Макс. стоимость Цена
    Sep-16-2025 0.20 руб. 0.39 руб. 0 руб.
    Aug-16-2025 0.92 руб. 0.48 руб. 0 руб.
    Jul-16-2025 0.62 руб. 0.83 руб. 0 руб.
    Jun-16-2025 0.31 руб. 0.68 руб. 0 руб.
    May-16-2025 0.38 руб. 0.83 руб. 0 руб.
    Apr-16-2025 0.55 руб. 0.0 руб. 0 руб.
    Mar-16-2025 0.36 руб. 0.40 руб. 0 руб.
    Feb-16-2025 0.86 руб. 0.66 руб. 0 руб.
    Jan-16-2025 0.46 руб. 0.23 руб. 0 руб.

    Новые товары

    Характеристики

    RXD TXD GND UART wind speed sensor with temperature measuring | Инструменты

    Описание товара

    RXD TXD GND UART wind speed sensor with wind temperature measuring Packing list: 1.Wind speed sensor*1pcs 2.The software for communication between the device and the computer. 3.Serial commissioning tool. Software download link: //drive.google.com/drive/folders/1Snqq9Qvbgn0rp5JEYgEMylyNFj7gWK_F?usp=sharing 1.Parameters:

    operating current

    unit

    minimum

    typical

    maximum

    mA

    7

    8

    10

    operating voltage

    unit

    minimum

    typical

    maximum

    V

    3.6

    5

    9.5

    Error

    wind speed measuring error

    unit

    range

    resolution

    Threshold

    precision

    m/s

    0 ~ 4 5

    0 . 1

    0 . 8

    ± 3% ± 0. 1 dgts

    ft / min

    0 ~ 8 8 0 0

    19

    157

    ± 3% ± 1 0dgts

    knots

    0 ~ 8 8

    0 . 2

    1.6

    ± 3% ± 0. 1 dgts

    km/hr

    0 ~ 1 4 0

    0.3

    2.9

    ± 3% ± 0. 1 dgts

    mph

    0 ~ 1 0 0

    0.7

    1.8

    ± 3% ± 0. 1 dgts

    Wind temperature measuring error

    unit

    range

    resolution

    precision

    -1 0℃~50℃

    0.2

    ± 0.2℃

    °F

    14°F ~ 122°F

    0.36

    ± 3.6°F

                3. Communication port

    port definiton

    red

    DC power supply(3.6~ 5V)

    green

    RXD

    white

    TXD

    black

    GND

    4. Specification

    size

    66 * 29.5 * 178mm

    weight

    83.7g

    Operating temperature

    0℃ ~ 5 0℃ (3 2°F ~1 2 2°F)

    Storage temperature

    - 2 0℃ 6 0℃ ( - 4°F 1 4 0°F)

     

     

     

     

     

     

     

      5. Communication protocols 5.1 Brief This protocol is to manipulate the commands and data exchange between the lower machine(the device) and the upper computer, and adopts UART standards to facilitate the re-development for the programmer. 5.2 Range involed the functions regulated in this protocol are: 1) the upper computer to control the wind speed measuring mode to carry out he specified tasks such as measuring wind speed and temperature via commands. 2)。Resending the command due to communication failure such as receiving overtime/mis-response received/receiving calibration and mistake/unauthorized receiving character length. 5.3 Terms upper computer: the specialized intelligent equipment to manage the wind speed measuring mode. lower machine: this device RS232: a kind of 2-wire serial communication standard compatible with bi-serial short distance communication. 5.4 physical sockets 5.4.1  Serial communication electronic standards the mode with 3.3 volt communicates with upper computer via RS232 protocol. 5.4.2  Data transfer mode Adopting asynchronous mode with one starting position and 8 data position 5.4.3  data transfer rate 19200bps。Supporting baud rate up to 19200 bps. 5.5  communication mode 5.5.1  basic mode The upper computer is master node and the module slave node.the module is in receiving state after power on or reset. The module reports the upper computer in format requested by the upper computer after receiving the request by the upper computer. 5.5.2  frame format of the command information: length command data field check in code among which: Length: the whole length of a byte which equals to the addition of length + command character + data field + check in code command: one byte of command information; Data field: command parameter 0 or more bytes. check in code:1 One byte that is the accumulated number of frames. among which:   BIT:  7    6 5 4   3    2   1   0   BIT7: When BIT7 is one that means to reset the maxium/minimum/average values. BIT6: When BIT6 is 1 that means the unit is Celsius unit while 0 for Fahrenheit unit BIT5--4:00     00 of  BIT5—4 means current wind speed value and 01 for maximum reading 10 for minium wind speed and 11 for average wind speed. BIT3: 0 not defined as 0. BIT2—0: wind speed unit        000 M/S , 001 Km/h, 010 Ft/min,  000 for M/S 001 for Km/h and 010 for Ft/min, 011 for Knots and 100 for Mph. 011 Knots, 100 Mph。 Data field: upper computer not applied.        module definition: The 1st and 2nd bytes are wind speed reading while high byte is put at front and low byte at back and the dimension is 0.1. The 3rd byte is the value of Beaufort wind scale. The 4th and 5th bytes are wind temperature value while the high byte is put at front and the low byte back with dimension of 0.1. 5.5.3  1:Example 1 the upper computer sending:03  80  83  the module sending:  08  80  00  0C  01  02  F3  8A  result: current wind speed is 1.2M/S,Beaufort scale degree 1 and Fahrenheit temperature at 75.5℃, And the maximum wind speed will be reset and the average wind speed and minimum wind speed will be current wind speed reading. 2: Example 2: the upper computer sending:03  51  54  module sending:  08  51  01  0C  08  00  FC  6A  result: 26.8Km/h,maximum wind speed is 26.8KM/h 8,Beaufort scale degree8 25.2 Celsius degree.   Kindly Reminder: Due to safety reason,battery will not be included ! Buyer response for all customs duty and import tax involved. Feedback:

    We depend on customers' satisfaction to succeed, your positive feedback of 5 stars is very important to us,if you are satisfied with our product, please leave us a positive feedback ( 5 stars )

    Please do not leave us a negative feedback before contacting with us,we will try our best to solve the problem, please help us to improve. Now if you purchase any products, leave us 5 stars feedback and share it to your social network, such like Facebook, Twitter, VK, Instagram and etc. Send the screenshot to us, you will get an extra discount. Happy shopping online.   


    Трекер стоимости


    Отзывы покупателей

    Новые отзывы о товарах

    ITS 15 Июля 2022, 23:43 #

    Продавец - полный отстой. Кому не жалко своего времени - обращайтесь. Продавец сначала тянул время с отправкой, затем очень долго... Читать отзыв полностью...

    Светлана 21 Октября 2022, 16:08 #

    Yiwu Fente E - Commerce Co Store - недобросовестный продавец с Алиэспресс. 1 сентября сделала заказ (подарок ко дню рождения... Читать отзыв полностью...

    Машенька 05 Января 2022, 20:33 #

    Один раз связалась с этим магазином на Али, товар не получила, возникли сложности с возвратом средств. Очень не добросовестный продавец,... Читать отзыв полностью...

    ольга 17 Января 2023, 06:35 #

    заказала валенки 20.12.22 оплатила , водят за нос последнее прислали липовый трек номер компании СДЭК... Читать отзыв полностью...

    DANNI LOVE 21 Июня 2022, 09:59 #

    Очень рекомендую товар этого продавца, я купил гобелен Тайный ужин, имитация жаккардового эффекта, очень-очень красивая, очень-очень хорошая цена, и цена... Читать отзыв полностью...

    Сергей 20 Декабря 2021, 11:36 #

    Инструккцияпольза ателя ... Читать отзыв полностью...

    Роман Исмаилович Якупов 07 Апреля 2023, 19:48 #

    Здравствуйте . есть у вас 4 шт. ? ... Читать отзыв полностью...


    Отзывы о RXD TXD GND UART wind speed sensor with temperature measuring | Инструменты

    Данную страницу никто не комментировал. Вы можете стать первым.
    Введите символы или вычислите пример:
    captcha