7 sekment clock

HOW TO MAKE A 3D RGB ARDUCLOCK ? 3D RGB ARDUCLOCK NASIL YAPILIR?

I built an LED clock according to this instruction
I can't find the clock app in the play store
I can't control the clock

fabrka

Which instruction are you referring to ?

Hi,
google is really good.....

Here's everything you need to assemble the ARDUCLOCK,
including the app.... download
Arduclock.apk

https://www.instructables.com/3D-RGB-ARDUCLOCK/.

I have already done everything according to this instruction
The problem is, I can't control the watch with my phone
I can't find the app in the play store

It's not in the play store. The APK file is toward the bottom of the link that @ruilviana posted, as he mentioned in his reply.

thank you
this helped me, control works
I have 3-led in the segment
can you advise
how to change the code to make this work

There are quite a few changes. You might have been better off following the directions.
You will need to expand each array to 21 pixels.
You can consider using a for loop that runs three times for each segment and adding another variable to track the pixel index in addition to the segment index.

Yeah, it seems difficult
maybe better to build a new one according to the instructions
I studied C++ 40 years ago, I have forgotten most of it
now retired, I wanted to build something to pass the time

Try this.
Make a new program for your hardware setup. Import those two libraries and use the serial monitor for your interface temporarily.
Use the two imported libraries and just work with a single digit.
Add the 21 LEDs to the LED object. and play around with turning them on in groups of three.
Once you can turn on and off any segment, post your code here. Then, we can figure out how to split it into functions than can be used for any of the digits.

thanks for the advice. but never got it to work

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.