- Home
- Hardware
- SDKs
- Cloud
- Solutions
- Support
- Ecosystem
- Company
- Contact
Search results
-
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 "; ...
-
DeviceHive ESP8266 Firmware
Special firmware to use ESP8266 as a local web server with RESTful API and as a client of DeviceHive ... Language English Type: ESP8266 Platform: NONOS Version: V2.0.0 ... 2017 Link: https://github.com/devicehive/esp8266-firmware/releases/tag/v0.8 SDK Status: Show ...
-
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] 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 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: 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 Hardware Matching Guide
Language English esp8266-hardware_matching_guide_en.pdf ESP8266 This document introduces frequency offset tuning and ...
-
Gizwits GAgent for ESP8266
Language English Gizwits ESP8266 firmware supports one-stop IoT products development Gizwits GAgent communication program has been fully ported on ESP8266. With GAgent’s standard interface over the serial UART port, ... in SoC mode, which gives developers the ability to use the ESP8266 both as a communication module and the main MCU for their device ...