File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 22
33A library to use xbox controller on ESP32.
44
5+ ## Known issue.
6+
7+ The following error occurs on ESP32.
8+ ```
9+ lld_pdu_get_tx_flush_nb HCI packet count mismatch (1, 2)
10+ ```
11+
12+ It does not occur on ESP32C3 (may be also S3) because BLE5 may be needed to communicate with xbox controller.
13+ If you want to use this library without the error, please use ESP32 which supports BLE5.
14+
15+ Related issues:
16+ - [ Connection is not the first time] ( https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32/issues/3 )
17+ - [ BLE service discovery fails on low BLE connections] ( https://github.com/espressif/esp-idf/issues/8303 )
18+ - [ Request of some advice to solve lld_pdu_get_tx_flush_nb HCI packet count mismatch (1, 2)] ( https://github.com/h2zero/NimBLE-Arduino/issues/293 )
19+ - [ Reset scanning state without resetting esp32] ( https://github.com/h2zero/NimBLE-Arduino/issues/417 )
20+
521## Update firmware of controller
622
723This libary is checked with firmware version ` 5.13.3143.0 ` for xbox series X controller.
You can’t perform that action at this time.
0 commit comments