Using a USB WiFi dongle with a Raspberry Pi 3

I have an all-metal case for my Raspberry Pi 3B+ that provides excellent cooling but almost completely blocks the built-in WiFi antenna.

How can I get Octoprint to work with a USB WiFi dongle instead of using the built-in interface?

I've searched for a while but haven't been able to find any info on this.

I think you can disable the onboard wifi with sudo raspi-config. You can also do it manually, see https://raspberrypi.stackexchange.com/questions/43720/disable-wifi-wlan0-on-pi-3#62522

Once you have done that, an USB WiFi dongle should give you a wlan0 network interface and things should work just the same with that as the internal wifi interface would.

1 Like

Thanks! I wasn't able to disable WiFi via the raspi-config app but I was able to do it manually. After that I plugged in the WiFi dongle and it worked like a charm.

Continuing the discussion from Using a USB WiFi dongle with a Raspberry Pi 3:

Hi iCach0,

How did you configure the wifi dongle?

If there is any turorial that you recommend i would really apreciate it
thanks