Raspberry Pi GPRS/GPS notes === I'm focusing on a SIM4320(A) chip: * [Adafruit](https://www.adafruit.com/product/2687) - [simcom](https://cdn-shop.adafruit.com/datasheets/SIMCOM_SIM5320_ATC_EN_V2.02.pdf) - [sim4320 datasheet](https://www.tinyosshop.com/datasheet/SIM5320_Hardware+Design_V1.07.pdf) * [DIYmall](https://www.amazon.com/gp/product/B06Y3N1BD6) * [Arduino SIM5320A](https://www.amazon.com/gp/product/B01HNV3ZXC) GPRS --- | Raspberry Pi Pin | FONA Pin | |---|---| | 3.3v (1) | Vio (4) | | GND (6) | GND (3) | | TXD (8) | RX (6) | | RXD (10) | TX (7) | On the Raspberry Pi (RPi 3B+, Raspbian 2019-07-10 Buster) ``` sudo bash apt-get update apt-get install ppp screen minicom # disable rpi serial interface so we can use it from FONA # echo 'enable_uart=1' >> /boot/config.txt # setup ppp configuration # cat > /etc/ppp/peers/fona <