tcoppex / mbed-ble-hid

:raising_hand: Implement Human Interface Device over Bluetooth Low Energy on a Mbed stack (Arduino nano 33 BLE).
MIT License
51 stars 16 forks source link

State of the project? #16

Closed beyarkay closed 2 years ago

beyarkay commented 2 years ago

Hi there, I'm just wondering what the state of this repo is? (abandoned, forgotten about, original author doesn't have enough time, etc). I saw the deprecation notice on the readme but can't see any information about why, so some info on that would also be great

I'm needing to use an Arduino Nano BLE as a keyboard for a year-long research project, so if someone can update me on current issues/problems or why the project was deprecated, that would be amazing. I have a fair amount of time to dedicate to making this a working interface and would love to do so, but don't really want to go in blind unless I have to.

Thanks!

tcoppex commented 2 years ago

Hi @beyarkay,

The problem was stated in a previous issue, basically a firmware / mbed OS upgrade made the lib deprecated and my attempts to solve this were unsuccessful.

It is not dead per se but it is true I do not work on it on a consistent basis. You can check the last development on the dev branch here which is better but still not perfect. You are of course welcome to submit a PR if you find something and feel like it.

Cheers.

beyarkay commented 2 years ago

Okay thanks, I will check out the dev branch and see what I can do.