Close

DIY ESP8266 Led Matrix Clock Kit

Back to overview

Entry-level DIY kit, designed as fun activity one can complete in one evening

Discussions

Shourov Paul wrote 09/19/2023 at 17:17 point

How i can change the time formate 24 hours to 12 hours?

  Are you sure? yes | no

Robert White wrote 06/10/2023 at 09:27 point

Thank you that's a great help

  Are you sure? yes | no

Robert White wrote 06/08/2023 at 21:59 point

Hi Arantansi

Built the clock and think its great. I have two questions

1) How can I limit the maximum brightness of the display?

2)How can I handle the change to/from daylight saving without changing the timezone and reload the program in the clock?

Thanks

Regards

Robert

  Are you sure? yes | no

andriy.malyshenko wrote 06/08/2023 at 22:58 point

Hey Robert

1. You're looking for this line: https://github.com/anabolyc/esp-led-matrix-clock/blob/master/firmware/esp8266-led-clock/src/renderer/AutoBrightness.h#LL8C9-L8C30

2. When it will synchronize the clock it will take into account DST. That's the whole beauty of having internet connected clock :)

  Are you sure? yes | no

dekinter wrote 04/25/2023 at 21:39 point

I cannot find the clock on my network after setup and would like to know how to go back to the AP start

  Are you sure? yes | no

Serge Ménard wrote 04/11/2023 at 20:10 point

Following instruction above to connect to connect to ESP_209581, I have an ip address of 192.168.4.2. Using the browser on my phone with that address, I am returned with an error code err_connection_timed_out or err_connection_refused. Any idea ? 

  Are you sure? yes | no

andriy.malyshenko wrote 04/15/2023 at 21:13 point

Usually you will get redirected by your phone automatically, I'm not sure it should respond on the root address. I will double check with my clock and get back to you

  Are you sure? yes | no

Serge Ménard wrote 04/15/2023 at 21:17 point

OK. When trying to access the clock from my PC, not my phone, I get 192.168.4.1. That worked just fine. Thanks for your reply.

  Are you sure? yes | no

aratansi wrote 04/01/2023 at 19:55 point

Thanks

  Are you sure? yes | no

aratansi wrote 04/01/2023 at 12:45 point

How to configure for 12h mode

  Are you sure? yes | no

andriy.malyshenko wrote 04/01/2023 at 19:24 point

please remove this line from platformio.ini

-D SCREEN_FORMAT24H

  Are you sure? yes | no