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

Sdílet
Vložit
  • čas přidán 8. 09. 2024

Komentáře • 47

  • @markyharris
    @markyharris Před 5 lety +4

    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.

    • @brennorf1710
      @brennorf1710 Před 3 lety

      This comment save lifes...

    • @suhyouri
      @suhyouri Před rokem

      you mean I have to solder pins on the right holes ?

    • @suhyouri
      @suhyouri Před rokem

      ah i got it! SDA to A4, SCL to A5 works!

  • @sensemusicofficial
    @sensemusicofficial Před 6 lety +1

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

  • @thedankoona_5854
    @thedankoona_5854 Před 7 lety +13

    HOLY **** THATS COOL!!!

  • @anthonyadame1197
    @anthonyadame1197 Před 7 lety +1

    my sister will love it

  • @abpccpba
    @abpccpba Před 7 lety +1

    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.

  • @crazygeorgelincoln
    @crazygeorgelincoln Před 5 lety +1

    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.

  • @rivermar
    @rivermar Před 7 lety +1

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

  • @epicelectronicahernandez8961

    very good project

  • @mdafroz4190
    @mdafroz4190 Před 7 lety

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

  • @dzplayer0149
    @dzplayer0149 Před 3 lety

    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 :)

    • @dylancole7664
      @dylancole7664 Před 2 lety

      there are only three servos, that gives you a maximum of 3 directions, but one servo is used for lifting so you cant really draw with that. what 8 directions do you mean?

    • @dzplayer0149
      @dzplayer0149 Před 2 lety

      @@dylancole7664 i didnt even try to make it because i am a useless moron. But anyways what I ment the 8 directions is : up left right down and the four diagonal lines.

  • @muhammadmaarouf9560
    @muhammadmaarouf9560 Před 7 lety

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

  • @NOTuNOTme
    @NOTuNOTme Před 7 lety

    OMG this is so awesome.

  • @udith-pz4tv
    @udith-pz4tv Před 7 lety

    Thanks,

  • @gauravshrivastava773
    @gauravshrivastava773 Před 6 lety

    Ultimate

  • @meowdred2017
    @meowdred2017 Před 6 lety

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

  • @sekudha
    @sekudha Před 4 lety

    Are the 3d printed parts included?
    Pls answer

  • @donaldfilbert4832
    @donaldfilbert4832 Před 7 lety +1

    Fun project !!! {:>)

  • @ozlemcnar6903
    @ozlemcnar6903 Před rokem

    how can i do it with ds1302 rtc?

  • @benaliahlemm
    @benaliahlemm Před 7 lety

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

  • @just4making102
    @just4making102 Před 7 lety

    coooooooooooooooool
    💪😜💪😜💪😜💪😜💪😜💪

  • @briancalderon5254
    @briancalderon5254 Před 6 lety +1

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

    • @Educ8s
      @Educ8s  Před 6 lety

      Check the following website: www.thingiverse.com/thing:248009

  • @FunkyPhilMusic
    @FunkyPhilMusic Před 4 lety

    Can u put the comands here? I need them pliz

  • @RonivaldoPassosSampaio
    @RonivaldoPassosSampaio Před 7 lety +2

    I love Plot clock, so I improve a little bit, check it out here czcams.com/video/asZtNeiSG_w/video.html

    • @Educ8s
      @Educ8s  Před 7 lety +4

      Great work! Unfortunately you don't share the code in order to try it.

  • @MPElectronique
    @MPElectronique Před 7 lety +1

    Wowww

  • @briancalderon5254
    @briancalderon5254 Před 7 lety

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

    • @Educ8s
      @Educ8s  Před 7 lety

      Check the video description

    • @markyharris
      @markyharris Před 5 lety

      www.thingiverse.com/thing:248009

  • @ernesto_ars
    @ernesto_ars Před 7 lety

    Can i do this with a pic16f887?

    • @Educ8s
      @Educ8s  Před 7 lety

      I haven't tried it but I think you can.

  • @xander_e..x.e560
    @xander_e..x.e560 Před rokem

    do u have the source code?

  • @dushmanthasandakalum1166

    Arduino: 1.8.10 Hourly Build 2019/08/02 12:33 (Windows 10), Board: "Arduino/Genuino Uno"
    C:\Users\Dushmantha\Downloads\Compressed\code\files\plotclock_V1\plotclock_V1.ino: In function 'void setup()':
    plotclock_V1:69:3: error: 'setTime' was not declared in this scope
    setTime(19,24,0,0,0,0);
    ^~~~~~~
    C:\Users\Dushmantha\Downloads\Compressed\code\files\plotclock_V1\plotclock_V1.ino:69:3: note: suggested alternative: 'isotime'
    setTime(19,24,0,0,0,0);
    ^~~~~~~
    isotime
    C:\Users\Dushmantha\Downloads\Compressed\code\files\plotclock_V1\plotclock_V1.ino: In function 'void loop()':
    plotclock_V1:87:19: error: 'minute' was not declared in this scope
    if (last_min != minute()) {
    ^~~~~~
    C:\Users\Dushmantha\Downloads\Compressed\code\files\plotclock_V1\plotclock_V1.ino:87:19: 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

    • @xboxgamer9216
      @xboxgamer9216 Před 4 lety

      I didn't do try this project or view the code but I think u didn't install all the library

  • @xinliang7278
    @xinliang7278 Před 7 lety

    得力 白板笔

  • @thanakolamul6197
    @thanakolamul6197 Před 2 lety

    Send me the code plz.🥺

  • @gihanchamindacooray
    @gihanchamindacooray Před 7 lety

    Plz send code

  • @wasanthawimaladharm
    @wasanthawimaladharm Před 6 lety

    error at uploading, what to doArduino: 1.8.3 (Windows 7), Board: "Arduino/Genuino Uno"
    C:\Users\Dr. WASANTHA\AppData\Local\Temp\Temp1_plotclock.zip\plotclock\plotclock.ino: 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.

    • @markyharris
      @markyharris Před 5 lety

      Be sure you only have 1 tab opened in the Arduino enviroment. If you have a second one, it's trying to load that one too. Only have the PlotClock.ino tab open then upload to your Uno. This will take care of this issue.