- Home
- Hardware
- SDKs
- Cloud
- Solutions
- Support
- Ecosystem
- Company
- Contact
Search results
-
[ESP8266] I2S Demo Codes
The attachment is an I2S demo based on ESP8266_NONOS_SDK. If using ESP8266_NONOS_SDK_V1.5.0 or later version, please add "-lcrypto" in ... Makefile. Documentation about I2S ESP8266 i2s_demo_code.rar ...
-
[ESP8266] APP_IR_TxRx_Demo
... attachment is a demo about Infrared communications based on ESP8266_NONOS_SDK. If using ESP8266_NONOS_SDK_V1.5.0 or later version, please add "-lcrypto" in ...
-
[ESP8266] FCC&CE Test
ESP8266 fccce_test_en.rar ...
-
[ESP8266] frc1_timer Demo
The attachment is a demo of frc1_timer based on ESP8266_NONOS_SDK. If using ESP8266_NONOS_SDK_V1.5.0 or later version, please add "-lcrypto" in ...
-
[ESP8266] SPI as slave
... The attachment is a demo of SPI running as slave based on ESP8266_NONOS_SDK. If using ESP8266_NONOS_SDK_V1.5.0 or later version, please add "-lcrypto" in ...
-
[ESP8266] Demo for Gizwits
The attachment is a demo for Gizwits based on ESP8266_NONOS_SDK. If using ESP8266_NONOS_SDK_V1.5.0 or later version, please add "-lcrypto" in ...
-
ESP8266 RTOS SDK v1.3.3 Patch_20160704
This patch is based on the ESP8266_RTOS_SDK_V1.3.0(68c9e7b4) and contains all changes updated within ESP8266_RTOS_SDK_V1.3.1(095c975c) and ESP8266_RTOS_SDK_V1.3.2(86e315aa). When this patch is used, .a files in this ...
-
ESP8266 NONOS SDK V1.5.4.1 Patch_20160704
This patch is based on the ESP8266_NONOS_SDK_V1.5.4. When this patch is used, .a files in this patch shall ... about user_rf_cal_sector_set refer to documentation “2C-ESP8266__SDK__API Guide”. (Resolved in ESP8266_NONOS_SDK_V1.5.4.1) 2. Fix a potential risk that will cause ...
-
ESP8266 as TCP client
Sample code below is based on ESP8266 SDK without OS. 1. Start from user_init 2. Connect to ... as example 4. Send some HTTP packet.. Note: for ESP8266_RTOS_SDK, please call espconn_init() in the user_init to initialize ... = espconn_port(); //local port of ESP8266 espconn_regist_connectcb(pespconn, user_tcp_connect_cb); // ...
-
[ESP8266] PWM Demo
This is for ESP8266_NONOS_SDK. If using ESP8266_NONOS_SDK_V1.5.0 or later version, please add "-lcrypto" in ... area of Makefile. The PWM sample in IOT_Demo of ESP8266_NONOS_SDK: 1. It has a 100us tuning of PWM duty besides the ...