Search results

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

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

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

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

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

  6. ESP8266 NONOS SDK V2.1.0 20170505

    ESP8266 Non OS SDK V2.1.0. Language English ESP8266 ESP-WROOM-02 ESP-WROOM-S2 NON-OS SDK ... May 5, 2017 https://github.com/espressif/ESP8266_NONOS_SDK/releases/tag/v2.1.0 Send add/update notification ...

  7. ESP8266 Low Power Test Demonstration

    ... modes and observe the resulting current consumption of the ESP8266 easily and quickly. It demonstrates the Modem-sleep mode, Light-sleep ... mode. Language English ESP8266 ESP-WROOM-02 V1.0 Thursday, September ...

  8. ESP8266 IOT Platform

    A demo that should be run with ESP8266 RTOS SDK. This is the Initial version. Language English ESP8266 RTOS V1.0 Friday, September 18, 2015 https://github.com/espressif/ESP8266_IOT_PLATFORM Send add/update notification to subscribers:  ...

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

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

Pages