-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi ! #5
Open
dbgnu76
wants to merge
62
commits into
TheAustrian:master
Choose a base branch
from
wvdv2002:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Hi ! #5
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
possible, I minified and gzipped all the javascript and css files. The over the air update does not work reliable yet. Some led animations are blocking, this needs to be changed to improve the response of the webserver. Use the https://github.com/esp8266/arduino-esp8266fs-plugin spiffs uploader to upload the data from the arduino sketchto the ESP SPIFFS. The ESP8266 webserver will serve the gzipped versions of the libraries if they are present in the SPIFFS. Wifimanager (https://github.com/tzapu/WiFiManager) is now used to setup first wifi connection (creates hotspot to setup connection).
…d bin file with firmware.
running. Also the PWM stays more stable as it is only updated now if a new PWM value is send, not every time, regardless of if the value has changed.
…leep timer so light switches off after stated time.
* Update README.md * Update README.md
…ode on pc and for debugging connect to real ip address for communication
… moved animations to ledanimations.h
…d demos repository https://github.com/atuline/FastLED-Demos, so now there are about 30 animations, some of them are crashing as of now.
Fixed Animation update after init Added three button control
…onnect is blocking, otherwise there are problems with animations if no MQTT server is available
…ine if you want to start with the last animation or just a predefined setting at boot
Enabled buttons switch to rgbw neopixel led strip
removed animation #32 (caused crash)
Update of index.htm to support that And some improvements to index.htm
index.htm to set these settings
shown with led color what startup mode (wifimanager, no wifi, normal)
* Added option to change mqtt server ip address via websocket * Set mqtt ip, port and main topic in EEPROM. index.htm to set these settings * EEPROM comments added * Bug in mqtt cmd topic
added two sided fire more buttons control options fire cooling and sparking is now setting via mqtt and websockets
two sided fire option
Fire button control still needs more improvement
leds are only updated when needed. This helps reduce crashes related to the putOnStrip() function
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
How many leds can it handle ? because i was increasing it to 300 ,, but then i will get bootloop
i am trying on a nodeMCU 12E
maximum leds it can handle is 254 without bootloop.
Some idea ;)