HI.
There is a list of compatible modems and SFP modules for Mikrotik. Here it is: https://help.mikrotik.com/docs/display/ROS/Peripherals
But I can’t find a similar list for wifi modules. I understand that Wi-Fi modules intel will not be compatible. But the rest? Particularly interested in modules with Bluetooth 5.
At the moment, after reading numerous forum threads and other sources, I have come to understand that it is possible to unpack a firmware image using an archiver tool and explore the “wireless” directory. In that directory, there is a small list of modules: AR5211, AR5212, AR5416, AR9300, AR9888, QCA9888, QCA9984, WIL6210, which are likely to be supported, but I’m not entirely certain. All of them are based on Atheros and Qualcomm chips. There may be other models that could potentially work on MikroTik devices. I hope there are modules with Bluetooth support as well. This would be beneficial for those involved in IoT. Here is an example of how a module is identified in devices, although it may not appear in the interfaces, even if it is based on Atheros and Qualcomm chips.
Perhaps someone has experience connecting and working with specific Wi-Fi modules, so I kindly request them to share their experiences regarding the connection and configuration. If MikroTik’s technical support team is reading these comments, I hope they take notice that it turns out my topic is not the only one where the question of compatible Wi-Fi modules is raised. Either they can expand the list or broaden their range of Wi-Fi modules.
Yes, ONLY chipsets with specific drivers (ie AR5211, AR5212, AR5416, AR9300, AR9888, QCA9888, QCA9984, WIL6210) have chance to work. No other will be recognized at all like you show on your screenshot, even if it’s similar family or generation. Devices listed in PCI resources are just that: list of PCI devices. It only shows card was recognized and it’s correctly plugged in, but there is no driver for it. Same would happen if you plugged in GPU or HBA card using riser, it would appear in PCI devices list, but otherwise not do anything.
But even when using wlan card that have supported chipset doesn’t mean it will work. Difference in eeprom might be the cause or some vendor customization of tx/rx chains. Dumping eeprom from Mikrotik card and using it in the same chipset oem card might work… or not.
It’s very unfortunate and, in my opinion, not right on the part of MikroTik. Since I’ve purchased multiple MikroTik boards, I will try to use them and find the Wi-Fi modules that work properly. However, overall, I will be forced to stop working with MikroTik and explore alternatives because even though MikroTik claims to support IoT, it is implemented poorly and lacks flexibility.
That’s good to hear, it’s pleasing. I see one module. It seems to be the Compex WLE900VX. It has three antennas. Do I need to connect all three antennas at once? Does it have Bluetooth capability?
I cannot identify the second module. Could you provide its model, and I can assist you with the same questions regarding antennas and Bluetooth capability?
yes, of course. You can turn off chains in advanced options, can even assign different ones for TX/RX…
As for bluetooth, completely forget about it ever working in ROS, it’s not going to happen. Only possibility is if USB pass-trough ever makes it into containers subsystem, it might be possible to run bluez in a container or other USB bluetooth stack…
Bluetooth in KNOT is part of the used Qualcomm CPU, it’s internal to the platform, not external USB module. So the driver will not work with anything other than that one specific SoC.
As for antennas, you can have two sectors connected to two chains, but if they don’t overlap at all, you will lose 2x2 speeds. But that may still be fine, especially if you have just 1x1 clients.
In one of my setups I have AP in one room with small antenna on chain 1 and use old CATV cable that was there to get chain 2 antenna into other room where is another small wire antenna.
It works great even when signal difference between chains in the rooms is >70dB (thick concrete walls with rebar) and saved me cost of another AP + LAN wiring.
No, I meant the connectors on the Wi-Fi module. The module has three connectors (CH0, CH1, CH2). Is there any difference in which of these connectors to use when connecting two sector antennas, assuming the antennas are SISO (Single Input, Single Output)?
Have you tried working with just one AR98XX module? I purchased one myself, similar to your Compex WLE900VX. I can’t figure out how to configure both the 2.4GHz and 5GHz bands to work on this single module.
In the interface, only one Wi-Fi module is visible. In the wireless settings, there is no option for simultaneous operation of the 2.4GHz and 5GHz bands, and it is unclear if there is a way to configure them together.
Currently, only two such antennas are connected; the sector antennas haven’t been included yet.
Are you completely new to Mikrotik? It sounds like you have no idea how things even work. Time to RTFM, maybe watch some videos on how to configure and work with WISP hardware, otherwise you will keep asking stupid questions like this…
Yes, I’m a complete beginner in MikroTik. I mentioned that in several of my posts. And the question is not about configuring simultaneous operation of two modules on MikroTik, where one operates at 2.4GHz and the other at 5GHz. The question is about configuring a single module to operate simultaneously in both frequency ranges. Specifically, I’m interested in configuring the Compex WLE900VX module. I would appreciate it if you could provide a link for such instructions. I’m specifically interested in the simultaneous operation of both frequency bands on a single module. I’ve figured out how to configure two modules to work in different frequency bands.
However, some claim that such modules do not exist. Although several sellers who deal with these modules claim the opposite, they do not provide any instructions.
That’s not possible, all supported chipsets can only server single WIFI channel. Yes, the modules supports both 2.4 and 5GHz bands, but there is just one local oscillator that can run on one or the other frequency band, meaning this card can either run as 2.4GHz or 5GHz, but never both at the same time.I know there were some hybrid miniPCIe modules that had double the radio chipsets and parts, but they used completely incompatible chipsets and thus would never not work in ROS.
If you need to create AP with both bands, you have to use multiple radio cards (just like JohnTRIVOLTA shown on his photo), there is no other way around that.