Hi,
I've reviewed all posts I can find on this subject and have tried to incorporate suggestions but no joy.
My goal is to setup an APSTA configuration (re NAT Router ESP32 below) that will support up to 16 connections. The max I've achieved is 8. Here are the kind of changes I've made...to no avail:
1) #define MEMP_NUM_NETCONN 16 // CONFIG_LWIP_MAX_SOCKETS
2) wifi_config_t ap_config = {
.ap = {
.ssid = ESP_AP_SSID,
.channel = 0,
.authmode = WIFI_AUTH_WPA2_PSK,
.password = ESP_AP_PASS,
.ssid_hidden = 0,
.max_connection = 16, <===
.beacon_interval = 100
}
};
Or,
3) changes to sdkconfig that should affect max connections
These changes have NOT resulted in connections greater than 8.
Any suggestions how I can get a larger number of connections, ideally 16.??
Background:
I need to connect an array of 16 ESP32's "nodes" to my http server via my verizon "puck". But the puck has a 10 connection limit.
So I found solution for programming an ESP32 as NAT router that would serve as an AP for the 16 nodes and it would STA connect
to verizon puck. All is good except I can't get more than 8 nodes to connect to NAT router.
Your help would be appreciated...thanks
ESP-IDF v3.3-beta2-60-g86c9b6354-dirty
HW: ESP32 DevKitV1
Kunbutu
Max TCP Connections for ESP32 AP mode
Jump to
- English Forum
- Explore
- News
- General Discussion
- FAQ
- Documentation
- Documentation
- Sample Code
- Discussion Forum
- Hardware
- ESP-IDF
- ESP-BOX
- ESP-ADF
- ESP-MDF
- ESP-WHO
- ESP-SkaiNet
- ESP32 Arduino
- IDEs for ESP-IDF
- ESP-AT
- ESP IoT Solution
- ESP RainMaker
- Rust
- ESP8266
- Report Bugs
- Showcase
- Chinese Forum 中文社区
- 活动区
- 乐鑫活动专区
- 讨论区
- 全国大学生物联网设计竞赛乐鑫答疑专区
- ESP-IDF 中文讨论版
- 《ESP32-C3 物联网工程开发实战》书籍讨论版
- 中文文档讨论版
- ESP-AT 中文讨论版
- ESP-BOX 中文讨论版
- ESP IoT Solution 中文讨论版
- ESP-ADF 中文讨论版
- ESP Mesh 中文讨论版
- ESP Cloud 中文讨论版
- ESP-WHO 中文讨论版
- ESP-SkaiNet 中文讨论版
- ESP 生产支持讨论版
- 硬件问题讨论
- 项目展示
Who is online
Users browsing this forum: No registered users and 119 guests
- All times are UTC
- Top
- Delete cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. ESP8266EX and ESP32 are some of our products.