Hi Tomek, On 7/10/23, Tomek CEDRO <to...@cedro.info> wrote: > On Mon, Jul 10, 2023 at 3:16 PM Alan C. Assis wrote: >> I decided to test the Xbox Controller driver existent on NuttX source >> tree and it worked, but after few seconds it is loosing the device > > Hey there Alan :-) > > How do you connect to the controller? Is it wireless Bluetooth or USB > cable? >
USB Cable, the driver is for USB: drivers/usbhost/usbhost_xboxcontroller.c > What is the chip that you run the NuttX on? ESP32? > STM32F407, I think you didn't read the blog! :-p > If ESP32 and BLE then disconnects may be related to the BLE stack > problems, I think Petro got into that issue recently..? > I think Xbox requires Bluetooth Classic, that currently it not supported on NuttX. Maybe using BlueKitchen on NuttX it could work, but AFAIK nobody integrated it yet. BR, Alan