On Sun, May 07, 2017 at 02:19:25PM +0200, Marek Floriańczyk wrote: > Hello all, > > I need to set up such a configuration: > Cubieboard2 with Debian Jessie, Hostapd 2.6 as an AP, usb wifi dongle + 100 > devices with NodeMCU module: > http://www.electrodragon.com/product/esp-12f-esp8266-wifi-board/ > > I'm using usb wifi dongle based on Ralink RT5370 Wireless Adapter, > after I have switched hostapd network mode to "b" it works quite well (tested > with 70 devices). Only text commands are going to be send from server to > devices, so I don't need high speed, I need reliability. > > Has someone any experience with such a setup ? > Would one recommend different wifi dongle (maybe more powerful), with different > chipset? If RT5370 works for you I would stick with it. RTxxx chips with rt2800 driver are capable to support up to 190 stations with HW encryption and 11n aggregation (something that you are not interested). Theoretically more stations can be added and those should fallback to software encryption and frame aggregation will not be done, but I'm not sure if anyone test that. I'm also not sure if many people test 11b, perhaps 11g would be better choice. BTW, what kernel version are you using (I'm curious if 11b still works on latest kernels) ? Stanislaw