Understanding NB-IoT: Features and Applications

Understanding NB-IoT: Features and Applications

Yesterday, a news article from Shanghai was praised by the People’s Daily, which also suggested nationwide promotion. Colleagues are celebrating the application of NB-IoT. What is NB-IoT? What are the advantages of NB-IoT? What can NB-IoT do? What is its relationship with the Internet of Things? 1. What is NB-IoT 2. Four Major Features of … Read more

Understanding the Internet of Things: Key Insights and Trends

Understanding the Internet of Things: Key Insights and Trends

The Anti-Pyramid Scheme Network released on July 6:This article introduces the fundamental knowledge of the Internet of Things, what it is, and common IoT protocols.Why have participants in IoT investment projects been severely deceived in recent years? Where have the core members of those promotional IoT project investment platforms gone? Not going to discuss that … Read more

Overview of Embedded IoT Protocols

Overview of Embedded IoT Protocols

For software companies, the IoT model brings decisive changes to their hardware design and the services they provide. One of the most impactful aspects is the communication protocols. 1 Communication Protocols Communication protocols can be thought of as a language, allowing two or more devices to communicate with each other. Just as there are rules … Read more

Toolkits Designed for IoT Developers: Manage MQTT, CoAP, and NB Devices

Toolkits Designed for IoT Developers: Manage MQTT, CoAP, and NB Devices

As an IoT developer and learner, testing and debugging IoT device protocols is a crucial part of the job! The Toolkit integrates MQTT, CoAP, and NB-IoT protocols into one, with a memory footprint of only 15M, making it a command-line tool designed for IoT developers and engineers! var __INLINE_SCRIPT__ = (function () { 'use strict'; … Read more

Creating CoAP Products on Huawei OC Platform

Creating CoAP Products on Huawei OC Platform

1. Cloud Preparation – Register and Log in to OC Platform Register and log in to the Huawei OceanConnect platform using a Huawei Cloud account. The interface after entering is as follows: 2. Cloud Operations – Create Cloud Device 2.1. Create Project Click to create a project: Fill in the information and submit: After creation, … Read more

Detailed Explanation of CoAP Protocol + Server Setup Testing + Data Capture Analysis

Detailed Explanation of CoAP Protocol + Server Setup Testing + Data Capture Analysis

Click the blue text above to follow us Every day there are fun things waiting for you In the IoT project architecture, besides the TCP-based MQTT protocol, the most commonly used is the UDP-based CoAP protocol. Both can be said to hold equal advantages. The CoAP protocol runs on top of UDP, and the message … Read more

A Brief Discussion on NB-IoT Module Debugging

A Brief Discussion on NB-IoT Module Debugging

Source: LPWAN Technology IoT Think Tank Organized and Published Please indicate the source when reprinting —— [Introduction] —— The author’s remarks: The following narrative is solely personal opinion, devoid of any emotional color. Background The core development technologies of NB-IoT are held by a few major companies, such as Huawei HiSilicon, Qualcomm, and Intel. Of … Read more

LiteOS CoAP Integration With Huawei OC Platform

LiteOS CoAP Integration With Huawei OC Platform

1. LiteOS OC COAP Abstract Component Overview To accommodate various modes of using CoAP to connect to Huawei OC, this layer interface is adopted, providing the necessary interfaces for applications above and allowing flexible adaptation of access methods below. The OC COAP AL API interface is declared in <oc_coap_al.h>, and you need to include this … Read more

IoT Application Layer Protocols: MQTT, CoAP, HTTP, XMPP, SoAP

IoT Application Layer Protocols: MQTT, CoAP, HTTP, XMPP, SoAP

“For the Internet of Things, the most important aspect is communication with devices. Currently, the common communication protocols in IoT include: MQTT, CoAP, HTTP, XMPP, SoAP“ 01 — MQTT MQTT (Message Queuing Telemetry Transport) was originally developed by IBM as an instant messaging protocol. The MQTT protocol is designed for communication between remote sensors and … Read more

Introduction to IoT Application Layer Protocols – CoAP

Introduction to IoT Application Layer Protocols - CoAP

↑ Click the above“IoT Time and Space” to follow us Reprint must indicate the source: “IoT Time and Space” WeChat official account (IoT-LPWAN)。 The main IoT application layer protocols include CoAP, MQTT, XMPP, HTTP, etc. The “IoT Time and Space” public account will analyze and compare these protocols separately. First, let’s take a look at … Read more