- Analytics for the Internet of Things(IoT)
- Andrew Minteer
- 261字
- 2021-07-02 18:59:30
Bluetooth Low Energy (also called Bluetooth Smart)
Named after a tenth-century Danish king who unified several fractious tribes, Bluetooth is a familiar technology to most consumers. The specification is maintained by an organization called the Bluetooth Special Interest Group (SIG) made up of 25,000 companies. Bluetooth Low Energy (BLE) is a newer implementation that is not directly compatible with Bluetooth classic (of mobile phone headset fame). It was designed for low power needs and a less frequent data exchange rate. The following chart represents the network protocol stack for BLE:

A BLE device is either a master or a slave in the network. A master acts as an advertiser in the connection while the slave acts as receiver. A master can have several slaves connected to it while a slave can link to only one master. The network group involving the slaves connected to a master is called a piconet.
To make data available for analytics, the master device passes it over the internet using one of the data messaging protocols that will be discussed later in this chapter. There is typically a gateway device that is both part of the bluetooth network and also linked to the internet. It translates data reported from BLE nodes into the appropriate format for data messaging over the internet. It is commonly an unconstrained device that does not need to worry much about power.
Bluetooth 5.0 specification released mid-2016 promises to double the speed, quadruple the range, and bring an eight-fold increase in the capability for data broadcasting for low-power scenarios.

- ClickHouse性能之巔:從架構設計解讀性能之謎
- Neo4j Essentials
- PHP 編程從入門到實踐
- jQuery從入門到精通 (軟件開發視頻大講堂)
- 征服RIA
- Asynchronous Android Programming(Second Edition)
- Active Directory with PowerShell
- Mastering Data Mining with Python:Find patterns hidden in your data
- Building Microservices with .NET Core
- Python機器學習之金融風險管理
- Python:Deeper Insights into Machine Learning
- C#程序設計基礎入門教程
- Python Social Media Analytics
- Building Apple Watch Projects
- HTML5程序設計基礎教程