Search results

  1. 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 "; ...

  2. ESP8266 AT Bin V1.6

    *Note: When developing new products with ESP8266, it is recommended that you use ESP8266 AT Bin V2.0.0.0 and/or later versions. Previous AT versions were based ...

  3. ESP8266 NonOS AT Bin

    ESP8266 NonOS AT Bin will not be updated any more. We recommend that you use ESP8266 IDF AT Bin for new designs. If you have support requests on ESP8266 NonOS AT, please contact our technical support team . ...

  4. 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 ...

  5. [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(); } ...

  6. ESP8266 NONOS SDK

    Language English ESP8266 NON-OS SDK Latest Wednesday, June 3, 2020 https://github.com/espressif/ESP8266_NONOS_SDK/releases Send add/update notification to ...

  7. ESP8266 RTOS SDK

    ... version. Language English ESP8266 RTOS SDK Latest Thursday, April 8, 2021 https://github.com/espressif/ESP8266_RTOS_SDK/releases Send add/update notification to ...

  8. 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 ...

  9. [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 ...

  10. 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. ...

Pages