-->
Page 1 of 2

Changing the name recognised by the adsl router

PostPosted: Sat Nov 07, 2015 1:22 pm
by diffstorm
Hello All,

I've connected my ESP8266 to the home router's wifi network and I see "ESP_058ED9" as name on the LAN info page which listing of connected devices.

How can I change that name to what I want?

BR

Re: Changing the name recognised by the adsl router

PostPosted: Sat Nov 07, 2015 1:39 pm
by martinayotte
The ArduinoESP provide the function : bool ESP8266WiFiClass::hostname(char* aHostname)
it is calling under the hood the SDK function : bool wifi_station_set_hostname(char *aHostname)

Re: Changing the name recognised by the adsl router

PostPosted: Sat Nov 07, 2015 2:39 pm
by diffstorm
Thank you, it worked. Just wrote it before connecting.

Re: Changing the name recognised by the adsl router

PostPosted: Tue Nov 24, 2015 10:57 am
by roizano
There is any Arduino IDE solution for that?