https://github.com/don/chariot-iot-workshop
Chariot Solutions IoT Workshop Philly Tech Week 2019
https://github.com/don/chariot-iot-workshop
Last synced: 10 months ago
JSON representation
Chariot Solutions IoT Workshop Philly Tech Week 2019
- Host: GitHub
- URL: https://github.com/don/chariot-iot-workshop
- Owner: don
- Created: 2019-05-10T00:51:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T01:07:19.000Z (about 7 years ago)
- Last Synced: 2025-02-23T17:25:25.898Z (over 1 year ago)
- Language: C++
- Size: 8.39 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chariot Solutions IoT Workshop - Philly Tech Week 2019
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
## Exercises
* [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), [IoT DevFest 2019](https://github.com/don/iotdevfest), and [Chariot Day 2019](https://github.com/don/chariotday).
