Hi,
We are developing a device for an Assistive Technology project using Nordic NRF52480.
We would like to port to BlueTooth Generic HID (over GATT) an exising device, that is currently based on USB generic_HID.
We could implement it on a nordic demo-board and communicate with it on Windows (accessing to it as a standard HID device).
But we have problems on Android and iOS, where the device is not recognized (iOS), or where generic HID is already used by OS itself (Android).
Do you have some demo-project how to do this on Android-iOS?
BTW: if possible we woud like to use Xamarin for our Mobile application, with the target to have a unique multi-platform App (Android, iOS, UWP).
Thank you very much for your time!
G.Hofmann