ESP8266 Developer Zone The Official ESP8266 Forum 2016-07-15T09:49:10+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=1894 2016-07-15T09:49:10+08:00 2016-07-15T09:49:10+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1894&p=7965#p7965 <![CDATA[Re: What is the max_connection limit for SoftAP? How to increase it?]]> which SDK version you used?

Statistics: Posted by ESP_Rubin — Fri Jul 15, 2016 9:49 am


]]>
2016-07-14T19:12:23+08:00 2016-07-14T19:12:23+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1894&p=7962#p7962 <![CDATA[Re: What is the max_connection limit for SoftAP? How to increase it?]]> softap_config.max_connection = 8;

not work for me , max connection still 4.

Statistics: Posted by Marco — Thu Jul 14, 2016 7:12 pm


]]>
2016-05-12T11:20:26+08:00 2016-05-12T11:20:26+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1894&p=6843#p6843 <![CDATA[Re: What is the max_connection limit for SoftAP? How to increase it?]]>
Here is an example of softAP configuration http://bbs.espressif.com/viewtopic.php?f=31&t=227.

You can change it as below, but it will take more memory.

Code:

 softap_config.max_connection = 8;


Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Thu May 12, 2016 11:20 am


]]>
2016-05-10T11:28:32+08:00 2016-05-10T11:28:32+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1894&p=6787#p6787 <![CDATA[Re: What is the max_connection limit for SoftAP? How to increase it?]]>
ty,

Alexandre

Statistics: Posted by alx1 — Tue May 10, 2016 11:28 am


]]>
2016-03-14T20:30:59+08:00 2016-03-14T20:30:59+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1894&p=6098#p6098 <![CDATA[Re: What is the max_connection limit for SoftAP? How to increase it?]]>
It is due to the limitation of memory. ESP8266 soft-AP can connected to 8 stations at most.

You can set softap_config.max_connection = 8; then call wifi_softap_set_config.

Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Mon Mar 14, 2016 8:30 pm


]]>
2016-03-12T18:05:51+08:00 2016-03-12T18:05:51+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1894&p=6088#p6088 <![CDATA[What is the max_connection limit for SoftAP? How to increase it?]]>
Here in the changelog it mentions the following
4.ESP8266 soft-AP can connected to 8 stations at most, softap_config.max_connection default is 4
viewtopic.php?f=5&t=481

Where does this limit of 8 stations come from? :? :?

Thanks :)

Statistics: Posted by Guest — Sat Mar 12, 2016 6:05 pm


]]>