General area when it fits no where else

Moderator: Mmiscool

User avatar
By Mmiscool
#35287 If it is having trouble saving I recommend going to the settings page and hitting the format button.

There are wifi commands that can be used in a program to turn on station mode or ap mode.

Code: Select allconnect "network Name" "network password"

will connect you to a wifi network in code.


Code: Select allap "network name" "optional password"

Will create an access point from the esp.


See http://www.esp8266basic.com/wifi-commands.html in the language reference section of the esp8266 basic site.
User avatar
By iw2fvo
#35288 thanks Mmiscool.
I am sorry to ask silly questions...
Now it is clear to me.
English is my second language !
I am not a programmer, I use PICBASIC for my small projects and so I am very happy about ESP_Basic interpreter. Congratulations .
I hope to make some progress.
Thanks again for all.
Regards,
Ambrogio
User avatar
By iw2fvo
#35490 sorry but NOT working for me.

I am running the flasher version 1.61. on windows 7 64 bit PC.
I loaded the serial taking as reference the youtbe video and the forum instructions.
It worked just once ! After that there is NO way to make it working again.
> re_flashed, several times ending with OK msg.
>changed 3 ( three ) different ESP_01's modules: Always the same history.
>terminal response is ... file open fail .
> all the three modules work well if flashed with LUA or AT firmware.


Please help me.
Thanks in advance
regards,
Ambro
User avatar
By Mmiscool
#35498 The 512 k moduels are very limited in program size. I estimate about 50k of space.

Go to the setting page and hit format. See if this clears up your issue.