Advanced Search
Search Results
4 total results found
Working Environment
Operating System: Ubuntu 18.04 OS: Mongoose OS(mos) Debugging Tools: Saleae Logic Analyser Hardware: ESP32 ATM90E26
How to build
Setup Mongoose OS The Mongoose OS setup Instructions are available in quick start guide. Setup Mongoose OS according to the Host operating system. The application was originally built using mos version 2.14.0. After mos is installed, switch to this version. mo...
Program Flow
Overview: The whole application is event driven. At bootup, two timers are started. One ticking every second and the other every 15s. The timer ticking every 1 second, checks and maintains the network connectivity. Timer ticking every 15 second, pushes the dat...
Production
Overview: Each device has a unique ID (12 characters) which is made of two parts, unique password (8 characters) and unique HID (4 characters). The HID is used to get UID from the cloud. The UID is then used for MQTT connection. When flashing the device in pro...