Git Product home page Git Product logo

esp2mqtt's Introduction

esp2mqtt

esp8266 / esp32 mqtt sensor node framework

Software

  • consists of server side tool to
    • manage devices / configurations
    • build firmware for each device
    • manage update needs
    • send OTA firmware updates
  • and tiny foodprint config app that wastes as little as possible resources for
    • WIFI setup
    • MQTT setup
    • OTA setup
    • retrieval / flashing of actual app via OTA
  • and the actual device specific firmware
    • focus on sensor node type activities
    • follows the mqtt-smarthome architecture
    • does not know how to do OTA but only how to boot into the config app

Hardware

  • focus on esp8266 / esp8252 / esp32 devices
  • ability to run on a series of different devices down to 1Mb (256KB) esp01
  • config of the device is stored on the device as well as on the server for fault tolerance

Workflow

  • connect device to PC via RS232
  • connect to server
  • open new device wizard
  • select hardware type
  • build config app for the hardware type
  • configure device specifics (name, connected sensors etc.)
  • build actual app for the hardware type and configuration
  • flash config app (ideally through browser granted RE232 access?)
  • flash actual app through OTA

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.