GithubHelp home page GithubHelp logo

esp32_display_module's Introduction

ESP8266 Display Module

This software is primarly made for my OLED Display Module. It currently just displays it's status on the display and send's some status informations to a predefined MQTT Server.

My goal is to get a full CLI based system over MQTT. The plan is to be able to e.g. set GPIO's to high/low or even do advanced stuff like integrated WS2812/SK6812 driving capability. Drawing things on the OLED Displays with simple graphic commands is already mostly implemented. All that should be controllable over MQTT. For first time configuration I'm planning to implement an WiFi Ad-Hoc mode on which you can connect from your computer and then configure it via Webinterface (WiFi credentials, MQTT Server etc.).

All that features aren't implemented within 5 minutes. So this is really a long term project to finish. I love to design new hardware and thus probably never finish this software to 100%.

Module

The whole software is designed to run as fast as possible. Thus the whole system has absolute no issues with spamming the MQTT Server and changing the Display at the same time:

fast

You can even do amazing stuff like drawing an animated cube!:

cube

Usage

Set your SSID + Password in 'app/user/user_config.h'

Set your MQTT Server in 'app/mqtt/mqtt.h"

Install the compiler + sdk and configure the paths in 'app/Makefile'

Then just connect your ESP8266 via USB and run the following command:

make flash

Environment

I used a simple environment with an https://mosquitto.org/ MQTT Broker with the standard configuration under Debian. As a client on the PC side I've used the MQTT.fx software.

Screenshot

esp32_display_module's People

Contributors

berkutta avatar

Stargazers

 avatar

Watchers

 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.