#shield #clients #series #gnss #sim7000

shield-sim7000

This crate provides clients for the SIM7000 series of shields

2 releases

1.0.0-alpha.2 Jan 13, 2022
1.0.0-alpha.1 Jan 12, 2022

#11 in #gnss

22 downloads per month

Custom license

9KB
176 lines

build BSD 3-Clause licensed

Shield SIM7000

This crate provides clients for the SIM7000 series of shields.

Features Available (✅/❌)
HTTP
MQTT
TCP
GNSS
GSM

For development

You can use https://www.celersms.com/at-emulator.htm to Emulate a serial port. Update shell script and add 2001 to AT_PORT variable.

Install socat to transpose TCP socket into serial port

socat pty,link=/dev/virtualcom0,raw tcp:127.0.0.1:2001

Dependencies

~3–12MB
~116K SLoC