-
Notifications
You must be signed in to change notification settings - Fork 3
HID reports
Alexander Nitsch edited this page Jul 28, 2018
·
4 revisions
- BT Input report 0x01: Sensor data
- BT Feature report 0x04: Bluetooth device addresses
- Controller's own Bluetooth device address (e.g. 11:22:33:44:55:66)
- Host's Bluetooth device address (e.g. AA:BB:CC:DD:EE:FF)
- the addresses are reported as 04 66 55 44 33 22 11 08 25 00 FF EE DD CC BB AA, i.e. the addresses start at offset 0x01 and 0x0A, respectively, and they are stored backwards
- BT Feature report 0x10: Calibration data
- BT Feature report 0x11
- BT Feature report 0xA1: "Response" in authentication scheme with the PS3
- BT Feature report 0xE0: external device access control (EXT connector)
- USB/BT Feature report 0xF1: read access to 1024 bytes of internal Flash memory (containing things such as the controller's Calibration data)
- BT Feature report 0xF7: miscellaneous debug data
- BT Feature report 0xF8
- BT Feature report 0xF9: Firmware version
- BT Feature report 0xFB: Debug data? (state of an internal variable and the output pins PB0–15, PE0–15)
- BT Output report 0x02: Sphere color and rumble, expects a 49 byte buffer (inluding Report ID)
- BT Feature report 0x03: PWM frequency used for driving the sphere's color LEDs
- USB Feature report 0x05: Bluetooth master address
- BT Output report 0x06: Same as Output report 0x02, but expects a 9 byte buffer (inluding Report ID)
- BT Feature report 0xA0: "Challenge" in authentication scheme with the PS3
- BT Feature report 0xE0: external device access control (EXT connector)
- USB/BT Feature report 0xF1: write access to 1024 bytes of internal Flash memory (containing things such as the controller's Calibration data)
- USB Feature report 0xF2: Controller's operation mode
- USB Feature report 0xFA: Sphere color (keeps glowing without need to refresh)
- USB report 0xFB: Debug data? (set state of the output pins PB0–15, PE0–15 and a related internal variable)
- BT Input report 0x01: Button data
- USB/BT Feature report 0xF2: controller's own Bluetooth device address
- the address 11:22:33:44:55:66 is reported as ff ff 00 11 22 33 44 55 66 ?? ?? ?? ?? ?? ?? ?? ??, i.e. the address starts at offset 0x03
- NOTE: unlike with the Move controller, the address is not stored backwards in the report
- USB/BT Feature report 0xF5: host's Bluetooth device address
- the address aa:bb:cc:dd:ee:ff is reported as 01 00 aa bb cc dd ee ff, i.e. the address starts at offset 0x02
- NOTE: unlike with the Move controller, the address is not stored backwards in the report
- USB Feature report 0xF5: host's Bluetooth device address
- the address aa:bb:cc:dd:ee:ff must be written as 01 00 AA BB CC DD EE FF, i.e. with the address starting at offset 0x02
- NOTE: unlike with the Move controller, the address is not to be written backwards in the report