Hello, I have been using WLED for quite some time now for small personal projects, like lamps, ambilight, etc. I have some TM1637 displays in stock, and I would like to connect them to my ESP32 and retrieve the time display. I imagine this is possible.
I don’t really know where to start.
I can make a digital clock using a simple library, but I don’t know how to combine WLED with the TM1637. If someone could guide me a bit, I am a beginner, but I know how to use Platformio.
Perhaps I’m starting with something a bit too complex for my skills
Maybe this mod already exists? But I can’t find anything.
Hello and thank you for the response.
Indeed, the LED pads are much too large for my project.
I am making a lamp with a laser-engraved mirror with a diameter of 20cm and I would like to place a small screen on it, something discreet to display the time. That’s why the TM1637 screens are perfect.
I am trying to create a user mod, but my coding skills are really very limited.
@Grx3D
Wha ad all woudt you like to use a WLED use a simple arduino nano the TM1637 is in the Libary
so only the Example to upload to the Arduino and you are done
Alright, I did it! With the help of friends and ChatGPT
I created a Usermod that retrieves the time from the NTP server of WLED and displays it on my TM1637 screen. I started by simply displaying a time at the startup of the ESP (so 00:00 at each startup of my ESP, not practical ). Then I asked the AI to modify the code to grab the time from WLED based on part of the code from the usermod ST7789_display.
I’m not an expert, and the code could probably use some cleaning up.