Burn MQTT firmware
Overview
Alibaba IoT Studio is an IoT development platform that can be used to quickly build cloud-based IoT applications. It provides a wealth of IoT components and tools, allowing developers to easily perform operations such as device access, data storage, and data analysis. To achieve Web visualization, you can develop through the data visualization components in IoT Studio. First, you need to connect the device to the IoT Studio platform. You can choose to use Alibaba Cloud IoT Suite, MQTT, and other methods to connect. After the connection, the data reported by the device can be received and stored by the IoT Studio platform. By connecting to the Alibaba IoT Studio platform, combined with data visualization components and Web technology, real-time monitoring and control of IoT devices can be achieved.
Link: [https://studio.iot.aliyun.com/]
Build the project
Create a new project in Project Management.
Select Web Application on the homepage to create a new project.
Enter a project name.
For example, a dashboard could be used to display humidity ranges.
After dragging it out, you need to configure the data source so that you know what data to display.
Select the device to be displayed and its properties.
Send a command to test, for example, send humidity 49.
AT+MQTTPUB=0,"/sys/a1ZCbJN0kQB/4WpGE15ik3MbGt0lEiIj/thing/event/property/post","{params:{"CurrentHumidity":49}}",0,0
You can see that the data can be displayed normally.
The reported temperature data is demonstrated using a real-time curve.
After dragging it out, you need to configure the data source to display the temperature data.
Select the device to be displayed and its properties.
Send a command to test, for example, send temperature 15.
AT+MQTTPUB=0,"/sys/a1ZCbJN0kQB/4WpGE15ik3MbGt0lEiIj/thing/event/property/post","{params:{"Temperature":15}}",0,0
You can see that the data can be displayed normally.
Previous article:STM32 ILI9341 drives TFTLCD (VII) LCD draws solid triangles, rectangles, circles
Next article:Simple learning of reading and writing FLASH inside STM32G031G8U6 microcontroller
Recommended ReadingLatest update time:2024-11-16 09:23
- Popular Resources
- Popular amplifiers
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
- [N32L43x Review] DAC various waveform output tests
- ST60 millimeter wave water medium data transmission test report——part1
- 【GD32E503 Evaluation】 ADC Experiment (Continued)
- STM32 core Arduino board-ZeroKnow mini board with small size
- Programming examples to learn DSP timer and interrupt system
- TI Battery Tester Reference Design for High Current Applications
- [ESK32-360 Review] + TFT screen display function and expansion (1)
- [NXP Rapid IoT Review] Part 2: Detailed tutorial of online IDE - Open Rapid IoT to see the weather...
- 【GD32L233C-START Review】3. Implementation of USB keyboard
- Master the wireless communication signal transmission model in one article