I've used the Arduino IDE and an ESP12 module.
1. Tried with the @igrr sketch ( https://github.com/esp8266/Arduino/issues/268, Remember to change your SSID and password, and selet in the Tools Menu 2M Flash Size ). The sketch automatically returns (through serial), the module status, in my case>
.......ip:192.168.0.5,mask:255.255.255.0,gw:192.168.0.1
.
Connected to LAURA
IP address: 192.168.0.5
Sketch size: 343068
Free size: 704512
I have closed the Arduino IDE and opened again waiting to see the ESP IP in the ports menu, but I haven't had luck.
2. I have also tried using the following sketch http://www.wemos.cc/d1/Wireless_Upload. (Not necessary to select 2M Flash Size). When I close and open the Arduino Ide, I can see the ESP module IP in the ports menu, but when I try to upload a sketch, the module asks me a password. I have no idea about what password should I type....
Any comments or similar experiences?
Further information:
Arduino IDE version installed: 1.6.5
Additional Boards manager installed: http://arduino.esp8266.com/staging/pack ... index.json
Thanks,
A.