Replies: 1 comment
-
Hi! The Bangle. does have Joystick emulation built in (there's a link to the HID descriptor at espruino/BangleApps#349 (comment)) - it's XY axis and 5 buttons. There's an app to use it at https://banglejs.com/apps/?id=hidjoystick as well You can change the HID report which will change how the controller shows up, but doing that's reasonably advanced as you'll probably have to figure out from the device you want to clone exactly what needs to be in it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I do not own a bangle.js but I do plan to buy one soon; Is there game controller Emulation inside of Bluetooth? I know there's keyboard and mouse emulation, but is there controller emulation? Cause I would like to send inputs to a console or a computer using a bangle.js 2. And if this is possible, is there a way to change how the controller shows up to systems (like show up as a Playstation 3 or Xbox One controller)? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions