Giter Club home page Giter Club logo

twister-strip's Introduction

twister strip

POV LED staff running on ESP32. Currently, building is only tested on MacOS.

  • Web interface for choosing effects and speed
  • wifi ap created if optionally configured pre-defined access point is inaccessible. intended to be used out in the field without wifi/internet access

TODO

  • try to get makefile working (branch: makefile)
    • tried arduino-mk but that doesn't seem to work for ESP32 if you know it does, let me know and I'll fix it as a PEBCAK.
    • current problem is a compile error due to makeEspArduino using a fancy perl script to find include files but not understanding gcc preprocessor directives and includes libs that only compile for ESP8266 which I am not targeting. These are excluded by #if directives and Arduino IDE uses gcc -E to figure out the -I args. In addition, due to the same reason, the make file takes longer than the IDE, so either I need to explicitly include/exclude header files or instead just use the arduino command line utility.
  • multiple hardware units coordinating and syncrhonising (over HTTP?)
  • gesture controls with IMU
  • hardware button or collaborative election of client/server mode which would enable same code to run on each.
    • e.g. look for server, if not found within random timeout, start server, While running server, if no client connects, check for server again, negotiating that server with longest runtime in millis() be the server. Or something similar and simpler.

twister-strip's People

Contributors

christo avatar

Stargazers

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