# esp8266_bigiot **Repository Path**: Max_Shi/esp8266_bigiot ## Basic Information - **Project Name**: esp8266_bigiot - **Description**: esp8266连接贝壳物联云,实现天猫精灵语音控制 - **Primary Language**: C - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-25 - **Last Updated**: 2021-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # esp8266_bigiot #### 介绍 二次开发官方nons_sdk2.2.0,基于tcp协议实现ESP8266连接贝壳物联云,接收云端发过来的数据并处理。 #### 配置你的WiFi参数 /app/include/mqtt_config.h 记得修改后将宏CFG_HOLDER+1(只要与原来不同) #define SSID "xxxxxxx" wifi #define PASS "xxxxxx" #define bigiot_post 8181 #define bigiot_host "www.bigiot.net" #define BIGIOT_ID "xxxxx" 贝壳云设备id #define BIGIOT_K "xxxxxx" 设备key #### 注意事项 项目nodeMCU的GPIO4为LED灯。