Giter Club home page Giter Club logo

aws-iot-expresslink-library-arduino's Introduction

AWS IoT ExpressLink - Arduino library

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.

Related libraries and resources

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.

Installation using PlatformIO

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.

Installation using Arduino CLI

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.

Installation using Arduino IDE

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.

Usage

See the examples folder.

See the auto-generated API documentation. This documentation can also be generated locally using doxygen.

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

aws-iot-expresslink-library-arduino's People

Contributors

amazon-auto avatar kriechi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.