Giter Club home page Giter Club logo

mqtt8266's Introduction

mqtt8622

Lightweight MQTT client for esp8266 platform

Important notes

It was tested on Wemos D1 mini but could be easy adapted for any other esp8622 platform.

Header file settings.h includes default values of all important system settings: device name, wifi ssid and password, access rules for mqtt broker, timeouts and delays. Some of them can be loaded from serial terminal (see: serial_utils.cpp) or from EEPROM (see: EEPROM_utils.cpp).

The program publishes:

  • current state of 9 GPIOs: separately as messages of topics DEVICE_NAME/state/GPIOxx and all pins together as 9-bit word (topic DEVICE_NAME/state/GPIOALL);
  • current value of ADC input as DEVICE_NAME/state/ADC

The program subscribes:

  • commands of GPIO control as messages of topics DEVICE_NAME/management/GPIOxx

Built With

Author

Vladimir Kirievskiy

License

This project is licensed under the MIT License

This software is furnished "as is", without technical support, and with no warranty, express or implied, as to its usefulness for any purpose.

mqtt8266's People

Contributors

vlakir avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.