Giter Site home page Giter Site logo

pwrflcreative / spore Goto Github PK

View Code? Open in Web Editor NEW
23.0 6.0 3.0 7.28 MB

Spore WiFi LED module. Firmware and Hardware.

License: GNU General Public License v3.0

C++ 47.22% C 13.86% CSS 26.54% HTML 2.21% JavaScript 10.16%
sacn arduino led wifi esp8266 iot

spore's People

Contributors

brendanmatkin avatar ferdymercury avatar timrolls avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

spore's Issues

battery voltage math might be wrong

SPOREs are power down at a reported remaining capacity of between 20%-25%. Obviously this is wrong! Check the math on both the firwmare and the config app.

do not report "## devices connected" in heartbeat()

call a function on interval that checks if wss.clients.size has changes and report.

Currently this happens in heartbeat - this can NEVER reach zero because if zero devices are connected then you will never get a pong and heartbeat won't be called!

SPORES crash on auto reset when rx change serverIP

exception(28): LoadProhibited: A load referenced a page mapped with an attribute that does not permit loads
happens with a slightly different stack trace each time.

Related to

if (_serverChanged) {
    EEPROM.commit();
    webSocket.begin(serverIP.toString(), wsPort, "/");
    Serial.printf("[osc] New Websocket server at: %s:%u\n", serverIP.toString().c_str(), wsPort);
    //delay(10);
    ESP.restart();
  }

in serverControl.h

Textured window warning

Getting the following warning on macOS:

*** WARNING: Textured window <AtomNSWindow: 0x7f86f9c00730> is getting an implicitly transparent titlebar. This will break when linking against newer SDKs. Use NSWindow's -titlebarAppearsTransparent=YES instead.

Occasional SPORE stuck in ws connect loop

On configapp restart, some devices will continually reconnect to the config app on every ping (not sure if hardware ping or config ping). Might be related to #3.

Not sure if this is a firmware issue or config app issue.

reload app JSON config on change

this could be reload app, reload config (tricky), or just post a notice in GUI that config has changed and restart is required.

tooltips resize on each hover

The tooltips in the UI seem to get narrower each time you hover over them.

Sometimes they have a white underlay and sometimes not.

"force refresh" on scan

Would be nice to have this automatic as we have to call it every time. Can probably delete the button if we do this??

spore not recognizing ws disconnect

if server/config is closed, spore modules don't recognize disconnect (consequence of shifting to async websockets??)

This is important to be able to kick out of test mode on a lost connection.

Note: both sides are sending pings every 5 seconds so it should be recognized in 5s or fewer.

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.