ESP8266 Developer Zone The Official ESP8266 Forum 2015-03-24T01:10:51+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=40 2015-03-24T01:10:51+08:00 2015-03-24T01:10:51+08:00 https://bbs.espressif.com:443/viewtopic.php?t=40&p=1127#p1127 <![CDATA[Re: 2 new importants requirements in AT firmware]]>
It would be great if wifi_station_dhcpc_stop() was made persistent and that the ip_info struct was also stored in persistent memory so that it is possible to set up a static IP address

What do the Espressif folks think about this? Am I understanding things correctly?

Cheers,
Ben

Statistics: Posted by bjpirt — Tue Mar 24, 2015 1:10 am


]]>
2014-12-15T15:20:44+08:00 2014-12-15T15:20:44+08:00 https://bbs.espressif.com:443/viewtopic.php?t=40&p=278#p278 <![CDATA[Re: 2 new importants requirements in AT firmware]]>
The current SDK supports hardware flow control by default. Please make a try.

Only MTCK(GPIO13) can be reused as UART0 CTS and MTDO(GPIO15) can be reused as UART0 RTS. CTS/RTS can not be swapped to GPIO0/GPIO2.

Please be noted.

Thanks.

Statistics: Posted by Espressif_Kelly — Mon Dec 15, 2014 3:20 pm


]]>
2014-12-09T06:21:57+08:00 2014-12-09T06:21:57+08:00 https://bbs.espressif.com:443/viewtopic.php?t=40&p=257#p257 <![CDATA[Re: 2 new importants requirements in AT firmware]]>
Espressif team, do you plan to enable hardware handshake protocol on the official AT firmware ?

thanks

Statistics: Posted by phil31 — Tue Dec 09, 2014 6:21 am


]]>
2014-12-02T16:57:48+08:00 2014-12-02T16:57:48+08:00 https://bbs.espressif.com:443/viewtopic.php?t=40&p=237#p237 <![CDATA[Re: 2 new importants requirements in AT firmware]]>
please may i expect an answer ?
Is it that I'm the only one who need this feature?
i don't expect so !?? all HOST cpu don't have plenty of SRAM to manage a big buffer (by example to store the full HTML header when a socket is open) before parse all the lines !
so without hardware handshake, we can't use this famous chip to play a web server role...

thanks, regards

Statistics: Posted by phil31 — Tue Dec 02, 2014 4:57 pm


]]>
2014-11-29T20:56:02+08:00 2014-11-29T20:56:02+08:00 https://bbs.espressif.com:443/viewtopic.php?t=40&p=229#p229 <![CDATA[Re: 2 new importants requirements in AT firmware]]>
please, do you plan to add hardware Handshake feature soon, in the official AT commands firmware ?
using GPIO 13 & 15 as RTS / CTS pins ?

thanks
Phil

Statistics: Posted by phil31 — Sat Nov 29, 2014 8:56 pm


]]>
2014-11-13T21:07:25+08:00 2014-11-13T21:07:25+08:00 https://bbs.espressif.com:443/viewtopic.php?t=40&p=142#p142 <![CDATA[2 new importants requirements in AT firmware]]>
I would like to request some new and important features in the AT firmware :

- possibility to set up an STATIC IP (and all required others parameters, like gateway .. ).
the DHCP solution is not possible in every situation. some customer don't provide a DHCP server.

- an possibility to enable/disable an hardware handshake feature : RTS/CTS can be mapped on GPIO0/GPIO2 (which are almost available on all modules)
this is really important for some applications which can't parse quickly all data lines, from the ESP8266 chip. without such solution, I lose many message from the chip.

thanks, regards

Statistics: Posted by phil31 — Thu Nov 13, 2014 9:07 pm


]]>