The plant demo will demonstrate how to integrate various AWS cloud features with ExpressLink. The plant demo uses several peripherals to monitor the environment of a plant and notify a user when certain variables are outside of the desired state for the plant.
The repository is separated into 2 folders: cdk and arduino. The arduino folder contains the code that needs to be flashed onto the host board. The cdk folder contains the CDK template for creating and deploying the cloud resources for the demo.
The demo is built on a P-NUCLEO-WB55 by STMicroelectionics; running the example on a different host board may require some modification to the serial communication and peripheral connections. The demo uses four sensors (photocell, temperature sensor, soil moisture sensor, and water level sensor) to monitor the plant's environment. In addition to these sensors the demo also includes a water pump for automatically watering the plant on a schedule.
- AWS IoT ExpressLink Programmer's Guide
- AWS IoT ExpressLink Getting Started Guide
- AWS IoT ExpressLink Onboarding-by-Claim Customer/OEM Guide
- More AWS IoT ExpressLink Examples
- Playlist: Building a Weather Station
- Espressif's AWS IoT ExpressLink Solution
- u-blox AWS IoT ExpressLink
- AWS IoT ExpressLink and the u-blox NORA-W2
- Product Showcase: AWS IoT ExpressLink SARA-R5 Starter Kit
- AIROC™ Cloud Connectivity Manager module & AWS IoT ExpressLink
- Innovation Coffee with AWS IoT ExpressLink
The resources in this repository are licensed under the MIT-0 License. See the LICENSE file.