/iotMongoose

Project for implementing Mongoose OS in ESP32

iotMongoose

Project for implementing Mongoose OS in a ESP32 board

Reference

Shout out to for Alvaro Viebrantz his project introducing Mongoose OS and Google cloud

Mongoose OS

Mongoose OS is an operating system for commercial IoT products (ESP32, ESP8266). https://mongoose-os.com

Features

  • OTA updates and remote management
  • Security - flash encryption
  • IoT Cloud integration - AWS IoT, Google IoT, Microsoft Azure, Generic MQTT/Restful
  • Prototyping and scripting: Prototyping mJS JavaScript Engine Production: C/C++

Install Mongoose OS on MAC

For other OS please refer to https://mongoose-os.com/docs/quickstart/setup.html

curl -fsSL https://mongoose-os.com/downloads/mos/install.sh | /bin/bash
~/.mos/bin/mos --help      
~/.mos/bin/mos

Quick Start guide for Web UI and command line mode https://mongoose-os.com/docs/quickstart/setup.html

Drivers