Skip to content

Commit 0507c32

Browse files
committed
Add information of HCI packet count mismatch error on readme
1 parent c49fff8 commit 0507c32

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
A 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

723
This libary is checked with firmware version `5.13.3143.0` for xbox series X controller.

0 commit comments

Comments
 (0)