This project is a library to interface with AWS IoT ExpressLink modules with Arduino microcontrollers. It uses the AT commands and provides a C++ wrapper for parsing and integrating into your Arduino sketches using setup+loop functions.
It currently follows and implements the AWS IoT ExpressLink Technical Specification v1.1. You can find the full programmer's guide and further documentation here.
If you are using the Arduino framework, you can use the awslabs/aws-iot-expresslink-library-arduino library for C++.
For additional resources, tutorials, workshops, and videos, please see the aws/iot-expresslink repository.
You can install this library using PlatformIO:
pio pkg install https://github.com/awslabs/aws-iot-expresslink-library-arduino.git
See this PlatformIO CLI documentation page for more install options.
See this PlatformIO documentation page for more details on dependency management in PlatformIO projects.
This library is currently not available in the PlatformIO Library Registry - please install it instead via the direct GitHub URL as shown above.
You can install this library using the Arduino CLI:
arduino-cli config init
arduino-cli config set library.enable_unsafe_install true
arduino-cli lib install --git-url https://github.com/awslabs/aws-iot-expresslink-library-arduino.git
See the Arduino CLI documentation for more options.
You can install this library using the Arduino IDE: with your sketch opened in the Arduino IDE, go the the menu bar item Sketch, then Include Library, then Add .ZIP Library....
This library is currently not available in the Arduino Library Index - please install it instead via the CLI or the ZIP file.
See the examples folder.
See the auto-generated API documentation. This documentation can also be generated locally using doxygen.
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.