Christopher Konopka
Published © GPL3+

Raspberry Pi SixFab IoT Gateway Quickstart

Learn how to create an IoT gateway using a Twilio SIM, a Raspberry Pi and the SixFab 3G-4G/LTE Base Shield V2 with a Quectel EC25 modem.

IntermediateProtip12,895
Raspberry Pi SixFab IoT Gateway Quickstart

Things used in this project

Hardware components

Programmable Wireless
Twilio Programmable Wireless
×1
Quectel EC25 Mini PCle 4G/LTE Module
×1
Raspberry Pi 3G-4G/LTE Base Shield V2
×1

Hand tools and fabrication machines

QMI Interface

Story

Read more

Schematics

RpiSixfab-Connected

Code

List of CLI commands

SH
This is a list of all of the CLI commands used for this post.
#!/bin/bash 
ping raspberrypi.local
ssh pi@xxx.xxx.xxx.xxx
sudo raspi-config
sudo ifconfig
sudo apt-get update
sudo apt-get install raspberrypi-kernel-headers
ls /usr/src
sudo rpi-update KERNEL VERSION
sudo reboot
ssh pi@xxx.xxx.xxx.xxx
wget https://raw.githubusercontent.com/sixfab/Sixfab_RPi_3G-4G-LTE_Base_Shield/master/tutorials/QMI_tutorial/qmi_install.sh
sudo chmod +x qmi_install.sh
sudo ./qmi_install.sh
ssh pi@xxx.xxx.xxx.xxx
cd files/quectel-CM
sudo ./quectel-CM -s wireless.twilio.com
ssh pi@xxx.xxx.xxx.xxx
sudo ifconfig
sudo ifconfig wlan0 down
ping -c 3 www.twilio.com

Credits

Christopher Konopka

Christopher Konopka

10 projects • 20 followers
I love connecting things

Comments