GPRS Notes === Raspberry Pi B | RPi Pin | RPi GPIO | FONA | |-----|-----|------| | 1 | 3.3V | Vio | | 6 | Ground | Ground | | 8 | GPIO14 (TXD) | RX | | 10 | GPIO15 (RXD) | TX | RPi Initial Setup --- `rpi-serial-console` script provided in this directory. ``` sudo bash rpi-serial-console disable apt-get update apt-get install-y ppp screen elinks minicom ``` Connect RPi to FONA once it's wired: ``` screen /dev/ttyAMA0 115200 ``` or ``` minicom -c on -D /dev/ttyAMA0 -b 115200 ``` Make sure to turn off hardware flow control. PPP Config Setup --- Still as root: ``` cat > /etc/ppp/peers/fona < /etc/ppp/chat/gprs.fona < /etc/network/interfaces.d/fona <