Hi all,
We have implemented the wireless mouse example on some custom hardware and it works great. We need to do something a little different however, and send absolute cursor positions to a Windows PC.
Despite my searches, I haven't found any information that might help with this. I feel like we should be implementing something else, like a digitizer or a touchscreen. A synaptics trackpad is basically what we are reading, but we want to pass the data via BLE.
Can anyone suggest a method of doing this (absolute cursor positioning over BLE)? I'm trying to stay away from custom Windows drivers if possible, and all the better if we can 'hack' the wireless mouse app to do what we want. If nothing else, if you have any possible links, they would be much appreciated!
Thanks....