How to upload my data to the cloud platform? Use hardware to build your own Internet of Things?

How to upload my data to the cloud platform? Use hardware to build your own Internet of Things?

 

Let's take the example of uploading GPS positioning information to the cloud platform for real-time display to lead Xiaobai into the world of IoT step by step.

Get ready first

 

Choose a cloud platform, here is China Mobile Onenet ( https://open.iot.10086.cn/ ) as an example.

Then choose your own hardware device and the data you want to upload.

This series of blog posts will use STM32 as the main control, use a GPS or Beidou satellite receiver module to obtain latitude and longitude information, and then connect a network access module (this series uses ESP8266 wifi module).

The structure diagram is roughly as follows:

                                   

Next, we configure the cloud platform to prepare for receiving the data from the hardware and other sensors into the network. Here, the registration step is omitted and the development is directly entered.

Find the location of the console and click to enter

 

Then find all the products, choose multi-protocol access into

Then select the protocol and add the product (using ESP8266's TCP transparent transmission here)

Add the corresponding device after adding

Original cloud into the final effect

 

Continuously updating. . . .

 

Guess you like

Origin blog.csdn.net/qq_41050642/article/details/109343896