Skip to content

mongoose-os-apps/losant-mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Losant + Mongoose OS Example

This is an example Mongoose OS app that connects to Losant via MQTT.

Tested Hardware

  • ESP8266
  • ESP32

Installation & Flashing

Before beginning, you must have the mos tool installed. For more info, see the mos installation instructions.

  1. First, clone the losant app
$ git clone https://github.com/mongoose-os-apps/losant-mqtt
  1. Build the firmware: (esp8266 or esp32)
$ mos build --arch esp8266 
  1. Flash the device: (esp8266 or esp32)
$ mos flash 
  1. Configure WiFi:
mos wifi WIFI_SSID WIFI_PASSWORD 

You must replace the following values:

  • WIFI_SSID
  • WIFI_PASSWORD
  1. Login to Losant service. Create and app and credentials for your device:

  1. Configure MQTT connection to Losant:
mos config-set mqtt.client_id=LOSANT_DEVICE_ID \
  mqtt.user=LOSANT_ACCESS_KEY \
  mqtt.pass=LOSANT_ACCESS_SECRET

You obtain the LOSANT_DEVICE_ID, LOSANT_ACCESS_KEY, and LOSANT_ACCESS_SECRET values from Losant.

  1. To stream logs to the terminal:
$ mos console
  1. Press "Flash" button to trigger data sending:
$ mos
  1. Switch back to Losant page, watch data graph: