https://github.com/perbu/shadow-lamp
Demo project showcasing the use of shadow devices in a simple MCU-app.
https://github.com/perbu/shadow-lamp
Last synced: about 1 year ago
JSON representation
Demo project showcasing the use of shadow devices in a simple MCU-app.
- Host: GitHub
- URL: https://github.com/perbu/shadow-lamp
- Owner: perbu
- License: apache-2.0
- Created: 2020-03-19T09:36:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T20:53:47.000Z (over 6 years ago)
- Last Synced: 2025-03-13T06:44:08.554Z (over 1 year ago)
- Language: C
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shadow-lamp
Demo project showcasing the use of shadow devices in a simple MCU-app.
## Handy stuff:
Build locally (requires Docker):
```
mos build --local
```
Enable OTA:
```
mos config-set dash.enable=true dash.token=DEADBEEF
```
Connect to AWS IoT Core - requires
```
mos aws-iot-setup
```