AWSW-de / WordClock-16x16-LED-matrix

WordClock 16x16 LED matrix, super easy build, 3 wires to solder only. Telegram, smart home and ext. events integration
GNU General Public License v3.0
34 stars 4 forks source link

Integration of rtc module #5

Closed thorsten0909 closed 1 year ago

thorsten0909 commented 1 year ago

Hi there, great project! Is there a chance to use an rtc module like DS3231 I2C with this? I would love to use the wordclock at work but have no access to wifi there...

AWSW-de commented 1 year ago

Hello and thanks for the nice words!

Hmmm 🤔 I could integrate one like in my 1st WordClock, but to be honest this does not solve the whole problem in my eyes… You would loose the whole configuration function and would not be able to set colours etc… Of course the whole smart functions would be missing too…

I have a different idea since some time for such requests… Maybe you can think about the following idea too to find a better solution without the need of extra hardware, because I had some issues with these RTC boards in the past and the ESP32 can solve this alone I think…

My approach would be to have a toggle switch in the software to switch the “always online functions all to off” because you have no WiFi and do not want to use an extra RTC…

When this switch is set to on the whole WiFi stuff is set to off and all of the smart functions too of course… Then you would be able to connect to the board via its Captive Portal function which is used to setup the initial WiFi but not to configure the WiFi but to enter the “offline possible configurations” like colours etc and to set the current time manually… from that on the WordClock would work offline and you always can enter the offline possible configuration options with the web portal too…

Hopefully you can understand my idea?

That would be something I would like to follow because an offline WordClock should be possible to configure anyway for the then still possible functions in my eyes…

Please let me know what you think about it. 😊

Many regards =)

AWSW-de commented 1 year ago

This is the current online variant with WiFi: IMG_0810 IMG_0811 IMG_0812 IMG_0813

AWSW-de commented 1 year ago

and this could be the „offline variant“ (without the WiFi reset button of course) plus a section to set the time manually… IMG_0810 IMG_0813

thorsten0909 commented 1 year ago

This sounds like an awesome but still simple solution and would do the trick for me.

I just need a nice piece of art on my office desk, to show the time.

Since it is not in its smart home environment anyway, I would not be able to use the smart functions after all.

Just access through the AP mode (could it be “always on”?) to set time and colors would be sufficient.

Von: AWSW-de @.> Gesendet: Freitag, 30. Juni 2023 16:53 An: AWSW-de/WordClock-16x16-LED-matrix @.> Cc: thorsten0909 @.>; Author @.> Betreff: Re: [AWSW-de/WordClock-16x16-LED-matrix] Integration of rtc module (Issue #5)

Hello and thanks for the nice words!

Hmmm 🤔 I could integrate one like in my 1st WordClock, but to be honest this does not solve the whole problem in my eyes… You would loose the whole configuration function and would not be able to set colours etc… Of course the whole smart functions would be missing too…

I have a different idea since some time for such requests… Maybe you can think about the following idea too to find a better solution without the need of extra hardware, because I had some issues with these RTC boards in the past and the ESP32 can solve this alone I think…

My approach would be to have a toggle switch in the software to switch the “always online functions all to off” because you have no WiFi and do not want to use an extra RTC…

When this switch is set to on the whole WiFi stuff is set to off and all of the smart functions too of course… Then you would be able to connect to the board via its Captive Portal function which is used to setup the initial WiFi but not to configure the WiFi but to enter the “offline possible configurations” like colours etc and to set the current time manually… from that on the WordClock would work offline and you always can enter the offline possible configuration options with the web portal too…

Hopefully you can understand my idea?

That would be something I would like to follow because an offline WordClock should be possible to configure anyway for the then still possible functions in my eyes…

Please let me know what you think about it. 😊

Many regards =)

— Reply to this email directly, view it on GitHub https://github.com/AWSW-de/WordClock-16x16-LED-matrix/issues/5#issuecomment-1614770037 , or unsubscribe https://github.com/notifications/unsubscribe-auth/A3OF6SBRLRZK4JVXRIX6WVTXN3R5RANCNFSM6AAAAAAZZ4NSK4 . You are receiving this because you authored the thread. https://github.com/notifications/beacon/A3OF6SEITWFOS3GQORVH37TXN3R5RA5CNFSM6AAAAAAZZ4NSK6WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTAH5XXK.gif Message ID: @. @.> >

AWSW-de commented 1 year ago

Thanks for the reply

Yes, I made a „CO2 traffic light” / “CO2 Ampel” some time ago which kept such an captive portal web server all the time to view the values all the time… Should work, but I need to think about this…

With this change I can also update the code to my new own WiFi Manager solution shown here https://www.printables.com/de/model/450556-wordclock-16x16-led-matrix-2023-v3 to get rid of the current solution which causes a lot of problems during the setup…

This will definitely take some time but looks like a nice challenge to solve... 😁

thorsten0909 commented 1 year ago

Danke dir vielmals für die Bereitschaft, dir das anzuschauen!Thorsten RichterSent from a mobile device - please excuse typing mistakes.This communication contains confidential information. If you are not the intended recipient please return this email to the sender and delete it from your records.Diese Nachricht enthaelt vertrauliche Informationen. Sollten Sie nicht der beabsichtigte Empfaenger dieser E-mail sein, senden Sie bitte diese an den Absender zurueck und loeschen Sie die E-mail aus Ihrem System.Am 30.06.2023 um 20:01 schrieb AWSW-de @.***>: Thanks for the reply Yes, I made a „CO2 traffic light” / “CO2 Ampel” some time ago which kept such an captive portal web server all the time to view the values all the time… Should work, but I need to think about this… This will definitely take some time but looks like a nice challenge to solve... 😁

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

AWSW-de commented 1 year ago

Kein Ding, gerne 👍

AWSW-de commented 1 year ago

02.07.2023: Working on the BIGGEST update (V2.0.0) yet =)

AWSW-de commented 1 year ago

Made some really good progress on this yesterday. Needs some more optic finishing but the general functions work as expected and I will add some more special features to this “Offline Mode” called operation mode which I will explain later. Keep fingers crossed 🤞

AWSW-de commented 1 year ago

Hello, software version V2.0.0 is online now. Please update and let me know what you think. :)

"Online Mode" vs. "Offline Mode":

Hope you will like the new version. This was quite some work…. =)

Pictures of the “Online Mode” of V2.0.0: IMG_0818 IMG_0819 IMG_0820 IMG_0821

Pictures of the “Offline Mode” of V2.0.0: IMG_0816 IMG_0817