Skip to content

joshzarr/iot-expresslink-plant-reference

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.1%
  • TypeScript 34.5%
  • C++ 19.7%
  • C 3.7%