LED "Nixie" tube clock, ESP32, Arduino, 7 segment, LED filaments

Поделиться
HTML-код
  • Опубликовано: 3 апр 2022
  • This project is on gitHub here: github.com/jay-hamlin/charlie...

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

  • @zaprodk
    @zaprodk 2 года назад +6

    Wow, those After Dark PCB's look so freaking amazing. Good job on the clock!

    • @jayhamlin9991
      @jayhamlin9991  2 года назад

      I really like OSHPark. I didn't document the soldering but I used a stencil and reflowed the board in a Black & Decker toaster oven.

  • @AS-br6wd
    @AS-br6wd Год назад

    Absolutely brilliant idea, actually far more interesting than a conventional NIXIE clock

  • @MrBobWareham
    @MrBobWareham 9 месяцев назад

    Very nice project, it looks awesome.

  • @dastatiks6182
    @dastatiks6182 2 года назад

    Really cool project, I love the idea of using these LEDs ! Good job

  • @AnthonyDeChiaro
    @AnthonyDeChiaro 2 года назад

    Great idea to use those LED filaments for it and the clock came together beautifully. Well done!

  • @Sekir80
    @Sekir80 9 месяцев назад

    This looks pretty nice! Good work!

  • @zaprodk
    @zaprodk 9 месяцев назад

    I'm back watching your video again. Absolutely stunning result :)

  • @jameshughes3014
    @jameshughes3014 2 года назад +3

    Those are a thing of beauty. Really well made and I love the idea. Thanks for sharing.

  • @JLCPCB
    @JLCPCB 2 года назад +1

    Amaizing project! Looks very nice! 😁

  • @chuckheinrich1820
    @chuckheinrich1820 2 года назад

    Hi Jay! Been looking over Doug's shoulder at your fascinating work on the NIXIE tube clock. I'm a total layman on electronics, but love learning and creativity. The way you envision and develop a concept like this is inspiring. Grateful that I get this glimpse into your talent and mastery! You, Sir, are fun to follow! All the best, Chuck Heinrich

  • @legots
    @legots 2 года назад

    Awesome project man, Ive been searching for an authentic looking nixie-style led clock for over a year now to no avail and this project is the closest ive seen, far better than the edge-illuminated laser engraved acrylic ones you see everywhere. I might actually have to give this a try myself! I think the floating digits looked very snazzy though, maybe I will give them a try and see how far I can get

    • @jayhamlin9991
      @jayhamlin9991  2 года назад +1

      I can't wait to see what you come up with.

  • @eugenegrebionkin
    @eugenegrebionkin 9 месяцев назад

    Great idea! But what they're lacking is a grid in the front face, like in the Nixie nubes

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

    Amazing, thank you! :)

  • @zethyr8833
    @zethyr8833 2 года назад +1

    Wonder what it would look like with a nixie-like mesh screen in front of the digits inside the tubes to diffuse the light

  • @valvemonky4734
    @valvemonky4734 2 года назад +2

    they actually look more like numitron tube's

  • @frikkiesmit327
    @frikkiesmit327 9 месяцев назад

    When nixie tubes are very rare like chicken teeth. And when you do find they are expensive and in america and im in south africa! I have fallen in love with nixie clocks. But due to problems mentioned. Im also looking to do something similar as in video. Although a bit weard and crazy maybe. It would probably let people ask Why?.

  • @JanCzmok
    @JanCzmok 2 года назад

    Question: I got those LED filaments here, where is the anode where the cathode part ? One end has a small hole in it, so it is definitely A/C but hardly to know which. Dont want to waste any filements, so any hint is great

    • @jayhamlin9991
      @jayhamlin9991  2 года назад

      the end with the small hole is the positive (anode) side. They are sold as "3 Volt" filaments but I found they work good at 30mA which was about 2.72 Volts.

    • @JanCzmok
      @JanCzmok 2 года назад

      @@jayhamlin9991 That does the trick. Working (technically) now, however some faults, maybe you got an idea: seconds 01256789 working , but 3 is without the lower line, it's on when 4. Would assume something with the logic. Or do you got an idea on how to troubleshoot the display ?

    • @JanCzmok
      @JanCzmok 2 года назад

      actually, i noticed that the lower line (_) is reversed in anode/cathode, e.g. your old design is slightly different to the use. Question would be: How can i easy test out everthing (like console i type in a number and it gets displayed ? would help others as well.

    • @jayhamlin9991
      @jayhamlin9991  2 года назад

      @@JanCzmok I think I know the answer but I have not had time to confirm, this is what I think it is. If you are using the Arduino charlie7 code, I had an early prototype with the lower line LED diode reversed. I think the code in gitHub is for this prototype. Sorry. We need to swap the '1' and '0' for the lower line. I can look at it tomorrow .

    • @jayhamlin9991
      @jayhamlin9991  2 года назад

      I did not write any test code other than the counting 0-9 in the code. It is only Arduino, you could easily add a console function.

  • @Enigma758
    @Enigma758 8 месяцев назад

    Why 6 pins for each digit, charlieplexing should reduce that to 4. (n^2 - n)

    • @jayhamlin9991
      @jayhamlin9991  8 месяцев назад

      Yes, what you are saying is true - with 4 pins you could turn on any 1 LED segment. The 6 pins are also mechanical, holding the ends of each segment. Also, with 6 pins, it can make any number digit without multiplexing.

    • @Enigma758
      @Enigma758 8 месяцев назад

      ​@@jayhamlin9991 0:58 I can see how each segment can be turned on at a time, but how would you make the digit "8" without multiplexing? If pin 5 is high and pin 2 is low, do you mean make pin 5 high, make pin 2 low and the rest high impedance? I think that might work, though current would be split down some paths. It looks like you still multiplexed each segment, but maybe you designed for the possibility of doing it differently.

    • @jayhamlin9991
      @jayhamlin9991  8 месяцев назад +1

      Ok, you are right, you got me. Enough time passed that I forgot how it was done. Only 1 segment at a time is turned on and the digits are multiplexed. You can check out the code on GitHub and see how it's done. @@Enigma758

    • @Enigma758
      @Enigma758 8 месяцев назад

      @@jayhamlin9991 Thanks for the responses and sorry for all the questions (sometimes I think too much ☺) . I think the fact that you used 6 pins made it easer to multiplex since you could simply break out each intersection. That way you wouldn't have to hard wire the additional connections required for 4 pin charlieplexing. And considering that was probably decided before you added the backing PCB, it seems like a reasonable decision. But now that I think about it again, the digits are driven by the shift registers and not the microcontroller I/O pins so you really can't do charlieplexing since you can't set an individual shift register pin to high Z. So I believe you are actually doing "traditional" multiplexing at the segment level.
      At any rate, you did an amazing job on the clock and it inspires me to do something similar!