# esp_8266_iot **Repository Path**: seahi007/esp_8266_iot ## Basic Information - **Project Name**: esp_8266_iot - **Description**: 南昌大学物联网认知课程源码 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2021-09-14 - **Last Updated**: 2022-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 南昌大学物联网认识课程 ## 案例说明 - **RGB**:阿里云物联网平台远程控制RGB灯实验源码 - **ds18b20**:温度读取实验,将温度数上传到阿里云物联网平台 - **http_oled**: 扩展实验,天气查询并在OLED显示 ## 使用说明 开发板成功运行"hello_world"例程之后,通过: ``` git clone https://gitee.com/seahi007/esp_8266_iot.git ``` 将所有例程都克隆到自己的Linux平台的路径当中,之后,修改文件:path.sh里的:export.sh 实际路径,比如: ``` . /home/seahi/Desktop/ESP/ESP8266_RTOS_SDK/export.sh ``` 保存退出之后,运行该脚本: ``` . path.sh ``` 成功后的输出: ``` Adding ESP-IDF tools to PATH... Not using an unsupported version of tool xtensa-lx106-elf found in PATH: 1.20.0-4.8.2. Checking if Python packages are up to date... Python requirements from /home/seahi/Desktop/ESP/ESP8266_RTOS_SDK/requirements.txt are satisfied. Added the following directories to PATH: /home/seahi/Desktop/ESP/ESP8266_RTOS_SDK/components/esptool_py/esptool /home/seahi/Desktop/ESP/ESP8266_RTOS_SDK/components/partition_table/ /home/seahi/.espressif/tools/xtensa-lx106-elf/esp-2020r3-49-gd5524c1-8.4.0/xtensa-lx106-elf/bin /home/seahi/.espressif/python_env/rtos3.4_py3.8_env/bin /home/seahi/Desktop/ESP/ESP8266_RTOS_SDK/tools Done! You can now compile ESP8266-RTOS-SDK projects. Go to the project directory and run: make ``` 然后就可以配置ESP8266的menuconfig了