wiredopposite / OGX-Wireless-Lite

Bluetooth LE gamepad adapter for multiple game consoles.
Other
14 stars 0 forks source link

Not an issue but...... #6

Open mrdude2478 opened 2 weeks ago

mrdude2478 commented 2 weeks ago

I tested this on esp32-s3 (Lolin S3 Pro) and it works fine, although the bootloader address to flash on that device is 0x0 and not 0x1000. If you flash the bootloader at the address 0x1000 you end up getting stuck in a boot loop. Also a great board for this would be the LilyGO T-Dongle-S3, https://github.com/Xinyuan-LilyGO/T-Dongle-S3.

That way it looks good, and it litterally just plug in and go. You could also use the tfp display on that dongle to show the state and the onboard button to switch between them. Also it has an addressable led which is another was to see the state.

I also could connect to bluetooth on my laptop because my laptop bluetooth doesn't support bluetooth LE but it worked fine on my phone which does have this bluetooth version. You could probably mention this in the readme file so that noobs like me can know this in advance.

Thanks though, this is a great project.