Giter VIP home page Giter VIP logo

radiator-console-esp's Introduction

AWS Dashboard Console for the ESP8266

Introduction

The AWS Dashboard Console is used to monitor the AWS cloud service alarms and code pipeline status. The console contains Led lights and LCD screen to show the AWS status messages. The backend service for the console is a custom AWS Lambda function that provides a dedicated REST JSON response. Link to the Lambda repository

My implementaion is built on top of the AWS but the backend can be virtually any REST service that provides a suitable JSON response.

alt text

Compatibility

This program is intended to run on the ESP8266 based boards. My version uses NodeMCU 1.0 board.

Components

The Dashboard Console contains following components:

  • 1 x NodeMCU board
  • 7 x Led lamps (4 x red and 3 x green blinking)
  • 7 x Resistors for the leds
  • 1 x LCD screen 2x16 I2C

JSON content

The JSON content for the console looks like this:

{
    "alarms_list": [],
    "alarms_raised": false,
    "alarms_raised_history": true,
    "pipelines_running": false,
    "pipelines_running_list": [],
    "pipelines_failed": true,
    "pipelines_failed_list": [
        "CodeBuildPipeline"
    ]
}

Credits

Copyright (c) 2019 Mika Mäkelä

radiator-console-esp's People

Contributors

m1kma avatar mikamasolita 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.