MHeironimus / ArduinoJoystickLibrary

An Arduino library that adds one or more joysticks to the list of HID devices an Arduino Leonardo or Arduino Micro can support.
GNU Lesser General Public License v3.0
2.12k stars 411 forks source link

Bluetooth support #96

Open legomolina opened 6 years ago

legomolina commented 6 years ago

Description Is possible to use this library with any Bluetooth module for Arduino?

Nyako01 commented 5 years ago

if you want to make a wireless controller with bluetooth. You need a wireless HID like RN 42 (Bluetooth HID)

PascalLeroi commented 5 years ago

I use a Feather 32u4 Bluefruit LE and after a lot of trying I stumbled across this library, which makes it work awesome via USB, but I would indeed like to know how to use it over bluetooth :) What changes do I need to make and such. Thanks in advance.

rndsumgen commented 5 years ago

Betting it suffers from the problem I was having with the Feather M4 express which is it cuts off the SPI pin Not sure if it's changing clock or buss communication but betting it's one of the two interesting it does it on a different chip.

HasbiGurel commented 3 years ago

https://github.com/hasbeeen/arduino-bt-game-steering-wheel-.git I added bluetooth and jayroscobe with a simple coding, I think it works fine.