Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

At home I have two modules connected as the picture below:

Is there any way to change the default name (ESP_xxxxx) that the module generates?

share|improve this question
    
What do you mean by name? – Dat Ha Oct 7 at 0:39
    
canadiancyborg I edited the question. Now it's understandable! – Sr Julien Oct 7 at 0:49
    
Which firmware are you using? – gre_gor Oct 7 at 11:57
    
Hi gre_gor! I'm not using any firmware, I am using the Arduino IDE. – Sr Julien Oct 9 at 4:28

This line of code should hopefully do a difference.

wifi_station_set_hostname(myHostname);

For more information :

https://www.reddit.com/r/esp8266/comments/3zl3pi/change_esp8266_network_name/

share|improve this answer
    
Hi canadiancyborg! I tried to use 'wifi_station_set_hostname', but without success! I appreciate any suggestions! – Sr Julien Oct 9 at 4:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.