/ESP_homeautomation-demo

Home-automation system using mongoose os

Primary LanguageJavaScriptOtherNOASSERTION

Homeautomation boilerplate using Mongoose OS - IoT Firmware Development Framework

Overview

This is home-automation system demo using mqtt client to control your devices connected with your ESP device. Using this demo software, You can build your own custom solution for home-automation product.

How to install this application

  • Before doing anything first, You need to update "MoS" tool which is provided by Mongoose OS to build and upload firmware to ESP device..

Command to update mos tool

$ mos update

Command to build firmware

$ mos build --arch esp32

Note : In case of esp8266, Replace "esp8266" with "esp32" in above command.

Command to Upload firmware to ESP device

$ mos flash --port COM9

Note - you need to specific port on which you device is connected.

Use following command to get UI console for your esp device

$ mos

For more information about Mongoose OS

Multiple IDE Option Available