ESP8266 Developer ZoneThe Official ESP8266 Forum2015-08-26T11:55:12+08:00https://bbs.espressif.com:443/feed.php?f=16&t=9972015-08-26T11:55:12+08:002015-08-26T11:55:12+08:00https://bbs.espressif.com:443/viewtopic.php?t=997&p=3438#p3438 AT firmware does not support this function by default.
But you could add it by yourself, calling API "wifi_station_set_hostname" to set hostname of ESP8266 station.
Thanks for your interest in ESP8266 !
Statistics: Posted by ESP_Faye — Wed Aug 26, 2015 11:55 am
]]>2015-08-25T21:36:25+08:002015-08-25T21:36:25+08:00https://bbs.espressif.com:443/viewtopic.php?t=997&p=3430#p3430 I thought the hostname of the ESP8266 as station. So when I connect to it, I'd rather use it's hostname instead of IP address (eg. in browser).
Best Regards
Statistics: Posted by Guest — Tue Aug 25, 2015 9:36 pm
]]>2015-08-24T15:17:27+08:002015-08-24T15:17:27+08:00https://bbs.espressif.com:443/viewtopic.php?t=997&p=3396#p3396 for example:
AT+PING="www.yahoo.com"
+55
OK AT+CIPSTART="TCP","www.yahoo.com",80
CONNECT
OK AT+CIPSTATUS
STATUS:3 +CIPSTATUS:0,"TCP","116.214.12.74",80,0
OK
Statistics: Posted by flyfish — Mon Aug 24, 2015 3:17 pm
]]>2015-08-24T02:54:11+08:002015-08-24T02:54:11+08:00https://bbs.espressif.com:443/viewtopic.php?t=997&p=3382#p3382 is it possible to reach ESP-module using hostname instead of IP-address? If now is not, then will it be planned? It would be great to have an AT+ command to setup hostname.
Best Regards
Statistics: Posted by Guest — Mon Aug 24, 2015 2:54 am