【硬件模块】华为NBIOT 使用记录
From: https://liudongdong1.github.io/
1. background
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))
longer lifetime of nodes, lower transceiver chip cost, and larger coverage area
LPWA market fragmented and non-standardized,poor reliability, poor security, high operational and maintenance costs.
NB-IoT that was standardized in Release 13 of 3GPP’s specification in 2016 is one of the leading emergent technologies
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)
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.
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,
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
comparable
2. NBIOT Technical Features
- The NB-IOT deployment scenarios Guard Band, In Band and Stand Alone
- 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
- Smart metering (electricity, gas and water)
- Facility management services
- Intruder alarms & fire alarms for homes & commercial properties
- Connected personal appliances measuring health parameters
- Tracking of persons, animals or objects
- Smart city infrastructure such as street lamps or dustbins
- Connected industrial appliances such as welding machines or air compressors.
4. IOT Public
Smart metering
Alarm & Event Detectors
Smart garbage bins
5.IOT Industry
- Logistics tracking
- Asset tracking
- Smart Agriculture
6. IOT Appliance
7. IOT Personal
- Wearables
- Smart bycle
- Kids monitoring
8. Operator reference cases
Smart Parking
Smart Metering
Pet tracking
Smart Light 单灯检测,监控,调光
【相关链接】
- 工业物联网解决方案:http://www.glodio.com.cn/Sln.aspx
- 华为LiteOs 物联网边缘设备
【硬件模块】华为NBIOT 使用记录的更多相关文章
- 华为NB-IOT报告
转 https://blog.csdn.net/np4rHI455vg29y2/article/details/78958137 [NB-IoT]华为NB-IoT网络报告(完整版) 2018年01月0 ...
- Python3.2-re模块之常用正则记录
python的re模块是个很好的模块,这里简单记录下自己编写的几个有用的正则: 1:邮箱匹配: gReMailbox = re.compile(r'([\w\.\-+]+@[\w\-]+(?:\.[\ ...
- Python3.x:logging模块对运行过程记录
Python3.x:logging模块对运行过程记录 示例: import logging # 设置 logger = logging.getLogger() #set loghandler #默认路 ...
- Xposed模块开发基本方法记录
由于某些课程实验的要求,需要通过xposed框架对某应用进行hook操作,笔者选用了开源且免费的xposed框架进行实现.虽然网上存在一些利用xposed实现特定功能的文章资源,但大多均将xposed ...
- Python模块学习 ---- logging 日志记录
许多应用程序中都会有日志模块,用于记录系统在运行过程中的一些关键信息,以便于对系统的运行状况进行跟踪.在.NET平台中,有非常著名的第三方开源日志组件log4net,c++中,有人们熟悉的log4cp ...
- iOS开发 最近开发了蓝牙模块,在此记录总结一下(转载)
1.基本概念 <1>中心者模式:常用的(其实99.99%)就是使用中心者模式作为开发,就是我们手机作为主机,连接蓝牙外设.由于开发只用到了中心者模式,所以我也只介绍中心者模式. <2 ...
- Android通过JNI实现与C语言的串口通讯操作蓝牙硬件模块
一直想写一份技术文档,但因为自感能力有限而无从下笔,近期做了个关于Android平台下实现与C语言的通讯来操作蓝牙模块的项目,中间碰到了很多问题,也在网上查了很多资料,在完毕主要功能后.也有一些人在网 ...
- GSM模块fibocom G510使用记录
一、背景:最近在做一个单定位的产品,对低功耗要求较高,选用了G510系列的模块。现在仅做了三块样板,先熟悉下。 二、优点:1.功耗低,和西门子的BGS2差不多;2.注册网络指令简单;3.其他有待发现 ...
- Python 中 对logging 模块进行封装,记录bug日志、日志等级
是程序产生的日志 程序员自定义设置的 收集器和渠道级别那个高就以那个级别输出 日志和报告的作用: 报告的重点在于执行结果(执行成功失败,多少用例覆盖),返回结果 日志的重点在执行过程当中,异常点,哪里 ...
随机推荐
- STM32F103学习进程
软硬件下载程序和程序运行的相关问题和解决方案,以我自身买的STM32F103C8T6为例 (1) 硬件需要 1. 购买一个STM32F103XXX的板子.这是一个操作实践性非常强的一个学习过程,如果没 ...
- F5节点分配查看
查看F5将服务分配到那个节点上了. 第一步: ssh登陆信息和密码 用户名:root 密码:123@.com 第二步: 查看客户端的那个设备连接到F5之后被分配到那个节点上的语句 ssh name: ...
- C语言:例子
#include <stdio.h> int main() { char bla=getchar(); bla=putchar(bla); putchar('\n'); int blb=s ...
- Java基础00-内部类23
1. 内部类 内部类 1.1 内部类概述 代码示例: 1.2 成员内部类 代码示例: 创建一个成员内部类:定义时没有小括号是因为类是没有形参的.在类的成员位置,就是成员内部类了 创建测试类:这里发现不 ...
- keeplived+mycat+mysql高可用读写分离水平分表(谁看谁都会)
一:环境准备: 应用 主机 mysql-master 192.168.205.184 mysql-slave 192.168.205.185 mycat-01,keeplived,jdk 192.16 ...
- 从新建文件夹开始构建ShadowPlay Engine游戏引擎(4)
本篇序言 这次博客更新距离上次的时间间隔变短了好多,因为最近硬是抽出了一大部分时间来进行引擎的开发.而且运气很好的是在写链表这种很"敏感"的的数据结构的时候并没有出现那种灾难性的后 ...
- java并发编程基础——线程同步
线程同步 一.线程安全问题 如果你的代码所在的进程中有多个线程在同时运行,而这些线程可能会同时运行这段代码.如果每次运行结果和单线程运行的结果是一样的,而且其他的变量的值也和预期的是一样的,就是线程安 ...
- [HAOI2012]外星人 题解
人类智慧题. 首先,只有 \(\varphi(1)=\varphi(2)=1\).再考虑题目中给的提示: \[\varphi\left(\prod_{i = 1}^m p_i^{q_i}\right) ...
- JS 高级程序设计3.5.1一元操作符 递增和递减操作符++ --
var age =29 ++age; 在这个例子中,前置递增操作符把age的值变成了30.实际上,执行这个前置递增操作符与执行 一下操作的效果相同: var age=29; age =age+1;// ...
- Scrapy入门到放弃04:下载器中间件,让爬虫更完美
前言 MiddleWare,顾名思义,中间件.主要处理请求(例如添加代理IP.添加请求头等)和处理响应 本篇文章主要讲述下载器中间件的概念,以及如何使用中间件和自定义中间件. MiddleWare分类 ...