Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kriansa/mongoose-button-switch
A Mongoose OS project using MQTT to integrate with AWS IoT
https://github.com/kriansa/mongoose-button-switch
aws-iot esp8266 iot mongoose-os
Last synced: 28 days ago
JSON representation
A Mongoose OS project using MQTT to integrate with AWS IoT
- Host: GitHub
- URL: https://github.com/kriansa/mongoose-button-switch
- Owner: kriansa
- License: bsd-3-clause
- Created: 2018-03-27T05:33:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T05:34:03.000Z (almost 7 years ago)
- Last Synced: 2024-11-17T05:12:06.132Z (3 months ago)
- Topics: aws-iot, esp8266, iot, mongoose-os
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Mongoose OS app
## Overview
This app uses a NodeMCU board (ESP8266) and uses its flash button (GPIO0) to
send messages to AWS IOT through MQTT.## How to install this app
- Install [mos tool](https://mongoose-os.com/software.html)
- Generate a new device on AWS IoT
- Download AWS IoT certificates to `fs` folder
- Copy `fs/conf2.json` to `fs/conf3.json` and change your settings accordingly
- Run `bin/build && bin/deploy`
- If needed, change `.env`**Important**: Your secrets will be stored on `fs/conf3.json`. Beware not to
leak them.## License
BSD 3-Clause.