Connecting 4/3G USB Modem With Raspberry PI B+ Model
Connecting 4/3G USB Modem With Raspberry PI B+ Model
Connecting 4/3G USB Modem With Raspberry PI B+ Model
This tutorial is about connecting a Raspberry PI 2 Model B with ZTE MF823 4G-modem. This is a
quite straight forward task but people could get confuse because of huge online material. Here are the
few steps for making the PI setup working with mobile broadband.
gpio -g write 38 0
gpio -g mode 38 out
gpio -g write 38 1
And you would see the ZTE model listed in the device list which show that device is detected. Now
enter the command
$ Ifconfig
$ Ifconfig
Now open the browser again and go to the connection tab and then go to Network tab. In the
Network Mode select 4G Prefer. This is important as if there is no 4G coverage in the area.
I would like to thank Skerved Vincent for being part of the discussion and debugging processes.