Let me try from the beginning... to describe all my steps that could be wrong:
*Flashed the ESP_01 flash size=512K
*uploading 343312 bytes @ 0x00000000
*response=OK
*esp power_off
*jumper removed
*terminal connected at 9600 8 n 1
*esp power_on
*terminal display as follow:
ȤlÍÉðbGCýH>l¤ÿæESP Basic 1.60
1
2
3
4
5
6
7
8
9
10
11
12
Failed Wifi Connect
Creating WIFI access point
ESP
APname
APpass
file open failed
Starting Default Program
Done...
* "ESP" shown on my home wifi list.
*esp connected from the wifi list
*192.168.4.1/edit typed on browser
*vars, edit, run, filemngr, open and save shown on the page. ( nothing more on the terminal )
>>> at this point it seems to me that the esp is connected as AP 192.168.4.1 : Is this assumption correct ?
* I wrote :
print "hello"
end
in the edit window
*save button pressed
*saved msg received
*saved displayed at bottom left of the sreen
*terminal shows:
Done...
default/1
default/2
default/3
* run button pressed
*terminal and screen show:
hello %0D
Done...
>>> is this correct ? why have I got %0D after hello?
Is this procedure OK for now ?
Thanks a lot for the assistance.
regards,
Ambrogio