rct
8fb0c0895e
Acurite 592TXR Temperature/Humidity Sensor
...
- Add support for 592TXR "Tower" temperature/humidity sensor
- Alternate 5n1 weather station shared device decode with 592TXR
- Wind direction decoding matches Aculink bridge and Acurite 1512 consoles
- More reliable decoding/detection with PWM_TERNARY demod (wider level range)
- Timestamps on 5n1 output
- Original 5n1 implementation left unchanged for compatibility
2015-11-07 17:46:31 -05:00
rct
67dc53df1f
Acurite 592TXR Temperature/Humidity Sensor
...
- Add support for 592TXR "Tower" temperature/humidity sensor
- Alternate 5n1 weather station shared device decode with 592TXR
- Wind direction decoding matches Aculink bridge and Acurite 1512 consoles
- More reliable decoding/detection with PWM_TERNARY demod (wider level range)
- Timestamps on 5n1 output
- Original 5n1 implementation left unchanged for compatibility
2015-11-07 17:02:33 -05:00
Benjamin Larsson
5a619badb9
Merge pull request #198 from AlexandreCo/wip
...
fix Makefile.am and rename rfwireless device and file name
2015-11-05 21:44:23 +01:00
Benjamin Larsson
23dc94c1b0
Merge pull request #196 from foldynl/master
...
WT450: Fix parity computation, error messages only in debug mode
2015-11-05 21:43:38 +01:00
AlexandreCo
a54167d458
rename r_device->name from "RF Wireless Temp Transmitter" to "Generic temperature sensor 1"
2015-11-05 20:52:05 +01:00
AlexandreCo
a70b6716bb
rename source / callback generic_temperature_sensor
2015-11-05 20:28:50 +01:00
AlexandreCo
240b43592b
change r_device->name from ""KW9015B Transmitter" to "Inovalley kw9015b rain and Temperature weather station"
2015-11-05 19:27:34 +01:00
AlexandreCo
fc38408468
fix makefile.am
2015-11-05 19:24:19 +01:00
Benjamin Larsson
7a5c494f7d
Merge pull request #197 from AlexandreCo/wip
...
Wip
2015-11-03 22:09:01 +01:00
AlexandreCo
1541670660
add new noname wireless wheather station
2015-11-02 22:11:02 +00:00
AlexandreCo
10ae9f7c68
add Inovalley kw9015b rain and temperature weather station
2015-11-02 21:58:48 +00:00
Ladislav Foldyna
446247d79f
WT450: Fix parity computation, error messages only in debug mode
2015-11-02 14:55:55 +01:00
Benjamin Larsson
578ad198b5
Merge pull request #194 from robho/sync_read_buffer_scope
...
Only allocate synchronous read buffer if synchronous reads are used
2015-10-21 18:15:47 +02:00
Benjamin Larsson
46c2c4cb4e
Merge pull request #193 from robho/remove_decimation_getopt
...
Remove unused command line argument 'c' (used to be decimation level)
2015-10-21 18:14:25 +02:00
Robert Högberg
dc5a44ebcb
Only allocate synchronous read buffer if synchronous reads are used
2015-10-21 17:21:12 +02:00
Robert Högberg
51d4eabf10
Remove unused command line argument 'c' (used to be decimation level)
2015-10-21 17:15:23 +02:00
Benjamin Larsson
970f4228de
Merge pull request #192 from robho/share_buffer_memory
...
Share memory between fm buffer and temporary buffer
2015-10-18 19:57:12 +02:00
Benjamin Larsson
01635c7617
Merge pull request #191 from robho/efergy_e2_classic
...
Add support for Efergy e2 classic
2015-10-18 19:51:30 +02:00
Benjamin Larsson
7b40b05c68
Merge pull request #190 from robho/lowpass_off_by_one
...
Include the last sample when saving samples between filter runs
2015-10-18 19:49:12 +02:00
Robert Högberg
10e5c02c07
Add support for Efergy e2 classic
2015-10-17 22:18:26 +02:00
Robert Högberg
5b4ec0e1fe
Share memory between fm buffer and temporary buffer
...
The temporary buffer and the fm buffer are not used at the same
time, so the allocated memory can be shared between the two buffers.
This reduces memory usage by 8MB (~30 %)
2015-10-16 20:21:31 +02:00
Robert Högberg
a621590cf4
Include the last sample when saving samples between filter runs
2015-10-16 19:06:30 +02:00
Benjamin Larsson
89564cde17
Merge pull request #188 from smallsam/master
...
Added missing wt450.c for autoconf compile
2015-10-14 18:36:11 +02:00
Benjamin Larsson
d192a34800
Merge pull request #189 from robho/minor_doc_update
...
Minor documentation update
2015-10-14 18:35:51 +02:00
Robert Högberg
494601e49c
Minor documentation update
2015-10-14 18:33:12 +02:00
Sam Richards
27ca7f61e1
Added missing wt450.c for autoconf compile
2015-10-14 12:21:40 +10:00
Benjamin Larsson
12e012e79a
Merge pull request #186 from ygator/master
...
Lacrosse Weather Station Decoding cleanup
2015-10-09 20:44:22 +02:00
YGator
2e8fa35e87
Lacrosse Weather Station Decoding cleanup
2015-10-09 13:49:48 -04:00
Benjamin Larsson
82efdbd913
Merge pull request #185 from rct/quiet-mode
...
Added quiet mode (-q) to suppress non-data related messages
2015-10-09 10:45:41 +02:00
Benjamin Larsson
393b3e3e38
Merge pull request #184 from rct/read-stdin
...
Read data from stdin with '-'
2015-10-09 10:40:47 +02:00
rct
ad164da274
Added quiet mode (-q) to suppress non-data related messages
2015-10-08 21:46:10 -04:00
rct
8b5da1d856
Read data from stdin with '-'
2015-10-08 19:59:01 -04:00
Benjamin Larsson
79532adf02
Merge pull request #183 from rct/dsc-sensor-crc
...
DSC Security Contact added CRC-8 calc/check
2015-10-08 20:11:28 +02:00
Benjamin Larsson
a6071b302f
Merge pull request #181 from ygator/master
...
Updated decoding of Lacrosse Weather Station
2015-10-08 20:08:50 +02:00
rct
85b566fc2b
Updated crc8 to take initial CRC value as a parameter
2015-10-07 23:52:00 -04:00
rct
c64e7ff834
DSC Security Contact added CRC-8 calc/check
...
* Added "little-endian" CRC-8 calculation
* Moved reverse8() to util.c
* Quieted WT450 callback false positive messages
2015-10-07 23:11:30 -04:00
YGator
202ed07f2e
Updated decoding of Lacrosse Weather Station
2015-10-07 14:04:00 -04:00
Benjamin Larsson
fdb1d08c73
Merge pull request #180 from ygator/master
...
LaCrosse Weather Station WS-2310TWC changes
2015-10-06 23:43:25 +02:00
YGator
23c47b7b67
LaCrosse Weather Station WS-2310TWC changes
2015-10-06 17:37:15 -04:00
Benjamin Larsson
efa4ab782d
Merge pull request #178 from Alberts00/master
...
Adding Esperanza EWS
2015-10-06 23:07:20 +02:00
Alberts Saulītis
d3a64312a6
Added Esperanza EWS
2015-10-06 23:25:56 +03:00
Benjamin Larsson
311f00ba6f
Merge pull request #176 from ygator/master
...
New Lacrosse Weather Station Decoding
2015-10-06 11:35:13 +02:00
YGator
7dc999e4eb
New Lacrosse Weather Station Decoding
2015-10-05 20:51:20 -04:00
Benjamin Larsson
296ba8e694
Merge pull request #175 from foldynl/WT450
...
WT450: Add missing the supported device label in README file.
2015-10-05 23:04:23 +02:00
Ladislav Foldyna
57225bc820
WT450: Add missing the supported device label in README file.
2015-10-05 22:33:42 +02:00
Benjamin Larsson
6bcd3b1439
Merge pull request #174 from foldynl/WT450
...
Wt450 device
2015-10-05 22:04:41 +02:00
Ladislav Foldyna
a587fa2a23
WT450: Better packet detection, battery indicator
...
Callback function checks parity of each received packet.
If parity bit does not match then decoded information are
not displayed.
Add support for decoding a low battery indicator.
2015-10-05 21:23:32 +02:00
Benjamin Larsson
7faa99bb22
Merge pull request #173 from robho/fix_automake_build
...
Fix automake builds
2015-10-03 00:57:03 +02:00
Benjamin Larsson
e603dc5c63
nexus: clean up the nexus protocol
...
Make sure it doesn't collide with the rubicson protocol.
2015-10-03 00:54:45 +02:00
Benjamin Larsson
bcfa2628b8
rubicson: implement crc and other parameters
2015-10-03 00:54:45 +02:00