An open API service indexing awesome lists of open source software.

https://github.com/don/chariotday


https://github.com/don/chariotday

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Chariot Day IoT Workshop

Build your own IoT Device. You'll learn how to wire hardware and write firmware for the Arduino MKR WiFi 1010. We'll use MQTT to transfer data between your device and *the cloud*. You'll also learn how to use certificates and the crypto chip on your device to securely communicate with AWS IoT.

Presented by Don Coleman & Rod Biresch

## Exercises

* [Intro](exercises/intro.md)
* [Exercise 1: Development Environment](exercises/exercise1.md)
* [Exercise 2: Assemble the Hardware](exercises/exercise2.md)
* [Exercise 3: Sending data using MQTT](exercises/exercise3.md)
* [Exercise 4: Viewing MQTT data](exercises/exercise4.md)
* [Exercise 5: Graphing MQTT Data](exercises/exercise5.md)
* [Exercise 6: Sending Data to Arduino](exercises/exercise6.md)
* [Exercise 7: Connecting using X.509 certs](exercises/exercise7.md)
* [Exercise 8: Running the Prototype](exercises/exercise8.md)

This workshop is based on content from previous workshops for [Hackaday Superconference 18](https://github.com/don/superconf-iot-workshop), [Philly .NET Code Camp 18.2](https://github.com/don/phillycodecamp), and [IoT DevFest 2019](https://github.com/don/iotdevfest).