You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the software for a BLE game controller expansion module for the TBS Tango 2. The data transfer between the module and the remote control takes place via CRSF. An output for the BLE connection status is done via an OLED display type SSD1306.
4
+
5
+
## Tested operating systems
6
+
-[x] Windows 11
7
+
-[x] Android 10
8
+
-[x] Pop! OS 22.04 LTS
9
+
10
+
## TODO
11
+
-[ ] Create a case → will be provided to another repo
12
+
-[ ] Creating a PCB → will be provided to another repo
13
+
-[ ] Add a status led
14
+
15
+
## Known bugs / issues
16
+
-[ ] Display shows wrong output for some GAP events
17
+
-[ ] iOS not working. Connection can be established and automatic reconnection also works. RPA works. HID data is also subscribed and sent, but not processed by iOS.
18
+
- Probably needs a closer look with XCode and Packetlogger (Mac required :thinking: )
19
+
- Or a ticket to the Apple Developer Technical Support Team (Apple Developer account required :thinking: )
20
+
-[ ] Pop! OS kernel doesn't recognize HID version when connecting via BLE (always version 0.0) → Works with an XBox Controller
21
+
-[ ] For an Xbox controller, the client configuration descriptor of the report is set to 01 00 (by default). Here the default is 00 00 → Should be according to the specification.
0 commit comments