Code Monkey home page Code Monkey logo

lamp-os's Issues

HS(V) colors

I think HSV (or really just hue + saturation) could be more useful than RGB for specifying the color of a lamp, because the 'V' (value/brightness) is going to vary according to a brightness setting and therefore the overall brightness of a color isn't really relevant, but only the hue and saturation. The RGB value of a pixel would then only be determined just before writing it out to the pixels. Since most people are much more familiar with RGB values, we could allow colors to originally be specified as RGB values, but then convert them to HSV for use internally.

[Hardware] ESP32 Module issues

Note This only effects the circuit when using ESP32 module (not ESP32 Devkit)

Problem

ESP32 module is missing several connections on the PCB.

5V signal on EN pin, This should go through a resistor and have a capacitor to ground (as is done on the Devkit circuit).

Workaround

  1. Solder a 10K resistor from 3.3 to En pin.

Additional Hardware desires:

  • level shifter circuit does not seem to be working. It is not needed and should be removed
  • esp32 header pin connections need labels
  • the side t esp32 dev kits are attached should be clearly labeled

Synchronizing LEDs in Lamps

During testing, we've found the multiple behaviors can kick off at once all trying to write pixel values. Without explicit pipelines and methods of organizing animations, this can lead to some fairly jarring, glitchy behaviors. This issue is to look into some control mechanisms for the entire lamp without having to make the code a lot more complicated. Provide an example of a lamp that successfully:

  • Fades the lamp in first without interruption
  • Runs a long running animation that can be paused and resumed
  • Allows for glitch behaviors at any time
  • Allows a timed behavior to run on a schedule

Auto updates

high level: Lamps should scan for a specificly named wifi hotspot on occasion (maybe every half hour?). If they find it, they should connect and we should have a way to initiate a update of the core lamp code.

things to consider; we probably want some kind of hashed handshake so people can't use this to brick or hack lamps.

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.