ESP32 SDK(esp-aliyun) 直连接入阿里云物联网平台

参考链接

1.https://github.com/espressif/esp-aliyun

2.https://blog.csdn.net/xh870189248/article/details/101363357#comments

3.加快git clone 几十倍速度的小方法

https://blog.csdn.net/Lord_sh/article/details/88721094?tdsourcetag=s_pcqq_aiomsg

cd ~/esp

mkdir esp-aliyun

cd esp-aliyun

下载esp-idf v3.2版本

git clone -b v3.2 --recursive https://github.com/espressif/esp-idf.git esp-idf-v3.2

cd esp-idf-v3.2/

git submodule update --init

cd ..

下载esp-aliyun

git clone --recursive https://github.com/espressif/esp-aliyun.git

下载ESP8266_RTOS_SDK v3.2版本

git clone -b v3.2 --recursive https://github.com/espressif/ESP8266_RTOS_SDK.git ESP8266_RTOS_SDK-v3.2

cd ESP8266_RTOS_SDK-v3.2/

切换分支

git checkout -b release/v3.2

你可能感兴趣的:(阿里云生活物联网)