Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new prototyping libraries #28

Merged
merged 1 commit into from
Mar 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)