I am developing an Android Application of elder healthcare. The devices I used are Nonin Onyx II 9560 pulse oximeter and Nexus 7 tablet.
The application will allow the pulse oximeter and tablet to communicate with each other. Once the user makes a measurement with pulse oximeter, the reading will transmit to tablet via bluetooth.
I have already completed the connection session, but I don't know how to send command to pulse oximeter, to select the data format and after receiving, how to display the reading of SpO2 and heart rate on the tablet.
My application is quite similar to the Simple Eye application.
I have found someone faces the same problem as me, however he solved his problem by using the code in this website. The code is for a blood pleasure sensor.
The following codes are from my app service class. I didn't purchase the development kit for Nonin Onyx II 9560.
Can anyone help me with these problems. Please provide me some ideas or help me modify my codes. Thanks a lot.