Hey all, I am currently trying to find someone else that has BLE working on an Android device using Xamarin. I am currently working on developing against a Nexus 7 with BLE, and I am attempting to connect to a custom BLE device. I am able to scan for the device, find it and connect to it using an variation of the BLE example service code that is on GITHUB. At this point, I am more interested in having someone one that might be willing to be used as a sounding board to bounce some ideas off of, since on the Android side, this is pretty new technology.
The application that I am currently working on right now is using MVVMCross to help with the cross platform pieces for iOS and Android, although, right now, I am focusing on just the Android piece. I am also using a BLE service to do all the communication and broadcast notifications of characteristic changes.
Any tutorials, examples or suggestions of how to properly setup a project to do all of the above would be great.
Thanks.
Chaitanya Marvici