Skip to content

Commit

Permalink
add new prototyping libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriechi committed Mar 12, 2023
1 parent e11fcd1 commit d372888
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ Information about AWS IoT ExpressLink and partner's hardware modules can be foun
* [AWS IoT ExpressLink Getting Started Guide](https://docs.aws.amazon.com/iot-expresslink/latest/gettingstartedguide/elgsg.html)
* [AWS IoT ExpressLink Onboarding-by-Claim Customer/OEM Guide](https://docs.aws.amazon.com/iot-expresslink/latest/oemonboardingguide/oemog.html)

## Prototyping SDK libraries

### Python, CircuitPython, MicroPython

For Python, including CircuitPython, MicroPython, and standard Python on Linux, macOS, and Windows:
https://github.com/awslabs/aws-iot-expresslink-library-python

### Arduino

For Arduino and all all microcontrollers that support the Arduino platform:
https://github.com/awslabs/aws-iot-expresslink-library-arduino

## Web Resources

* [AWS IoT ExpressLink product page](https://aws.amazon.com/iot-expresslink/?nc=sn&loc=1)
Expand All @@ -35,6 +47,9 @@ The user guides can be found under the folder [cloud_templates/user_guides](clou

The **AWS IoT ExpressLink Demo Badge Workshop** is available at https://catalog.workshops.aws/aws-iot-expresslink-demo-badge/. This workshop ran as *IOT207-R* on November 28, and as *IOT207-R* on December 2, at AWS re:Invent 2022.

The *Advanced Lab Modules* of the AWS re:Invent 2022 workshop used a Python library to quickly prototype an integration with AWS IoT ExpressLink using Python. The evolution of this early library is now available in this GitHub repository:
[awslabs/aws-iot-expresslink-library-python](https://github.com/awslabs/aws-iot-expresslink-library-python)

## Hardware Designs

The **AWS IoT ExpressLink Demo Badge hardware design**, with full schematics and PCB layout files, is available under the [hardware designs folder](./hardware-designs/).
Expand Down
3 changes: 3 additions & 0 deletions libraries/arduino/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The AWS IoT ExpressLink library for Arduino is available in this GitHub repository:

[awslabs/aws-iot-expresslink-library-arduino](https://github.com/awslabs/aws-iot-expresslink-library-arduino)
3 changes: 3 additions & 0 deletions libraries/python/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The AWS IoT ExpressLink library for Python, CircuitPython, and MicroPython is available in this GitHub repository:

[awslabs/aws-iot-expresslink-library-python](https://github.com/awslabs/aws-iot-expresslink-library-python)

0 comments on commit d372888

Please sign in to comment.