OneNET3_MQTT Device Connection and Reporting Structure

OneNET3_MQTT Device Connection and Reporting Structure

Series Article Directory Chapter 1: OneNET1_Creating Products on the OneNET Platform Chapter 2: OneNET2_Debugger Simulating Data Upload Chapter 3: OneNET3_MQTT Device Connection and Reporting Structure Article Directory Series Article Directory Introduction 1. Software Used 2. Development Environment 3. Operating Steps Conclusion Introduction This article mainly describes the steps for reporting device attribute data of the … Read more

Connecting the ESP8266 WiFi Module to OneNet via MQTT Protocol (New Version)

Connecting the ESP8266 WiFi Module to OneNet via MQTT Protocol (New Version)

01 Command Description AT: Test AT startup. AT+RST: Restart the module. ATE: Enable or disable AT echo function. AT+CWMODE: Query/set Wi-Fi mode (Station/SoftAP/Station+SoftAP). AT+CWJAP: Connect to the specified WiFi network. AT+MQTTUSERCFG: Set MQTT user attributes. AT+MQTTLONGCLIENTID: Set MQTT client ID. AT+MQTTLONGUSERNAME: Set MQTT login username. AT+MQTTLONGPASSWORD: Set MQTT login password. AT+MQTTCONNCFG: Set MQTT connection attributes. … Read more

Overview of IoT Cloud Platforms in China

Overview of IoT Cloud Platforms in China

The IoT cloud platform is a cloud platform specifically designed for the Internet of Things (IoT). The IoT differs from the regular internet in that the number of IoT terminal devices is several orders of magnitude greater than that of ordinary internet devices such as smartphones and computers. While the regular internet primarily uses http … Read more

Using MQTT to Upload Images to OneNET

Using MQTT to Upload Images to OneNET

In recent days, I have been preparing for the follow-up IoT STM32 development and practical demonstrations, as well as writing mini-programs, so I haven’t had time to update the articles on my public account. Actually, I originally planned to wrap up the series of articles about the IoT platform with the last one. However, a … Read more