Giter Site home page Giter Site logo

d5y's Introduction

D5Y

A minimalistic library for building ESP32-based display devices.

Features

  • Easy to use API.
  • Support of popular displays:
    • MAX71219-based LED matrices.
  • Bluetooth configuration interface.
  • Support of more than one display connection.
  • No fucking Arduino.

d5y's People

Contributors

ashep avatar dependabot[bot] avatar

Stargazers

Roman avatar  avatar

Watchers

James Cloos avatar  avatar  avatar

d5y's Issues

Release 1.1 plan

Circuit

  • Primary MCU: ESP8266.
  • 32x8 dot matrix display: MAX7219.
  • RTC and temperature sensor: DS3231.
  • Light level sensor.
  • Alarm buzzer.
  • Two user's control buttons.
  • Reset button.
  • Micro USB power connector.

PCB

Firmware

Core functions

Show mode

  • Show time
  • Show day and month
  • #13
  • Show outdoor temperature
  • #36

Settings mode

Frontend application

Enclosure

Alarm functionality

  • Calculate buzzer switch base resistor and add it to the schematic.
  • Write firmware code.

RTC

Implement RTC (DS3231) usage:

  • store data received from network;
  • store data from settings mode input;
  • use stored data as a source for displaying.

Fix network updates frequency

At this moment firmware performs network requests too frequently, about every 3 minutes. It should be another more reasonable delay, i. e. 1 hour or more.

No automatic WiFi reconnect at boot stage

Steps to reproduce:

  1. make sure Cronus has connection to a WiFi router;
  2. turn off the WiFi router;
  3. restart Cronus;
  4. turn on the WiFi router;
  5. notice that Cronus doesn't reconnect.

Rewrite backend server

  • Find a better weather provider since the current one has very delayed updates.
  • Combine time and weather into single response.

Randomize network update time

  • Use last 3 bits of MAC address as a value to add to standard 0,15,30,45 scheme.
  • It might be a good idea to decrease update frequency to 3 times per hour.

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.