Connect a Xbox gamepad using MicroPython

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
CubeLegend
Posts: 1
Joined: Fri May 20, 2022 12:24 pm

Connect a Xbox gamepad using MicroPython

Post by CubeLegend » Thu Jun 02, 2022 5:29 pm

Hey I am trying to connect a xbox wireless controller rev3 (the one with the share button) to my esp32, using MicroPython. But when I try to connect to it using BLE#gap_connect, I instantly get a disconnect Event. Any help us appreciated thanks in advance.

Here is my code: https://gist.github.com/CubeLegend/f77c ... c6508cdaf2

Post Reply