bagges / ESP8266-AT

ESP8266 AT Commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP8266-AT

Based on the official SDK version 0.9.3 with AT commands version 20.

  • Added support for NTP synchronization, Usage: AT+CIPNTP= - to initialize the ntp and set the timezone, this will cause the module to send an NTP query to the global ntp pool, for example: AT+CIPNTP=2 , to set the timezone to GMT-2 AT+CIPNTP? - to get the current date and time, for example: AT+CIPNTP? Time: 22:22:42 12/02/2014 GMT+02

    NOTE: the ntp is the sntp that comes with libwip with some changes.

About

ESP8266 AT Commands


Languages

Language:Assembly 43.8%Language:C++ 33.6%Language:C 22.1%Language:Makefile 0.3%Language:Objective-C 0.2%Language:Shell 0.1%Language:D 0.0%