rtl433
UNKNOWN
RTL-433 utility
|
Kedsum temperature and humidity sensor (http://amzn.to/25IXeng). More...
Functions | |
static int | kedsum_callback (r_device *decoder, bitbuffer_t *bitbuffer) |
Largely the same as esperanza_ews, s3318p. More... | |
Variables | |
static char * | output_fields [] |
r_device | kedsum |
Kedsum temperature and humidity sensor (http://amzn.to/25IXeng).
My models transmit at a bit lower freq. of around 433.71 Mhz. Also NC-7415 from Pearl.
Copyright (C) 2016 John Lifsey Enhanced (C) 2019 Christian W. Zuckschwerdt zany@ triq .net
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
|
static |
Largely the same as esperanza_ews, s3318p.
Frame structure:
Byte: 0 1 2 3 4 Nibble: 1 2 3 4 5 6 7 8 9 10 Type: 00 IIIIIIII BBCC++++ ttttTTTT hhhhHHHH FFFFXXXX
References bitbuffer_extract_bytes(), bitbuffer_find_repeated_row(), bitbuffer::bits_per_row, crc4(), DATA_DOUBLE, DATA_FORMAT, DATA_INT, data_make(), DATA_STRING, decoder_output_data(), and bitbuffer::num_rows.
r_device kedsum |
|
static |