Wednesday, August 10, 2016

BLE.CHP8.Android Programming


  • Benifit of BLE 
    • Cheat hardware and Rich Interfaces
    • Phone as a gateway
      • in conjunction with other apps or APIs
  • Getting Start
    • Get the Hardware
      • Android version at least 4.4
        • include updated and more stable version of the BLE protocol stack
      • Supports BLE  device
    • Get the Software
      • Eclipse Android Development Tools (ADT)
      • Bluetooth Application Accelerator
    • Configure the Hardware
      • Enable Developer mode 
        • Enable USB debugging , and Stay awake options
    • Start a New Project
      • import BT Apllication Accelerators's Android files into the project
      • Open Eclipse ADT select File/Import, navigate to the directory that contains the Application Accelerator
      • select the Android /BLEDemo folder ....
  • Initializing the BLE Library
  • Connecting to a Remote Device
  • Communicating with a Remote Device

No comments:

Post a Comment