Editing DS4-BT
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 914: | Line 914: | ||
This formula seems to work for all packets (0x11..0x18). | This formula seems to work for all packets (0x11..0x18). | ||
Packet 0x19 looks like clamped by max packet size. | Packet 0x19 looks like clamped by max packet size. | ||
Additional Info: | |||
1. The CRC32 polynomial is (uint32_t)0xEDB88320 and not (uint32_t)0x4C11DB7 as shown above. | |||
2. Send fist report as above report example (with Byte[4] set to 0xf0 (as shown)). Increment Byte[5]. | |||
3. Make changes to the control bytes as needed -> Rumble,Leds,etc. Send next report with (with Byte[4] set to 0xf3. Increment Byte[5]. | |||
4. Make changes to the control bytes as needed -> Rumble,Leds,etc. Increment Byte[5]. | |||
{| class="wikitable" | {| class="wikitable" |