- 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.

- Spring Cloud Alibaba核心技術與實戰案例
- Redis Applied Design Patterns
- Dependency Injection in .NET Core 2.0
- Podman實戰
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Android 應用案例開發大全(第3版)
- Unity Game Development Scripting
- 前端HTML+CSS修煉之道(視頻同步+直播)
- OpenGL Data Visualization Cookbook
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Xamarin Blueprints
- 從程序員角度學習數據庫技術(藍橋杯軟件大賽培訓教材-Java方向)
- Java7程序設計入門經典
- 零基礎學Java第2版