OpenWrt Forum Archive

Topic: wifi connection limit

The content of this topic has been archived on 28 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi all!

I need to connect 80 devices (ESP8266 modules) to my wifi network. I have router TP-LINK Archer C20i which will connect only 31 devices. I have tested my friend router TP-LINK TL-WDR4300 (N750) (out of life) with OpenWRT 14.07 and this router connected 80 devices in the blink of the eye wink
So my question is: where is the limit, is it on the chipset or is this firmware issue, I mean original TP-LINK firmware cannot handle 80 wifi connections.
I want to test also new router TP-LINK Archer C7 (AC1750) but to be honest I don't need fancy stuff, my modules works only with 2,4GHz and in b or g mode.

I would appreciate some advice.
Best Regards
Marek

C20 is a different chipset, your results may vary.  You could try OpenWrt on it.  C7 and 4300 should be about the same on 2.4, they are both Ath9k chips.

Thanks for answer. I have installed OpenWRT on TP-Link wr841 V11 but there was no LuCI and I couldn't install it due to - No space left on device. I have noticed that is has hostapd-common package installed on it, so OpenWRT uses Hostapd to manage wifi connections? I'm using Hostapd now on the computer with wifi card but it tends to hang up, on the other hand I'm not experienced with Hostapd so maybe my config is the problem.

Download a release image for your WR841, it will include LuCI.

Hostapd is used in almost every device that acts as a WiFi AP.  Hostapd sets up the connection initially, checking password etc. then the kernel driver handles moving data once connected.  The default in OpenWrt is to configure hostapd to accept 150 users, but that can be changed.

Thanks for answer.

"The default in OpenWrt is to configure hostapd to accept 150 users" - this is nice wink

Regarding WR841N I have used images from OpenWrt download page:
openwrt-15.05.1-ar71xx-generic-tl-wr841n-v10-squashfs-factory.bin
openwrt-ar71xx-generic-tl-wr841-v11-squashfs-factory.bin
openwrt-15.05-ar71xx-generic-tl-wr841n-v9-squashfs-factory.bin

They have different names, but size is the same, so I think this is the same file
This image does not include LuCI, I have installed this.
Later on I have tried to install LuCI with opkg update && opkg install luci but installation failed due to: No space left on device (root partition), then I tried "offline" script but result is the same.
Link from YT says there is problem with 4MB flash and to use stable release, but which one ? 14.07 made for wr841n V9 ?

Anyway I have changed this router to Archer C20i and wonder whether installing OpenWrt will expand wifi connection limit from current 31 devices to 150

Best Regards
Marek

LEDE has a build specifically for the v11.  Though I would think the CC v10 build should be about the same, as it's the same chipset just a different firmware ID in the factory firmware.
http://downloads.lede-project.org/relea … pgrade.bin
This LEDE file contains LuCI.
I have a couple of WR841V11 running that firmware, though I have upgraded the flash to 16 MB so I can install OpenVPN etc.  The 4MB chip is still adequate if you're not going to add anything later.  You should not need to add anything to test if it can connect to your 80 users.

The C20i is a MediaTek chip so it uses an entirely differnet kernel driver.  I would also use LEDE there to get newer drivers.

(Last edited by mk24 on 29 Aug 2017, 14:57)

well I'm becoming angry, another bricked router, LEDE from download page creates boot loop for Archer C20i V1.1 and recovery with tftp killed it completely only power led is ON everythjing else is dead, even holding reset at power on does not work, router does not download firmware. FCUK

(Last edited by franki on 29 Aug 2017, 17:11)

The discussion might have continued from here.