BLE 开源项目总结

来源:互联网 发布:挪威和丹麦知乎 编辑:程序博客网 时间:2024/05/16 10:13
  • ios ble 知识: https://developer.apple.com/library/prerelease/content/documentation/NetworkingInternetWeb/Conceptual/CoreBluetooth_concepts/BestPracticesForInteractingWithARemotePeripheralDevice/BestPracticesForInteractingWithARemotePeripheralDevice.html#//apple_ref/doc/uid/TP40013257-CH6-SW1

    +

  • ancs:The Apple Notification Center Service https://developer.apple.com/library/ios/documentation/CoreBluetooth/Reference/AppleNotificationCenterServiceSpecification/Introduction/Introduction.html

  • ams:The Apple Media Servicehttps://developer.apple.com/library/ios/documentation/CoreBluetooth/Reference/AppleMediaService_Reference/Specification/Specification.html#//apple_ref/doc/uid/TP40014716-CH1-SW7
  • ios 提供的所有的ble 服务: 
  • http://www.cypress.com/documentation/software-and-drivers/bluetooth-low-energy-ble-profiles-and-services
  • blue 大概介绍: https://bluegiga.zendesk.com/entries/25053373--REFERENCE-BLE-master-slave-GATT-client-server-and-data-RX-TX-basics

  • github Demo :https://github.com/devunwired/accessory-samples

  • 牛人github: https://github.com/devunwired
  • 日本ble demo:https://github.com/youten/aBeacon
  • Android tutorial: http://toastdroid.com/2014/09/22/android-bluetooth-low-energy-tutorial/

  • return Response: https://github.com/youten/aBeacon/blob/master/app/src/main/java/youten/redo/ble/abeacon/ImmediateAlertService.java

  • http://www.diycode.cc/wiki/androidinterview

  • 低功耗 csdn: http://blog.csdn.net/likebamboo/article/category/1732849

  • 测试 BLe service github 项目: 

  • https://github.com/WebBluetoothCG/ble-test-peripheral-android

  • 测试 BLe centeral github 项目

https://github.com/googlesamples/android-BluetoothLeGatt

0 0