From: https://liudongdong1.github.io/

1. background

  1. Low power wide area network (LPWAN) has become an exciting new trend in the development of the wireless communication system since it was first proposed as a class of wireless technology used for machine-to-machine (M2M) or Internet of Things (IoT) communications in 2013。( such as LTE-M, weightless, SigFox, LoRa, and Narrowband Internet of Things (NB-IoT))

  2. longer lifetime of nodes, lower transceiver chip cost, and larger coverage area

  3. LPWA market fragmented and non-standardized,poor reliability, poor security, high operational and maintenance costs.

  4. NB-IoT that was standardized in Release 13 of 3GPP’s specification in 2016 is one of the leading emergent technologies

  5. provide high coverage (20 dB improvement compared to GPRS), low device power consumption (a battery life of up to more than 10 years), low delay sensitivity (less than 10 s), massive capacity (cellsite sector, at least 52,547 devices), and ultralow device cost (less than $5)

  6. NB-IOT overcomes the above defects, with all the advantages like wide area ubiquitous coverage, fast upgrade of existing network, low-power consumption guaranteeing 10 year battery life, high coupling, low cost terminal, plug and play, high reliability and high carrier-class network security, unified business platform management.

  7. NB-IOT makes it possible for more things to be connected, but also managing the commercial value of the resulting Big Data is a big task, operators can carry out cooperation with related industries,

  8. Coverage, battery life and device cost.Mobile devices working on GSM, 3G and LTE are designed for a variety of services, including mobile voice, messaging and high-speed data transmission. However, NBIoT applications do not utilize any of this; they just require low-speed but reliable data transfer, and an appropriate level of reliability

  9. comparable

2. NBIOT Technical Features

  1. The NB-IOT deployment scenarios Guard Band, In Band and Stand Alone
  2. Low band, an excellent choice for fast deployment Deploying NB-IOT in frequency bands like 700MHz, 800MHz, and 900MHz is a great choice because they provide an already large and established ecosystem since quite a number of operators select them;

3. UseCases

  • Connectivity,NBIOT NW as a service,End to end service Provision

  1. Smart metering (electricity, gas and water)
  2. Facility management services
  3. Intruder alarms & fire alarms for homes & commercial properties
  4. Connected personal appliances measuring health parameters
  5. Tracking of persons, animals or objects
  6. Smart city infrastructure such as street lamps or dustbins
  7. Connected industrial appliances such as welding machines or air compressors.

4. IOT Public

  1. Smart metering

  2. Alarm & Event Detectors

  3. Smart garbage bins

5.IOT Industry

  1. Logistics tracking
  2. Asset tracking
  3. Smart Agriculture

6. IOT Appliance

7. IOT Personal

  1. Wearables
  2. Smart bycle
  3. Kids monitoring

8. Operator reference cases

  1. Smart Parking

  2. Smart Metering

  3. Pet tracking

  4. Smart Light 单灯检测,监控,调光

【相关链接】

【硬件模块】华为NBIOT 使用记录的更多相关文章

  1. 华为NB-IOT报告

    转 https://blog.csdn.net/np4rHI455vg29y2/article/details/78958137 [NB-IoT]华为NB-IoT网络报告(完整版) 2018年01月0 ...

  2. Python3.2-re模块之常用正则记录

    python的re模块是个很好的模块,这里简单记录下自己编写的几个有用的正则: 1:邮箱匹配: gReMailbox = re.compile(r'([\w\.\-+]+@[\w\-]+(?:\.[\ ...

  3. Python3.x:logging模块对运行过程记录

    Python3.x:logging模块对运行过程记录 示例: import logging # 设置 logger = logging.getLogger() #set loghandler #默认路 ...

  4. Xposed模块开发基本方法记录

    由于某些课程实验的要求,需要通过xposed框架对某应用进行hook操作,笔者选用了开源且免费的xposed框架进行实现.虽然网上存在一些利用xposed实现特定功能的文章资源,但大多均将xposed ...

  5. Python模块学习 ---- logging 日志记录

    许多应用程序中都会有日志模块,用于记录系统在运行过程中的一些关键信息,以便于对系统的运行状况进行跟踪.在.NET平台中,有非常著名的第三方开源日志组件log4net,c++中,有人们熟悉的log4cp ...

  6. iOS开发 最近开发了蓝牙模块,在此记录总结一下(转载)

    1.基本概念 <1>中心者模式:常用的(其实99.99%)就是使用中心者模式作为开发,就是我们手机作为主机,连接蓝牙外设.由于开发只用到了中心者模式,所以我也只介绍中心者模式. <2 ...

  7. Android通过JNI实现与C语言的串口通讯操作蓝牙硬件模块

    一直想写一份技术文档,但因为自感能力有限而无从下笔,近期做了个关于Android平台下实现与C语言的通讯来操作蓝牙模块的项目,中间碰到了很多问题,也在网上查了很多资料,在完毕主要功能后.也有一些人在网 ...

  8. GSM模块fibocom G510使用记录

    一、背景:最近在做一个单定位的产品,对低功耗要求较高,选用了G510系列的模块。现在仅做了三块样板,先熟悉下。 二、优点:1.功耗低,和西门子的BGS2差不多;2.注册网络指令简单;3.其他有待发现 ...

  9. Python 中 对logging 模块进行封装,记录bug日志、日志等级

    是程序产生的日志 程序员自定义设置的 收集器和渠道级别那个高就以那个级别输出 日志和报告的作用: 报告的重点在于执行结果(执行成功失败,多少用例覆盖),返回结果 日志的重点在执行过程当中,异常点,哪里 ...

随机推荐

  1. Java | 集合(Collection)和迭代器(Iterator)

    集合(Collection) 集合就是Java中提供的一种 空器,可以用来存储多个数据. 集合和数组都是一个容器,它们有什么区别呢? 数组的长度是固定的,集合的长度是可变的. 数组中存储的是同一类型的 ...

  2. varnish配置语言(1)

    目录 1. vcl语法 1.1 主体语法 1.2 操作符 1.3 Subroutines 1.4 关键字 2. 内置的Subroutines 2.1 client-side vcl_recv vcl_ ...

  3. C语言:监听键盘

    所谓键盘监听,就是用户按下某个键时系统做出相应的处理,本章讲到的输入输出函数也是键盘监听函数的一种,例如 getchar().getche().getch() 等.下面的代码演示了 getche() ...

  4. ES6 数组Arrary 常用方法

    ES6 数组Arrary 常用方法: <script type="text/javascript"> // 操作数据方法 // arr.push() 从后面添加元素,返 ...

  5. python + pytest基本使用方法(拓展库)

    一.测试钩子配置文件 import pytest# conftest.py 是pytest特有的本地测试配置文件;# 既可以用来设置项目级别的Fixture,也可用来导入外部插件,还可以指定钩子函数# ...

  6. 微信小程序云开发-云存储的应用-识别银行卡

    一.准备工作 1.创建云函数identify.自定义action=="2"的时候识别银行卡信息. 2.云函数identify中index.js代码 1 const cloud = ...

  7. Dijkstra和堆优化

    Dijkstra算法 由于我之前一直记的迪杰斯特拉的翻译导致我把dijkstra写成了dijstra--所以下文#define dijstra dijkstra 我以后叫她迪杰克斯歘! Dijskra ...

  8. 【洛谷P2623物品选取】动态规划

    分析 各种背包弄在一起. AC代码 // luogu-judger-enable-o2 #include <bits/stdc++.h> using namespace std; #def ...

  9. kafka可视化工具

    Kafka可视化客户端工具(Kafka Tool 2)的安装和使用 Kafka Tool 2 是一款 Kafka 的可视化客户端工具,可以非常方便的查看 Topic 的队列信息.消费者信息以及 kaf ...

  10. C#计算复利方法

    复利即是指利滚知利 如存入1000,年利息回0.003,存了答10年,则调用fl(0.003,1000,10); double fl(double rate,double cash,int times ...