DIY Arduino Holographic Matrix Clock

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024
  • This project is sponsored by PCBWAY www.pcbway.com...
    This is another in my series of unusual DIY clocks, this time realized based on the holographic effect. This is the simplest way of creating a hologram, where the light source and the screen are placed at an angle of 45 degrees.
    The clock is really simple to build, and consists of several components:
    - Arduino nano microcontroller
    - DS3231 Realtime clock module
    - 8x32 Led matrix module
    - and two buttons
    It can also displays holograms from a smartphone. The entire device is covered with black matte wallpaper, in order to have as little reflected light as possible on the surrounding parts, for a more realistic appearance.
    Detailed instructions, schematic, and code at:
    www.hackster.i...
    If you're interested, you can check out my playlist of unusual clocks at the link:
    • My collection of unusu...
    If you like my job buy me a coffee: ko-fi.com/mircemk
    Visit my RUclips Channel for more Projects , DIY and How To Make videos:
    / mirkopavleskimk
    by mircemk
    SUBSCRIBE LIKE AND SHARE !!!!
    Thanks for your Support !
    #arduino #clock #hologram #PCBWay

Комментарии • 18

  • @nxst60294
    @nxst60294 2 месяца назад

    what kind of reflection plastic thingy is that just asking

  • @cadcoke5
    @cadcoke5 3 месяца назад

    To help hide the idea that this is a reflection, I would suggest adding some metallic framework around it. It may help if that metal is somewhat random and angled around the sides, and if the glass is not just a square, but somewhat angled on the sides. The goal would be to suggest that the surrounding framework is generating the fake hologram.

  • @Games-ld3dk
    @Games-ld3dk 3 месяца назад

    screen is 45 degree but what about the led panel? on which degree its facing the screen? thank you!

  • @markawbolton
    @markawbolton Год назад

    Love it... would like to build one... go with my nixie clock..I am thinking of how to incorporate it with existing furniture. As to double imaging when using thick glass - is it possible to partially silver the front surface so the second image is not so prominent and just looks like a faint echo? I suppose you want o have the screen as inconspicuous as possible - or maybe not - perhaps doped rice paper? X Ray film? lots of possibilities..

  • @nuryanto2912
    @nuryanto2912 10 месяцев назад

    Amazing...😍
    May I try and ask for permission to use the program code, Sir?
    😁✌🙏

    • @MirkoPavleskiMK
      @MirkoPavleskiMK  10 месяцев назад

      Of course, you can also modify it if you want

    • @nuryanto2912
      @nuryanto2912 10 месяцев назад

      ​@@MirkoPavleskiMK
      Thank you very much for your permission and response🙏
      I've tried it, but the big number only says GF:HJ
      what should I do to match the clock so that it runs normally
      🙏

  • @越前くらげ-t9o
    @越前くらげ-t9o Год назад

    すごい!sugoi!

  • @Gorantp
    @Gorantp Год назад

    Видео за мерак, интересен проект. Од кој материјал - плоча ги изработуваш кутиите?

    • @MirkoPavleskiMK
      @MirkoPavleskiMK  Год назад +1

      Fala, od PVC tabla 3mm i 5mm, ja nabavuvam vo firtma za izrabotka na svetlecki reklami

  • @xaero7262
    @xaero7262 11 месяцев назад

    is it possible to provide libraries because Arduino ide 2.0 lib is having compiler issues

    • @MirkoPavleskiMK
      @MirkoPavleskiMK  11 месяцев назад +1

      You can now download the libraries I used on Hackster www.hackster.io/mircemk/diy-arduino-holographic-matrix-clock-c35b5e

    • @xaero7262
      @xaero7262 11 месяцев назад

      @@MirkoPavleskiMKThanks i've got 1 last issue my text is mirrored instead of hello! it displays !olleh how can I change? edit bcs I'm not using the glass so I don't need it to be mirrored

    • @MirkoPavleskiMK
      @MirkoPavleskiMK  11 месяцев назад

      Try in this part of code:
      if (val == 1) {
      // lc.setLed(address, y, x, true);
      lc.setLed(address, 7-y, x, true);
      } else {
      // lc.setLed(address, y, x, false);
      lc.setLed(address, 7-y, x, false);
      to activate commented rows instead current active rows

    • @xaero7262
      @xaero7262 11 месяцев назад

      @@MirkoPavleskiMKthis worked! btw where do i change the time of the rtc. Sorry for all the questions 😅

    • @MirkoPavleskiMK
      @MirkoPavleskiMK  11 месяцев назад

      @@xaero7262 Look at this video : www.hackster.io/mircemk/mini-led-matrix-clock-d4f5f5