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
Please Guys, i'm very desperate.
www.catb.org/.../smart-questions.html
So what work have you done on this so far? Where are you stuck?
i used a lib that turns my bluefruit into a joystick usb, but i need bluetooth. the bluefruit support tell me that they don't support this feature for now, but i need il little time cuz is a project and i have a deadline. so i need that the bluetooth in acting like a serial port and give to the pc the imput ( like buttons and analog ) the product that i buy is : www.adafruit.com/.../2661
@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.