STM32 sends data ESP8266 firmware burns MQTT and AT commands debugging and linking OneNET

Feed STM32 connects ESP8266 to send data to OneNET platform 0. Everything you need for the article can be downloaded for free by clicking on the resource package above. 1. Hardware model: ESP8266-01s and USBTTL interface module 2. Firmware: 1471_esp8266-at_mqtt-1m (MQTT transparent transmission AT firmware (firmware number: 1471)) 3. Firmware burning tool: flash_download_tool_3.9.4 Firmware download […]

[Arduino TFT] Weather clock based on ESP8266 and SSD1306

Forget the past and surpass yourself Blog homepage Microcontroller rookie brother, a wild non-professional hardware IOT enthusiast Creation record of this article 2023-10-21 Update record of this article 2023-10-21 Welcome to follow Like Collection Leave a message This blog is written by the blogger alone and is not operated by any commercial team. If you […]

STM32—WIFI module ESP8266

Article directory Module introduction Module connection WIFI module mode Commonly used AT commands for WIFI modules Understanding transparent transmission mode Code Code introduction Implementation steps .c file .h file main.c file Data reception explanation Module introduction Module connection The module is connected based on the serial port, and the sending and receiving of data between […]

Arduino uses the esp8266 development board to read the number of followers on the Bilibili webpage using https method, etc.

Reference http://www.taichi-maker.com/homepage/iot-development/iot-dev-reference/esp8266-c-plus-plus-reference/http-client-secure/certificate-fingerprint/ http://www.taichi-maker.com/homepage/iot-development/iot-platform/esp8266-bilibil-api-tutorial/esp8266-bilibili-api-application/ https://www.bilibili.com/read/cv17367361/ Problems encountered 1. I don’t know why the example in Tai Chi Maker cannot get the return data and displays 307 redirection. I personally think it is because of the http access method. In actual operation, if you use the connection character of http + data, the browser will automatically jump […]

Interaction between ESP8266 microcontroller and RGB LED strip: Simple C language RESTful API implementation guide

Part 1: Introduction and Background In today’s smart home era, RGB LED light strips have become a common decoration in homes, offices and public places. They not only add color to the environment, but can also be programmed to achieve various dynamic effects, adding fun to our lives. The ESP8266 microcontroller, as a cheap and […]

STM32+ESP8266 uploads temperature and humidity data to the new version of OneNET

This article introduces in detail the operations and steps of connecting STM32 to the new version of OneNET platform to report temperature and humidity data. Use resources: STM32F103C8T6, ESP826612F, DHT11 temperature and humidity sensor Protocol: MQTT Data Format: CJson 1. Creation of OneNET platform 1. Log in to https://open.iot.10086.cn/, register an account, and log in. […]

2. Wifi development, SDK directory structure research, SDK API, how to generate burnable code, Freertos used in esp8266, experiment: wifi printing/lighting, experiment: wifi network access/self-built network, supplement: find the connected wifi password

This section introduces: ESP8266 SDK Introduction How FreeRTOS works The first task hello word The second task is to light the lamp WiFi-STATION & AP connection (esp8266 acts as a router and as a network access node) one. ESP8266 SDK introduction 1. Research on SDK directory structure What we need to know to achieve our […]

MQTT framework construction: ESP8266+PlantformIo+QT

MQTT framework construction: ESP8266 + PlantformIo + QT MQTT is a lightweight communication protocol based on publish and subscribe. It completes the construction of MQTT hardware client and QT software client respectively. After the entire framework is completed, data collection can be completed directly or indirectly through ESP8266 to complete the whole process. Based on […]

ESP8266 and MQTT protocol

Working mode: STA modeOthers create WIFInetwork, ESP8266Join the network AP mode Generate WIFI network STA + AP Physical layer: 1.VCC power supply (3.3V~5V) 2 GND power ground 3 TXD (TTL level, cannot be directly connected to RS232 level!), can be connected to the RXD of the microcontroller 4 RXD (TTL level, cannot be directly connected […]