https://github.com/don/chariotday
https://github.com/don/chariotday
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/don/chariotday
- Owner: don
- Created: 2019-03-23T00:55:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T23:20:08.000Z (about 7 years ago)
- Last Synced: 2025-06-03T17:13:58.819Z (about 1 year ago)
- Language: C++
- Size: 7.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).