Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 451 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 451 Bytes

Arduino-SIM5320-MQTT

An arduino library for communication with 3G SIM5320 chipset, and implementation of MQTT protocol using AT commands

Installation

The library installs the same as any other external Arduino library. https://www.arduino.cc/en/Guide/Libraries for full details.

Usage

See example1.ino for usage example

Note: Receiving messages from broker on subscribed topics is still under development. Coming shortly with examples.