Arduino Project: Plotclock with a DS3231 Real Time Clock and an Arduino UNO.

preview_player
Показать описание
Today we are going to build this impressive PlotClock. It Is an Arduino powered device that writes the time using a Whiteboard marker.

Want to learn to code?

Рекомендации по теме
Комментарии
Автор

thanks alot for making this vid .. im currently building the plotclock and couldnt find any assembly instructions anywhere ! thanks to you i can continue !

sensemusicofficial
Автор

Just a note. In the video when you connect the Clock Module up to the Arduino shield, you mistakenly connect SDA and SCL to A4 and A5 signal on the shield. It needs to be connected to the SCL and SDA pins which are just to the right of the ones you connected to. Otherwise, the clock module will not properly initialize the chip.

markyharris
Автор

If you had spent more effort on the project would you be able to refine the numbers looks? I have started the same project but use my 3d printer for parts. Thanks for you presentation.

abpccpba
Автор

I bought this kit . Sad that no clock was included. And had much problem with code errors and Arduino missing library problems.
Can a Uno board make time with no add on clock module, I don't know because most things written about Arduino do not make sense.

crazygeorgelincoln
Автор

What is the battery for the DS3231 RTC? CR2032 or it needs a LIR2032?

rivermar
Автор

what is the difference between DS1307 & DS 3231 RTC ??!

muhammadmaarouf
Автор

Can u put the comands here? I need them pliz

FunkyPhilMusic
Автор

Arduino: 1.8.10 Hourly Build 2019/08/02 12:33 (Windows 10), Board: "Arduino/Genuino Uno"

In function 'void setup()':

plotclock_V1:69:3: error: 'setTime' was not declared in this scope

setTime(19, 24, 0, 0, 0, 0);



note: suggested alternative: 'isotime'

setTime(19, 24, 0, 0, 0, 0);



isotime

In function 'void loop()':

plotclock_V1:87:19: error: 'minute' was not declared in this scope

if (last_min != minute()) {



note: suggested alternative: 'init'

if (last_min != minute()) {



init

plotclock_V1:91:5: error: 'hour' was not declared in this scope

hour();

^~~~

exit status 1
'setTime' was not declared in this scope

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.






plz help me how to fix this error

dushmanthasandakalum
Автор

can you make a cnc 3d printer with sparw parts but not from dvd please

mdafroz
Автор

please i need this project
. " how to make a simple Arduino based clock using an 7 SEG and a real time clock. "

benaliahlemm
Автор

Are the 3d printed parts included?
Pls answer

sekudha
Автор

add 1 stepper motor and a 3d pen and you can make a 3d printer

meowdred
Автор

i will try to make this with whatever materials i can get. except it won't use this code; i will try to code it myself and i will make it controllable with a joystick in all 8 directions. so i can draw on it myself :)

dzplayer
Автор

i had losed tthe program :( where can i found it' ? please!!

briancalderon
Автор

someone could tell me where can i download the plastic parts of the clock ?

briancalderon
Автор

error at uploading, what to doArduino: 1.8.3 (Windows 7), Board: "Arduino/Genuino Uno"

C:\Users\Dr. In function 'void setup()':

plotclock_:120: error: 'setTime' was not declared in this scope

setTime(19, 38, 0, 0, 0, 0);

^

exit status 1
'setTime' was not declared in this scope

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

wasanthawimaladharm