This repository contains some simple scripts to get started with the SIM5320A on the RPi.
##How to use
git clone git://git.code.sf.net/p/atinout/code atinout
cd atinout && make && make install && cd ..
git clone https://github.com/stratux/SIM5230A-RPi
cd SIM5230A-RPi
Once everything is set up, the scripts below will be ready to use.
##Contents
-
install.sh
Run this to add the correct "dtoverlay" to your
/boot/config.txt
file. This is required in the RPi3. -
3g-power-cycle.sh
Run this to turn the 3G module on or off.
-
3g-send-udp.sh
Use this script to send a single TCP packet.
-
3g-send-tcp.sh
Use this script to open a TCP connection, send a single packet, and then close the connection.