Commit 16467ce
committed
feat(subghz): add Honeywell 5834-4 keyfob protocol (#4339)
Add Sub-GHz protocol for the Honeywell 5834-4 wireless security keyfob
(345 MHz, AM/OOK, 48-bit PWM-encoded frames).
Implements encoder, decoder, and Add Manually menu entry with button
mapping (Arm Away/Stay, Disarm, Panic), 20-bit serial extraction,
battery status, and parity validation.1 parent c9ab2b6 commit 16467ce
File tree
7 files changed
+542
-51
lines changed- applications
- debug/unit_tests/resources/unit_tests
- main/subghz
- helpers
- scenes
- lib/subghz/protocols
7 files changed
+542
-51
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
112 | 118 | | |
113 | 119 | | |
114 | 120 | | |
| |||
212 | 218 | | |
213 | 219 | | |
214 | 220 | | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
215 | 231 | | |
216 | 232 | | |
217 | 233 | | |
| |||
0 commit comments