Difference between revisions of "Phonegap Healthcare Adapter"

From CDOT Wiki
Jump to: navigation, search
(The Problem)
Line 56: Line 56:
  
 
[[File:nexjMobile.png]]
 
[[File:nexjMobile.png]]
 +
  
 
=== PhoneGap API ===
 
=== PhoneGap API ===
Line 75: Line 76:
 
==== Android ====
 
==== Android ====
 
* Extend native bluetooth adapter for this device
 
* Extend native bluetooth adapter for this device
 +
  
 
== Project Repository ==
 
== Project Repository ==
+
* https://bitbucket.org/cwdesautels/nexj-mobile-bluetooth-adapter
 +
=== Mercurical HowTo ===
 +
* [https://developer.mozilla.org/en-US/docs/Mercurial Mozilla Mercurial Docs]
 +
=== Branching Rules ===
 +
* Branch names in lowercase
 +
* Hyphenate branch names if required
 +
** ''bluetooth-plugin''
 +
* Branch names must either be:
 +
** A bitbucket issue, example: ''issue-14 OR bug-14''
 +
** A feature name, example: ''cryptography-bug''
 +
 
  
 
== Resources ==
 
== Resources ==

Revision as of 17:28, 3 August 2012


Phonegap Healthcare Adapter for NexJ


Project Goal

Develop an adapter to enable NexJ's Mobile Healthcare solutions to interact with Bluetooth peripherals.


Contributors


Supported Versions

OSX

  • Xcode 4.3 +
  • OSX 10.7 +
  • iOS 4.3 +
  • Bluetooth SPP capable

Android

  • Eclipse 3.6.2 +
  • ADT Latest
  • Java 1.6 +
  • Minimum OS: 2.2
  • Recommended OS: latest
  • Bluetooth SPP capable


Project Status


Project Backlog

Investigation

iOS

  • Bluetooth can work on simulators
  • Deploying to devices, requires enrollment in the developer program
  • Understand Objective C
  • Understand iOS best practice development
  • Understand iOS PhoneGap plugin best practices

Android

  • Bluetooth does not work on emulator
  • Understand ADK best practice development
  • Understand ADK PhoneGap plugin best practices

The Problem

NexJ's mobile health movement requires its smartphone health coach application to have the ability to read medical measurement data from bluetooth capable devices, The devices included in the initial project proposal are as follows: blood pressure device, glucose level measuring device and a weight measuring device.

The health coach application will be designed to use PhoneGap a rising technology that blurs the line between mobile operating systems. Implementing native Bluetooth adapters becomes only part of the solution. The health coach application will interact with a unified API in Javascript to retrieve data from Bluetooth capable medial peripherals.

The unified Javascript API to be developed will utilize Phonegap's Javascript API to make native code calls. These native calls will be mainly be focused on a medical Bluetooth device adapter which also must be implemented. This Bluetooth adapter will have be extended per each supported measuring device and implemented on each supported mobile operating system.


NexjMobile.png


PhoneGap API

  • Design a unified API in javascript that will allow the NexJ application to interact with bluetooth devices
  • Define a project architecture that facilitates multiple device compatibility

Blood Pressure Device

iOS

  • Create native bluetooth adapter for this device

Android

  • Create native bluetooth adapter for this device

Glucose Device

iOS

  • Extend native bluetooth adapter for this device

Android

  • Extend native bluetooth adapter for this device

Weight Scale Device

iOS

  • Extend native bluetooth adapter for this device

Android

  • Extend native bluetooth adapter for this device


Project Repository

Mercurical HowTo

Branching Rules

  • Branch names in lowercase
  • Hyphenate branch names if required
    • bluetooth-plugin
  • Branch names must either be:
    • A bitbucket issue, example: issue-14 OR bug-14
    • A feature name, example: cryptography-bug


Resources