simonlovgren / nodemcu-parallyze-retro-7-segment

NodeMCU firmware for Parallyze Retro 7-segment clock from Thingiverse.
0 stars 0 forks source link

Request #1

Open cyber-junkie9 opened 4 years ago

cyber-junkie9 commented 4 years ago

Request's are accepted ? for improving project

sorry for asking via issue

simonlovgren commented 4 years ago

@tech-freak uh... I guess, but this project is basically a "port" for the Arduino sketches to the Retro 7 segment clock by Parallyze on Thingiverse (https://www.thingiverse.com/thing:3014572) to get it running on a NodeMCUv2 via PlatformIO.

I'm currently (though admittedly not hurriedly) looking at rewriting/porting the actual clock firmware as close to "as-is" as possible for the NodeMCU. The plan is to rewrite the firmware completely at a later stage, possibly using an NTP-server for syncing time instead of an RTC-module (since it is a WiFi-capable devboard after all).

cyber-junkie9 commented 4 years ago

great ! yes NTP would be nice , i got my local NTP server running on D1 mini (GPS+RTC)

here are some examples for web-ui https://youtu.be/_LKyAY3VJ14?t=1178 https://youtu.be/QDYH36tWzoY?t=369

this project is also interesting https://github.com/jasoncoon/esp8266-fastled-webserver/blob/ESPixelClock/esp8266-fastled-webserver.ino

https://github.com/jasoncoon/esp8266-fastled-webserver/blob/ESPixelClock/web-app.png https://raw.githubusercontent.com/jasoncoon/esp8266-fastled-webserver/ESPixelClock/web-app-simple.png

web server , multiple effects

with WiFi manager library and web-ui you can avoid buttons too