[Solved] How to use external wifi adapter

HI,

I am trying to use an external USB WIFI adapter on my rosbot 2.0. I met a problem that the external adapter cannot be recognized by the robot. How can I solve this?

Hi.

Sorry for late response. You need to check what driver your WiFi adapter uses and then find the appropriate kernel driver to build. Most of the kernel drivers for external WiFi adapters are included in kernel by default only for x86 64 bit architecture. ROSbot 2.0 is 32 bit ARM (other name for this architecture is armhf) and ROSbot 2.0 PRO is x86 64 bit.

Best regards,
Krzysztof Wojciechowski.