ASteinheiser / m5-stick-c-watch-demo

Demo for the M5Stick C watch, using AWS IoT to pub/sub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

m5-stick-c-watch-demo

Demo for the M5Stick C watch, using AWS IoT to pub/sub.

From Arizona IoT Dev Fest 2020

Full Instructions Here

Play music on the watch speaker with cURL:

curl -d "{delay: 500, notes: [100, 200, 300]}" -H "Content-Type: application/json" -X POST <YOUR_ENDPOINT>

About

Demo for the M5Stick C watch, using AWS IoT to pub/sub

License:MIT License


Languages

Language:C++ 75.9%Language:C 24.1%