i need to make my bluefruit LE micro like a bluetooth joystick. how i can do? i use this library github.com/.../Joystick.cpp
i need to make my bluefruit LE micro like a bluetooth joystick. how i can do? i use this library github.com/.../Joystick.cpp
@Manrich: You would need to test the BLE functionality of the module first. What you need to look into is the AT command for setting up GATT server, and GAP advertising packet. You can look here and here.
I'm not sure there is an library to use the board as a BLE joystick (HID device). You may want to ask on Adafruit forum.
@Manrich: You would need to test the BLE functionality of the module first. What you need to look into is the AT command for setting up GATT server, and GAP advertising packet. You can look here and here.
I'm not sure there is an library to use the board as a BLE joystick (HID device). You may want to ask on Adafruit forum.