- Home
- Hardware
- SDKs
- Cloud
- Solutions
- Support
- Ecosystem
- Company
- Contact
Search results
-
ESP8266 IDF AT Instruction Set
Language English ESP8266 AT Instruction Set based on ESP8266_RTOS_SDK. HTML v2.2 Thursday, ...
-
ESP8266 Sends UDP data
Sample code below is based on ESP8266_NONOS_SDK. Note: for ESP8266_RTOS_SDK, please call espconn_init() in the user_init to initialize ... struct espconn user_udp_espconn; const char *ESP8266_MSG = "I'm ESP8266 "; ...
-
Rosie: The Robot Maid Using ESP8266
... Kuri , and several toy robots, like Cozmo , which uses ESP8266 as its main SoC and was included in The Guardian’s Top 40 gadget ... cartoon entitled “The Jetsons”. Rosie uses Arduino and ESP8266 ; she is easy-to-build and is intended to take us one step closer ...
-
ESP8266 Ping Test Demonstration
... This guide is intended to help users run ping test on the ESP8266 easily and quickly. It demonstrates the testing of network connectivity by running ping test in Station mode or SoftAP mode of ESP8266. The ping test has been demonstrated and run on the ESP-Launcher. ...
-
[ESP8266] Station mode: Connect to router
... first os_timer_disarm(&test_timer); //get ip info of ESP8266 station wifi_get_ip_info(STATION_IF, &ipconfig); if ... * Description : set the router info which ESP8266 station will connect to * Parameters : none * Returns : ... + station mode wifi_set_opmode(STATIONAP_MODE); // ESP8266 connect to router. user_set_station_config(); } ...
-
Voice-Controlled Relay with ESP32 and ESP8266
... has just released a tutorial showing how to control ESP8266 or ESP32 with voice commands, using Alexa. As an example, two 12V ... both lamps.] When giving the first command, the ESP8266 or ESP32 will trigger a relay to turn on lamp 1. A similar procedure is ...
-
[ESP8266] Station mode: Scan for routers
Sample code below is based on ESP8266_NONOS_SDK. ESP8266 init with station mode,then it can scan routers nearby. Notice ...
-
IoT (Internet of Things) Automation with ESP8266
Through this training you shall get started with the ESP8266 and learn about the ESP8266 WiFi chip, starting from the ab Language English ...
-
ESP8266 RTOS SDK (IDF Style)
ESP8266 RTOS SDK in ESP-IDF style. Language English ESP8266 RTOS SDK V3.1.1 Tuesday, March 24, 2020 https://github.com/espressif/ESP8266_RTOS_SDK/releases Send add/update notification to ...
-
ESP8266 NONOS SDK V2.2.1
ESP8266 non-OS SDK V2.2.1 Language English ESP8266 NON-OS SDK V2.2.1 Friday, June 8, 2018 https://github.com/espressif/ESP8266_NONOS_SDK/releases/tag/v2.2.1 Send add/update notification ...