Big, Auto Dim, Room Clock (using Arduino and WS2811)
There are several things I do not understand in this instuctabels, as I am a newbee.
And I do like to build this clock (as a magic mirror), fix/glue the LED's to a black
painted plywood sheet and a 1way mirror in the front.
1st. where can I get this one, and how to hook it up: 3 leds / controler
#define NUM_LEDS 58// Number of LED controles (remember I have 3 leds / controler)
2nd.
Step 6: Wire Arduino on Breadboard
Light Sensor: will that be a LDR?
Buck COnverter: I do not know what that is, is that a IC f some kind
and how to conect it.
3rd.
LED strip
On mine I have: +12, R, G, B
How to connect this to the UNO board (or better a Mega board)
4th.
Button 1: (DST): Daylight Saving Time?
I live in the Pilippines so we do not have daylight saving time here.
How can I remove that from the sketch?
Button 2: (H): Hour setting?
Button 3: (M): Minuttes setting?
Later I like to change it to a GPS clock.
And add a BMP180/280, temp an barometric pressure,
That will be something
The sketches:
Clock.ino
Compile fine on Arduino1.8.8
Light LEDS.ino
Do not compile.
Here is the problem, in
void setup()
LEDS.addLeds(leds,NUM_LEDS);
How can I fix this
arduino sketch from:
TomaszK52
Evan31
Cameltoe
jeffreye
Cameltoe (This is the modification I've done so far with no luck.)
They all compile without problem. So which sketch will I start with?
I do hope any of you Arduino gurus out there can help me to shine
some light on this problems.
But I do have a Mega bord laying around, maybe that is a good
idea to use that one? Yes?