3374 views|6 replies

119

Posts

2

Resources
The OP
 

[Anxinke NB-IoT Development Board EC-01F-Kit] 4. Connect to Alibaba Cloud Platform [Copy link]

This post was last edited by xiyue521 on 2022-1-20 22:49

Today we will introduce how to connect to Alibaba Cloud through the MQTT function of EC01 .

1. After a long time, I finally figured out the relationship between these: Life IoT Platform, iotstudio , IoT Platform. . To be honest, it's really confusing.

① Let’s talk about the Internet of Things platform first. There is a public instance here. After entering, you can see all the products and devices you created on the Feiyan platform and the IoT platform for easy management and viewing.

② Let's talk about the life Internet of Things platform, which is what we call the Feiyan platform. It can create its own brand and Tmall Genie ecological projects, and can be connected with the Tmall Genie app and the public version app. We can use their app and panel templates to control our devices. However, the limitation is that we can only choose the products and object models defined by them, that is, devices with relatively single functions, such as LEDs, sockets, and sensors with certain functions, which cannot be combined.

③ Let’s talk about IOT studio . It is relatively free and can create blank projects and some solution projects. It can visually develop its own web and app , bind existing products and devices on the product page, and create products with custom functions, including those created by Feiyan platform. It is relatively free and flexible.

Summarize:

1. View all devices and products : IoT Platform:

https://iot.console.aliyun.com/lk/summary/new

2. Projects with single development functions and short development cycles: Life IoT platform:

https://living.aliyun.com/

3. If you want to develop complex functions, such as controlling lights and uploading temperature and humidity, choose iot studio:

https://studio.iot.aliyun.com/

Alibaba Cloud is really too complicated...




2. Next, let’s officially connect to Alibaba Cloud! !

① We created it using the Life IoT platform, let's light a lamp! Functions include switch, color temperature, brightness, lamp mode, HIS format color settings, etc.

Create a project:

Create a product

Entering the product page, the key is human-computer interaction, customizing a better-looking panel.

Basically it is visual development, just click and it's done

Add a device and get the triplet:

② Open the AT commands provided, create a client first, then establish TCP, and finally connect to the MQTT server on the cloud.

Alibaba Cloud platform also supports online debugging:

This post is from RF/Wirelessly

Latest reply

I used a program called "Xiao Luo Bei Computer Master" before, which was quite useful. But I don't know if it was out of maintenance. I never used it again because it didn't work. I just searched it and the website is still there. I don't know if you use the computer to control the phone in order to display the computer and phone at the same time. If so, you can also use the phone and computer to record the screen at the same time, and then edit the two video files together.   Details Published on 2022-3-10 16:15
 

119

Posts

2

Resources
2
 

1

This post is from RF/Wirelessly

Comments

I use my mobile phone to share the whiteboard through QQ calls, which is too difficult. I wonder if there is any software that can control the mobile phone directly through the computer, or cast the screen to the mobile phone.  Details Published on 2022-1-20 22:57
 
 

119

Posts

2

Resources
3
 

I use my mobile phone to share the whiteboard through QQ calls, which is too difficult. I wonder if there is any software that can control the mobile phone directly through the computer, or cast the screen to the mobile phone.

This post is from RF/Wirelessly

Comments

I didn't know that mobile QQ has this function. I used the software to control the mobile phone from the computer before, but I forgot it.  Details Published on 2022-3-10 16:15
nmg
I didn't know that mobile QQ has this function. I used the software to control the mobile phone from the computer before, but I forgot it.  Details Published on 2022-1-21 09:52
 
 
 

5213

Posts

239

Resources
4
 
xiyue521 posted on 2022-1-20 22:57 My phone is sharing the whiteboard through QQ call, which is too difficult. I wonder if there is a software that can directly control the phone through the computer, or a convenient software for casting the screen to the phone...

I didn't know that mobile QQ has this function yet

I have used software to control my phone from a computer before, but I have forgotten how to use it.

This post is from RF/Wirelessly
Add and join groups EEWorld service account EEWorld subscription account Automotive development circle
 
 
 

5213

Posts

239

Resources
5
 

I asked in the community group, and the administrator mentioned it. I wonder if it is useful to you.

"All Android flashing software has this function. Apple phones + Windows computers can use the built-in projection function of Windows 10 system and above, and Apple phones + Apple computers can directly use screen mirroring."

This post is from RF/Wirelessly
Add and join groups EEWorld service account EEWorld subscription account Automotive development circle

Comments

OK, let me see.  Details Published on 2022-1-21 21:08
 
 
 

119

Posts

2

Resources
6
 
nmg posted on 2022-1-21 10:50 I asked in the community group, @eric_wang admin mentioned it, I don't know if it's useful to you "All Android flashing software...

OK, let me see.

This post is from RF/Wirelessly
 
 
 

9702

Posts

24

Resources
7
 
xiyue521 posted on 2022-1-20 22:57 My phone is sharing the whiteboard through QQ call, which is too difficult. I wonder if there is a software that can directly control the phone through the computer, or a convenient software for casting the screen to the phone...

I used a program called "Xiao Luo Bei Computer Master" before, which was quite useful. But I don't know if it was out of maintenance. I never used it again because it didn't work. I just searched it and the website is still there.

I don't know if you use the computer to control the phone in order to display the computer and phone at the same time. If so, you can also use the phone and computer to record the screen at the same time, and then edit the two video files together.

This post is from RF/Wirelessly
Personal signature虾扯蛋,蛋扯虾,虾扯蛋扯虾
 
 
 

Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

Featured Posts
MATLAB APP Designer serial port debugging tool writing

This post was last edited by lb8820265 on 2019-5-9 23:11 Previously, we introduced two ways to use VC6 to make serial ...

About the original picture and packaging

Does anyone have the original picture and package of STM32F103 series?

How to use CPLD to collect asynchronous signals

Scenario: Use CPLD to decode a serial data channel. The data has no accompanying clock and has a fixed frequency but a d ...

Measuring poles and zeros from a Bode plot

This post was last edited by Jack315 on 2021-1-25 00:52 The transfer function of a single zero is: 522846 The Bode plot ...

Encoder counting principle and motor speed measurement principle - multi-picture analysis

This post was last edited by DDZZ669 on 2021-2-14 23:30 Encoder is a sensor used to measure mechanical rotation or displ ...

35 "Ten Thousand Miles" Raspberry Pi Car——ROS Learning (Realizing Hello World)

The best way to learn ROS is to use it. The ROS official website has a Chinese version of the tutorial . After install ...

36 "Ten Thousand Miles" Raspberry Pi Car——ROS Learning (VSCode to Implement Hello World)

It is very convenient to run ROS projects in VSCode. In this section, we use ROS to write and run the "Hello world" pro ...

[The strongest open source] Hand-rubbed 120W switching power supply

I recently took the time to make a switching power supply 645265 645262 645263 645264 645261 645260

Record a blue screen pit

I mentioned a while ago that my company's computers would occasionally blue screen. Now I think about it, the blue scree ...

ESP8266 01+DHT11 acquisition

Could anyone give me some advice? When I collect DHT11 data through one of GPIO 0 and 2, the 8266 01 keeps restarting. O ...

快速回复 返回顶部 Return list