Basic Usage of ESP8266 Serial WiFi Module

Basic Usage of ESP8266 Serial WiFi Module

The ESP8266 is an ultra-low-power UART-WiFi transparent transmission module, featuring highly competitive packaging size and ultra-low energy consumption technology. It is designed specifically for mobile devices and Internet of Things applications, allowing users’ physical devices to connect to Wi-Fi wireless networks for internet or local area network communication, thus achieving networking functionality. Although the “WiFi … Read more

Experience Sharing: Porting MQTT to STM32 for Alibaba Cloud IoT

Experience Sharing: Porting MQTT to STM32 for Alibaba Cloud IoT

IntroductionRecently, I tried the Alibaba Cloud IoT platform, which has quite powerful features. Here are some experiences I would like to share. Hardware lMicrocontroller: STM32F103C8T6 lNetwork Connection: ESP8266 WIFI Module lSensors: PM2.5 Sensor, Temperature and Humidity Sensor The sensor drivers and the WIFI module driver are relatively simple; previous articles have also introduced them, so … Read more

WiFi Module Usage in Model Car Competitions

WiFi Module Usage in Model Car Competitions

Introduction: This article provides supplementary rules for the use of WiFi communication modules to assist model car operations in the Intelligent Vision Group and Balanced Beacon Group competitions. The aim is to allow participating teams broader exploration in areas such as vehicle-road collaboration and edge-cloud computing, guiding students to become familiar with the domestic embedded … Read more

How to Implement MQTT Protocol Communication with Arduino

How to Implement MQTT Protocol Communication with Arduino

 Click the “Blue Words” to Follow Us Have you ever thought about using a small Arduino board to achieve smart interconnection between devices? Today, we will unveil the “golden key” to IoT communication – the MQTT protocol! Let your microcontroller easily achieve remote control and data transmission.  What is MQTT? The “WeChat” 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

Creating an MQTT IoT Project – Bilibili Weather Clock

Creating an MQTT IoT Project - Bilibili Weather Clock

After studying the “Basic Knowledge” section of “Zero Basics Introduction to IoT” and the “MQTT Protocol” section, we are now going to apply the IoT knowledge we have learned to practical operations. This IoT weather clock project, as the first project in the “MQTT Application” section, uses the ESP8266 development board along with a TFT … Read more

DIY Remote WiFi Control for Water Heater Using ESP8266

DIY Remote WiFi Control for Water Heater Using ESP8266

Follow us on WeChat “DLGG Maker DIY“ Set as “Starred“, heavy content delivered first. Automatic Timed Heating and Power Off Requirements No need for requirements analysis, simply put, I’m lazy. I don’t want to heat water every day. Don’t tell me to keep it on all the time; my NAS isn’t always on either, energy … Read more

DIY Smart Home Product with Touch Control: ArduiTouch

DIY Smart Home Product with Touch Control: ArduiTouch

Currently, the widely popular ESP8266 and ESP32 WiFi modules have rich applications in various fields, but the most prominent market is undoubtedly in IoT applications, such as home automation, smart lighting, smart metering, and remote control. You can find many ready-made projects on the Internet. ArduiTouch is a smart device with a touchscreen shell, specifically … Read more

DIY Low-Cost IoT Control Box

DIY Low-Cost IoT Control Box

This is about building a simple smart home system. I have created a small box for this smart home system, aimed at providing a convenient way to control regular household appliances, allowing control of lights, water heaters, fans, doors, air conditioners, etc., when connected to the internet via a mobile phone. The hardware components of … Read more