DIY Custom Lithophane Light Box

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ม.ค. 2020
  • This project has an instructable: www.instructables.com/id/Deco...
    I wanted to find a unique and creative gift I could make quickly and easily for Christmas gifts. When I discovered lithophanes I knew I hit the jackpot! These pictures can be easily customized and after they're printed take about 15 minutes to put together, making them the perfect gift for any occasion.
    This simple design looks great sitting on a desk, or you can use a thumb tack to hang it on the wall! Get creative and add your own twist, comment down below what you guys come up with!!
    Like this project and want to see more? Hop over to my website ​chrisparker.tech ​
    Make Your Own Lithophanes! - lithophanemaker.com/
    Thingiverse File: www.thingiverse.com/thing:410...
    Github Code: github.com/mrme88/Lithophane/...
    Supplies used in this video:
    Use the affiliate links to support my channel
    Arduino Nano - amzn.to/2QXzoSd
    WS2812b LED Strip - amzn.to/36VAJOS
    3D Printer - amzn.to/35R76N5
    PLA - amzn.to/36XkKQf
    Soldering Iron - amzn.to/2NsUyoR
    Solder - amzn.to/2sqpBul
    Wire - amzn.to/2FS5Sa0
    Wire stripper - amzn.to/35NtfvW
    Hot Glue Gun - amzn.to/3864pcc
    Hot Glue - amzn.to/3acrVWX
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 23

  • @LithophaneMaker
    @LithophaneMaker 4 ปีที่แล้ว

    Awesome!

  • @TBL_stevennelson
    @TBL_stevennelson 4 ปีที่แล้ว +1

    I ll share this video with friends.

  • @wjgiles50
    @wjgiles50 3 ปีที่แล้ว +2

    A great project. I am searching through the photos of my grand kids for the best material to print.

    • @wjgiles50
      @wjgiles50 3 ปีที่แล้ว

      What is the best filament for printing lithophanes

    • @TheTechRandom
      @TheTechRandom  3 ปีที่แล้ว

      I use hatchbox because it’s very reliable but most filaments should be fine if your printer settings are tuned

    • @AreOhEm
      @AreOhEm 4 หลายเดือนก่อน

      The The The 0:12 😢is 0:12 😅yy r yea 0:19 😢 0:20

  • @madnlooney
    @madnlooney 3 ปีที่แล้ว +3

    print the lithophone standing up, you'll get much better quality

  • @velmacorujo8450
    @velmacorujo8450 3 ปีที่แล้ว +1

    This project was awesome loved it nice job....

    • @TheTechRandom
      @TheTechRandom  3 ปีที่แล้ว

      Glad you enjoyed, stay tuned for more!

  • @yenho3420
    @yenho3420 8 หลายเดือนก่อน

    Can you make and sell me a few light boxes that I can attach to the frame? Or do you know where I can buy a finished picture with lights in the back like the ones you made?

  • @turbocoltgt
    @turbocoltgt 4 ปีที่แล้ว +1

    what are the lights above your door? is there a how to on making those? or is that your next project?

    • @TheTechRandom
      @TheTechRandom  4 ปีที่แล้ว +2

      I’ll do a video on those soon! I’m a little behind on videos because I have to focus on school though

  • @DeathFromChocolatte
    @DeathFromChocolatte 4 ปีที่แล้ว +2

    I am easily distracted. You're right

    • @TheTechRandom
      @TheTechRandom  4 ปีที่แล้ว

      Glad someone caught that lol

  • @xxxsaraHelloxxx
    @xxxsaraHelloxxx ปีที่แล้ว

    🌹🌹🌹👏🏼👏🏼👏🏼

  • @xphildox
    @xphildox 3 ปีที่แล้ว +1

    What would I need to modify in the code to simply turn on a set of white leds?

    • @TheTechRandom
      @TheTechRandom  3 ปีที่แล้ว

      You could do this easily by setting up one IO pin as an output and then setting it HIGH. Don’t try and modify my code to do this. If you want a starting place you can take the blink example from Arduino Files->examples->basics->blink and change that code to keep the LED on rather than blonking

    • @xphildox
      @xphildox 3 ปีที่แล้ว +1

      @@TheTechRandom thanks for the tip! I’ve managed to get the rbg version working. The boards I got had header boards, first attempt I removed them and soldered all wires. I’m terrible at soldering boards and I struggled but it works. I sourced parts for future boxes so I had no more soldering, plus I added an on/off switch. All header boards remain now allowing me to use the board right out of the box.

    • @TheTechRandom
      @TheTechRandom  3 ปีที่แล้ว

      Very cool! I’m glad you were inspired

    • @xphildox
      @xphildox 3 ปีที่แล้ว +1

      @@TheTechRandom with this code can I add more than 6 LED’s? I would just change the number, correct?

    • @TheTechRandom
      @TheTechRandom  3 ปีที่แล้ว

      I’m not sure. The algorithm was written to be flexible but it only handles two rows of LEDs under each tile. I think it would work if you had two rows of 6 under each tiles but any other arrangement would probably require you to write your own algorithm. Still I think writing the “Light Tile” function was my favorite part of writing the code so you can watch my code walkthrough for some inspiration if you want to try and make your own.

  • @Questrelgon
    @Questrelgon 4 ปีที่แล้ว +1

    I think that's Mini USB. There are no Micro USB Type B.

    • @TheTechRandom
      @TheTechRandom  4 ปีที่แล้ว

      You are completely correct. My mistake, thanks for catching it!