rtl433
UNKNOWN
RTL-433 utility
|
Philips outdoor temperature sensor. More...
Functions | |
static int | philips_aj7010_decode (r_device *decoder, bitbuffer_t *bitbuffer) |
Philips outdoor temperature sensor – used with various Philips clock radios (tested on AJ7010). More... | |
Variables | |
static char * | output_fields [] |
r_device | philips_aj7010 |
Philips outdoor temperature sensor.
Copyright (C) 2018 Nicolas Jourden nicol as.j ourde n@la poste .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 |
Philips outdoor temperature sensor – used with various Philips clock radios (tested on AJ7010).
This is inspired from the other Philips driver made by Chris Coffey.
A complete message is 40 bits:
40-bit data packet format:
00000000 01000101 00100010 00101001 01001110 : g_philips_21.1_ch2_B.cu8 00000000 01011010 01111100 00101001 00001111 : g_philips_21.4_ch1_C.cu8 00000000 01011010 00000101 00100110 01111001 : gph_bootCh1_17.cu8 00000000 01000101 00011110 00100110 01111101 : gph_bootCh2_17.cu8 00000000 00110110 11100011 00100101 11110000 : gph_bootCh3_17.cu8
Data format is:
00000000 0ccccccc tttttttt TTTTTTTT XXXXXXXX
References bitbuffer::bb, bitbuffer_invert(), bitbuffer::bits_per_row, DATA_DOUBLE, DATA_FORMAT, DATA_INT, data_make(), DATA_STRING, DECODE_ABORT_LENGTH, DECODE_FAIL_MIC, DECODE_FAIL_SANITY, decoder_output_data(), bitbuffer::num_rows, r_device::verbose, and xor_bytes().
|
static |
r_device philips_aj7010 |