Coder Social home page Coder Social logo

pxclock's Introduction

PxClock is a textual clock.

It's made of esp8266 and led matrix, 64x32, driven by PxMatrix library.

The time comes from ntp and the matrix can also display notifications, coming from mqtt broker.

You can send basic text on domo/clock mqtt topic messages like

{"type":"info", "text":"Hello World\n!!!!",delay:1000, color:7444}

or commands like

{"type":"command", "command":"banana"}

To let appear a dancing banana animation of course.

With Home Assistant:

service: mqtt.publish
data:
  payload: '{"type":"info", "text":"GARAGE\nOUVERT\n!!!!",delay:10000, color:7444}'
  topic: domo/clock/

Basic setup

Once compiled and uploaded, a new public wifi should appear. Connect to it and let your operating system open browser on the captive portal.

You should be able to enter your wifi infos.

Mqtt server address is hardcoded for now... You can also specify mqtt user/password in code.

Initially, clock was French only, i just added quick translation to let you get in in English. It's as simple as change include in source code: include switch_hour_en.h or include switch_hour_fr.h. Of course it would be nice to add some languages....

clock

clock

dancing banana

pxclock's People

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.