-
Notifications
You must be signed in to change notification settings - Fork 124
0xA4
Portisch edited this page Nov 5, 2018
·
6 revisions
This is the standard sniffing mode for PT2260, PT2262, PT2264, EV1527, etc devices.
Any decoded RF data will be sent to the host. This type of sniffing is activated on power up.
Hex: AA A4 24 E0 01 40 03 84 D0 03 58 55
Data | Description |
---|---|
0xAA |
uart sync init |
0xA4 |
uart command |
0x24, 0xE0 |
Tsyn (9440µs) |
0x01, 0x40 |
Tlow (320µs) |
0x03, 0x84 |
Thigh (900µs) |
0xD0, 0x03, 0x58 |
24bit Data |
0x55 |
uart sync end |