I recently purchased an Arduino Nano and HC-05 bluetooth adapter that I no longer need due to it's lack of USBHID functionality in a separate project I'm working on. I've been looking into purchasing a phone camera grip with bluetooth volume buttons, however before I do so I was wondering if it would be possible to achieve something similar using the leftover Nano, HC-05, and some pushbuttons I have laying around?
I have no knowledge of Android app development, however ideally my hope would be to set up functionality similar to standard headphone buttons (Volume up, volume down, media control button). Any advice on how to proceed, areas to research or if lack of USBHID support would be problematic is greatly appreciated.
Preliminary research has led me to BLEKeyboard, but I'm not sure if that could work on Nano. I'm also interested to find out if plugging the nano to the phone for power would be sufficient as well.
Perhaps convert is the wrong word, I meant more whether there was some way to take the Serial output from the Nano Classic, and modify the volume levels on an Android device (i.e. a Bluetooth remote), or is it absolutely impossible with this?
I see, thanks for letting me know. My hope was to do this without purchasing new parts and use up what I already have, so I suppose I'll save the Nano for something else another time.