Skip to content

intro.md

AndroAdi edited this page Jan 10, 2020 · 3 revisions

Device Management Dashboard

Mongoose OS provides an integrated service for device management called mDash. It is located at https://dash.mongoose-os.com/ , and provides the following functionality:

  • 24/7 access and monitoring for your devices in the field
  • Full isolation. Other users cannot see traffic from your devices and cannot access them
  • OTA updates, on-the-fly file editing, config editing, shadow editing, calling any device function like Sys.Reboot, Sys.GetInfo, GPIO.Toggle, etc
  • RESTful API and Web UI that provide:
    • Online/offline status together with device metadata like firmware version, build time, device architecture
    • Full access to the devices' RPC services (remote management)
    • Reliable OTA updates with manual or automatic commit
    • Device twin (or, shadow) cloud object, semantically identical to AWS / Azure
  • Notification stream that lets you catch state changes, implement custom logging, etc

CCM

kiwi

mdash

mongoose-os





ADS1X1X I2C ADS7843/XPT2046 SPI APDS9960 I2C ATCA BH1730 sensor BME280/BMP280 BQ27421 Barometers Bosch BM222 CCS811 I2C DHT DS3231 I2C Dallas RMT ESP32 touch sensor HTU21D(F) I2C ILI9341 SPI IMU INA219 I2C INA226 I2C INA3221 I2C Inventek ISM43xxx WiFi MAX7219 I2C MAX72xx LED matrix MCP23XXX I2C MCP9808 I2C MQ135 gas sensor Neopixel Onewire RMT PCF857X I2C SHT31 I2C SSD1306 OLED STMPE610 SPI Si7005 sensor Si7021 I2C TI TMP006 temp sensor VEML6075 I2C VFS (LittleFS) VFS (RAM) VFS (SPI NOR Flash) VFS (SPIFFS) VFS (Winbond W25XXX) VFS (another device) VFS (encryption) VFS bh1750 I2C



RPC core RPC loopback RPC over BLE GATT RPC over MQTT RPC over UART RPC over UDP Service - ATCA Service - Config Service - Cron Service - FS Service - GATT client Service - GPIO Service - I2C Service - OTA Service - WiFi


uart-gateway

Clone this wiki locally