xcarcelle

Results 30 comments of xcarcelle

@badalado : i confirm that this is not working on Android (nor ios), have you done more investigations ? I suspect the HID Descriptor to not ble compatible with android/ios....

@oliveiramaxwell did you use this repo code with teensy ? did you try with Android/ios ? Do you have any success with devices with abs mouse ?

@street-grease-coder : thanks for your interest on this issue and we did several tests enabling the absolute mode in HID Descriptor but neither ios14+ ("ble touchsreen" HID seems to be...

@T-vK : thanks a lot for this absolute example and I have been testing it with Android 8.0 on Huawey MediaPad T5. Below some adjustments on your code to make...

@T-vK @ShiverZm : talking about BLE Touchscreen, I have tested this code-snippet https://github.com/NicoHood/HID/issues/123#issuecomment-723256512 and it looks great on (Android + Arduino Micro). The HID Descriptor (digitizer) and the HID.SendReport seems...

@ShiverZm : did you make abs mouse working on ios with changing mouse to pointer ? I believe there is a way to have abs mouse working on ble for...

@ShiverZm : thanks for the feedback, to confirm you had the absolute mode working ? Could you share your HID to make some tests of performance w/ ios14 ? several...

@ShiverZm do you have a contact e_mail that I can use to ping you ?

Very interesting idea, currently looking at adding absolute coordinates to ESP32-BLE to behave like a touch-screen. Looking at other absolute coordinates HID Mouse implementation : - Usually between each moveToAbs(x,...

Yes totally one needs to know the screen resolution to adjust the moveTo formula. It seems that several Arduino absolute Mouse library exist based on specific HID_REPORT_DESCRIPTOR ? @jrsmile :...