Changes

Jump to: navigation, search

Integration of bluglu device

96 bytes added, 10:26, 6 August 2013
no edit summary
{{Main|Mobile Medical Device Integration}}
 
== Our task ==
* To integrate bluglu device into the Mobile Medical Device Integration project to enable the project's functionality of connecting blood glucose devices.
== Current Work ==
''' Adding multiple manufacturer support to MMDI'''
* Rebuild our Mobile Medical Device Integration project to support multiple Bluetooth servers and Bluetooth clients.
** Before we started the current task, our project support supports only a Bluetooth server instance which is used to receive measurements from A&D blood pressure meter and weight scale.
** So at beginning, we tried to update our project to support multiple Bluetooth servers because we asserted that the bluglu device work the same way as A&D devices. The bluglu device communication protocol specification (UDCP) does mention what work mode it takes.
** Based on the further info from UHN, we knew that bluglu device work as slave, which means blugle device works as Bluetooth server. Therefore, we started to add Bluetooth client support for our project in order to be able to communicate with bluglu devices.
** The last stage of this part of work is to reconstruct the MMDI project to refine the program structure due to both Bluetooth server and client sharing several general parts.
''' Probing Bluetooth communication process between bluglu and Android devices '''
* We've know the paring process (see the documentation below) based on the info from UHN.
* Based on experiments, it seemed that the Android have been able to connect to bluglu device using fixed Bluetooth port number (#3).
** But we are not sure the connection is on the right way because the next step doesn't work.
* we are stuck at sending UDCP commands when trying to communicate with bluglu using Android device(see issues below).
== Current Issues ==
* Command Explanation:
** Device commands can be issued from the host to request data such as the the battery level. Device commands do not get passed to the sensor that is attached to the bluglu (glucose meter).
 
** Raw commands are sent from the host to bluglu. Bluglu will then strip out the actual raw packet and pass that to the sensor that is attached.
1
edit

Navigation menu