The One Talking Tetris Clock You Must See

Поділитися
Вставка
  • Опубліковано 19 жов 2024
  • This Talking Clock is based on @Brian Lough Tetris Clock. I added a wav/mp3 player enabling you to play sounds at set times. I also added a webserver to change settings, two text tickers to send you message out to the people in the room and I included a function to use this clock even without access to a WIFI network. All in all, I added some extra features to a already nice design.
    This video is sponsored by @PCBWay They make great PCB board and offer good assembly service. Check out the website at www.pcbway.com/
    With age, soldering is becoming harder and harder on the eyes. I good microscope for soldering is an absolute must have and I don’t have one yet. If you have an idea on a good one or you want me to try one, please contact me.
    🕮 Manual: It’s so easy to use..who needs a manual? Hower, in the video you can see a brief demonstration of its possibilities.
    🕮 Software/ firmware / sketch / documentation:
    Sketch: github.com/don...
    Or use the webProgrammer: donnersm.githu...
    👨‍💻 Building instructions:
    Instructables: www.instructab...
    Make: makeprojects.c...
    Schematic: github.com/don...
    Assembly: github.com/don...
    🛒 Buy PCB / Parts: www.tindie.com...
    ☕ Buy me coffee
    If you like me work, please buy me a coffee to help me burning the midnight oil.
    www.buymeacoff...
    🔀 Original Tetris clock by Brian Lough:
    His video: • Tetris Clock using an ...
    His Channel: / brianlough
    Unicorn Story: • Video
    His Library: github.com/wit...
    💁‍♂️ Do you want to sponsor my channel? Feel free to contact me anytime
    🔀Let's connect
    Website: www.theelectron...
    facebook: / theelectronicengineer
    Instagram: / theelelectronicenginee...
    Twitter: / markdonners
    -For automatic processing-
    [ist] www.instructab... [/ist]
    [mke]makeprojects.c... [/mke]
    [git] github.com/don... [/git]
    [tin] www.tindie.com... [/tin]
    [stuff] [/stuff]

КОМЕНТАРІ • 33

  • @dfn808
    @dfn808 Рік тому +1

    Excellent project, thanks for sharing.

  • @harriebosgraaf2977
    @harriebosgraaf2977 2 роки тому +1

    Really, really nicely done mark.!
    Again a project on my to do list.
    Thanks for sharing👍👌

  • @billgeorge6581
    @billgeorge6581 2 роки тому

    Good morning,
    After taking time off from the tetris clock; relaxed, regroup, look at it a different way, got the day/date wording. looking good.

  • @Colin_Ames
    @Colin_Ames 2 роки тому

    Nice work. I built Brian’s Tetris clock last year, and love it. Yours adds some nice extras, so I might have to build another! One thing I would like to see included is an LDR to automatically adjust the display brightness, or even just a switch for High/Low brightness. This would make it really useful as a bedside clock.

    • @harriebosgraaf2977
      @harriebosgraaf2977 2 роки тому

      To adjust the brightness of the display is possible. I have a tetris clock that uses the hallard matrix shield. I was able to alter the ino with a few lines that i took from the morphing clock. Works like a charm👍

    • @Colin_Ames
      @Colin_Ames 2 роки тому

      @@harriebosgraaf2977 Thanks for this info.

  • @BrianLough
    @BrianLough 2 роки тому

    Very nice build! Thanks for the shout-out
    What was happening to the display without the cap on the latch line?

    • @TheElectronicEngineer
      @TheElectronicEngineer  2 роки тому

      Without it there is too much ghosting for some displays. The cap is very small like 100pf but it makes a huge difference.

  • @billgeorge6581
    @billgeorge6581 2 роки тому +1

    Nice work. I built Brian’s Tetris clock this year, working on the frame now. How can I add the day and date without the ticker tape?

    • @TheElectronicEngineer
      @TheElectronicEngineer  2 роки тому

      Thats the easy part it is pre formatted in the time library. Just look at my code and extract it

    • @billgeorge6581
      @billgeorge6581 2 роки тому

      Thanks for your reply.....
      This the problem I'm having. I'm using a 64x32 led panel, I wanted to add the day and date (Thursday:21:App:2022) but I want it to be at the bottom (changing x:y parameters). The only code I see that is resemblance to it is the logo. By the way, I'm using part of a tree trunk with epoxy for the frame. Once again, Thanks...

    • @billgeorge6581
      @billgeorge6581 2 роки тому

      Good morning Sir,
      I've decided to used your code, I've download the code exactly to your instructions. Once verified, It saying that....
      #include "settings.h"
      no such file or directory
      I've put the file in their own folder, in the sketch folder, or libraries, still getting the same results.
      Any ideas???

    • @TheElectronicEngineer
      @TheElectronicEngineer  2 роки тому

      @@billgeorge6581 settings.h needs to be in the exact same folder as the ino file

    • @billgeorge6581
      @billgeorge6581 2 роки тому

      They all are in the ino file, still the same. I'm using Arduino ver: 1.8.19
      I'm going to restart from the beginning of your instructions, maybe I've missed a step somewhere....

  • @peter.stimpel
    @peter.stimpel 2 роки тому

    Nice one, well done.

  • @lewinday7224
    @lewinday7224 2 роки тому

    Small correction: That's not Homer's voice, it's Hank Hill.

  • @Rêvetavieencouleur-i2c
    @Rêvetavieencouleur-i2c Рік тому

    bonjour a la place du message est il possible d'afficher le prix des crypto ( btc eth ...etc )
    Hello in place of the message is it possible to display the price of crypto (BTC Eth ... etc)

  • @wenma358
    @wenma358 2 роки тому

    compiling trouble:
    exit status 1
    Audio.h: No such file or directory
    What's the problem?
    thank you!

    • @TheElectronicEngineer
      @TheElectronicEngineer  2 роки тому

      Looks like the file audio.h is missing. Did you unpack all in the same directory?

    • @wenma358
      @wenma358 2 роки тому

      @@TheElectronicEngineer here:D:\Program Files (x86)\Arduino\hardware\espressif\esp32\tools\sdk\esp32s2\include\arduino_tinyusb\tinyusb\src\class\audio

    • @wenma358
      @wenma358 2 роки тому

      @@TheElectronicEngineer But,ARDUINO IDE not find it

    • @TheElectronicEngineer
      @TheElectronicEngineer  2 роки тому

      O wait...maybe its a library problem ...did you install the esp32 library? Check out the instructable, there is a list of all the libs you need

    • @wenma358
      @wenma358 2 роки тому

      @@TheElectronicEngineer yes,i did.thanks

  • @superchecker7332
    @superchecker7332 9 місяців тому

    its work with hub75