GitXplorerGitXplorer
a

iot-expresslink-plant-reference

public
3 stars
3 forks
0 issues

Commits

List of commits on branch main.
Verified
22efa577a30728be0ce6683a5509b490dab023b1

Merge pull request #8 from kstribrnAmzn/updateDeps

kkstribrnAmzn committed 2 months ago
Unverified
06164e2cc83128043d2ff7446fc6684cf8d0e7fa

Update vulnerable dependencies

kkstribrnAmzn committed 2 months ago
Verified
ae372a61bf570ad3a056f7efe3758fdf0992da2d

Merge pull request #7 from joshzarr/jzarr-grafana-update

kkstribrnAmzn committed 6 months ago
Unverified
7b319b6634e95d21b9efba267246a7a83e58d041

Update CDK client-grafana package dependency

jjoshzarr committed 6 months ago
Verified
537c1a406f7e17f60b40f03b42169c7b2a2314f1

Merge pull request #6 from Skptak/CI-CD

SSkptak committed a year ago
Unverified
2000ba95a523f2be1b67445e499ab4f801a8cbb7

Going to make the build into a seperate PR

SSkptak committed a year ago

README

The README file for this repository.

AWS IoT ExpressLink Plant Reference

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.


alt text

Repository structure

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.

Hardware Setup

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.

ExpressLink Documentation

YouTube Videos

License

The resources in this repository are licensed under the MIT-0 License. See the LICENSE file.