Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.24 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.24 KB

AWS IoT Workshop

Hands on workshop for Chariot Solutions' IoT on AWS Conference.

The workshop will use the Arduino MKR WiFi 1010 board with the MRK ENV shield.

Arduino MKR WiFi 1010

Arduino MKR ENV Shield

The ENV shield has a bunch of sensors

  • Atmospheric Pressure, ST LPS22HB
  • Temperature and Humidity, ST HTS221
  • Ambient Light LUX, Vishay TEMT6000X01
  • Ultraviolet Index (UVA UVB), VEML6075

MKR ENV library allows us to access the sensors through a common library https://www.arduino.cc/en/Reference/ArduinoMKRENV

The workshop materials will walk through connecting the Arduino MKR 1010 to AWS IoT Core.

Kinesis Analytics

See KinesisAnalyticsExample/README.md for instructions on how to run the Kinesis Analytics exercise.

Device Shadows

Sample iOS and Arduino code for using device shadows can be found in the aws-mobile-iot repo.