rtl433
UNKNOWN
RTL-433 utility
|
GT-WT-02 sensor on 433.92MHz. More...
Functions | |
static int | gt_wt_02_process_row (r_device *decoder, bitbuffer_t *bitbuffer, int row) |
GT-WT-02 sensor on 433.92MHz. More... | |
static int | gt_wt_02_callback (r_device *decoder, bitbuffer_t *bitbuffer) |
Variables | |
static char * | output_fields [] |
r_device | gt_wt_02 |
GT-WT-02 sensor on 433.92MHz.
Copyright (C) 2015 Paul Ortyl
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.
|
static |
References gt_wt_02_process_row(), and bitbuffer::num_rows.
|
static |
GT-WT-02 sensor on 433.92MHz.
Example and frame description provided by https://github.com/ludwich66
[01] {37} 34 00 ed 47 60 : 00110100 00000000 11101101 01000111 01100000 code, BatOK,not-man-send, Channel1, +23,7°C, 35%
[01] {37} 34 8f 87 15 90 : 00110100 10001111 10000111 00010101 10010000 code, BatOK,not-man-send, Channel1,-12,1°C, 10%
Humidity:
SENSOR: GT-WT-02 (ALDI Globaltronics..)
TYP IIIIIIII BMCCTTTT TTTTTTTT HHHHHHHX XXXXX
TYPE Description:
A Lidl AURIO (from 12/2018) with PCB marking YJ-T12 V02 has two extra bits in front.
References bitbuffer::bb, bitbuffer_extract_bytes(), bitbuffer::bits_per_row, DATA_DOUBLE, DATA_FORMAT, DATA_INT, data_make(), DATA_STRING, and decoder_output_data().
Referenced by gt_wt_02_callback().
r_device gt_wt_02 |
|
static |