Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.