ESP8266 Developer Zone The Official ESP8266 Forum 2015-03-17T22:16:45+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=140 2015-03-17T22:16:45+08:00 2015-03-17T22:16:45+08:00 https://bbs.espressif.com:443/viewtopic.php?t=140&p=1063#p1063 <![CDATA[Re: final working AT firmware ?]]>
thanks for your suggestion !

but using an LUA interpreter in the ESP8266 is not more secure ..
the LUA firmware is not open source, maybe/surely with some bug too (because youg firmware).

no the best is to wait a working AT firmware !.. maybe next year .. or more !

in the mean time, the concurent HLK-M30 module seem working like a charm .. need to do more test, but for now, it's not bad !

regards

Statistics: Posted by phil31 — Tue Mar 17, 2015 10:16 pm


]]>
2015-03-17T14:36:44+08:00 2015-03-17T14:36:44+08:00 https://bbs.espressif.com:443/viewtopic.php?t=140&p=1057#p1057 <![CDATA[I'm using the nodeMCU-Firmware with Lua scripting]]>
yesterday I discovered the nodeMCU-Firmware for the ESP8266 through this link:
http://benlo.com/esp8266/esp8266QuickStart.html

in contrast to other methods flashing the nodeMCU-firmware is quite easy
1. download flashtool
2. download flash-binary
3. klick flash(E) in the flashtool done.

download LuaLoader for uploading scripts into the ESP8266's flash-rom or use LuaLoader interactive

the nodeMCU-API-reference can be found here:
https://github.com/nodemcu/nodemcu-firm ... mcu_api_en

As the AT-Firmware is a bit buggy you can write your own communication-protocol in Lua ontop of the nodeMCU-firmware
Maybe a first step for you is to test the robustness of the nodeMCU-Firmware.

best regards

Stefan

Statistics: Posted by StefanL38 — Tue Mar 17, 2015 2:36 pm


]]>
2015-02-09T09:38:34+08:00 2015-02-09T09:38:34+08:00 https://bbs.espressif.com:443/viewtopic.php?t=140&p=656#p656 <![CDATA[Re: final working AT firmware ?]]>
AT firmware is not open source any more.. Sorry for the inconvenience..

We use system_get_sdk_version instead of version.h

Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Mon Feb 09, 2015 9:38 am


]]>
2015-02-06T02:38:14+08:00 2015-02-06T02:38:14+08:00 https://bbs.espressif.com:443/viewtopic.php?t=140&p=648#p648 <![CDATA[Re: final working AT firmware ?]]> https://github.com/espressif/esp8266_at for AT firmware is NOT up-to-date with SDK 0.9.5 ?
(there is a lot of inconsistencies with the current SDK, such as there are no more version.h, etc.)

Statistics: Posted by martinayotte — Fri Feb 06, 2015 2:38 am


]]>
2015-02-05T16:24:37+08:00 2015-02-05T16:24:37+08:00 https://bbs.espressif.com:443/viewtopic.php?t=140&p=641#p641 <![CDATA[Re: final working AT firmware ?]]>
Thanks for your interest in ESP8266 !

Please have a try with sdk_v0.9.5 http://bbs.espressif.com/viewtopic.php?f=5&t=154

Statistics: Posted by ESP_Faye — Thu Feb 05, 2015 4:24 pm


]]>
2015-01-17T07:01:41+08:00 2015-01-17T07:01:41+08:00 https://bbs.espressif.com:443/viewtopic.php?t=140&p=514#p514 <![CDATA[final working AT firmware ?]]>
i work with the ESP8266 since 2 months now.
i try to setup the chip as TCP server, to serve some real web pages : html, css, script and images.
so I configure the chip with multiple connection.
I use a MCU as host. i don't want to create my own AT firmware with the SDK.

i would like to know when we can expect a full working and robust AT firmware ?
and a solid document which describe all the strange unsolicited messages ? as "busy", "ERROR" ...
and what to do exactly on each messages.

if the image (or other parts) is less than 2048bytes (size of the buffer), it work more or less right.
as soon as it is bigger, say 10KB, maybe 90% of time, it fail !
I'm fighting to manage all unsolicited message, add some delay, try and try different manner, but the result is too often poor and inconsistent :(

maybe I'm wrong with my host code.. !?
so please can you provide some application note which describe how to implement a robust web server with an external host CPU ?
I need to serve 2 or 3 pages with images, script and other stuff as CSS.
and surely some AJAX script, so it will be repetitive GET or POST requests : I need something robust !

thanks for your support, best regards
Phil

Statistics: Posted by phil31 — Sat Jan 17, 2015 7:01 am


]]>