EEVblog

Sdílet
Vložit
  • čas přidán 6. 09. 2024
  • Dave explains what Vacuum Fluorescent Displays (VFD's) are, how they work, and then hacks an interface and reverse engineers a surplus Babcock VF-0240-7 display from an industrial machine to make it work with an Arduino.
    UPDATE: Found the datasheet: www.eevblog.com...
    Forum: www.eevblog.com...
    TI TL4810 VFD Driver chip: html.alldatashe...
    Another page with info on a different model:
    www.geocities.w...
    EEVblog Main Web Site: www.eevblog.com
    The 2nd EEVblog Channel: / eevblog2
    Support the EEVblog through Patreon!
    / eevblog
    EEVblog Amazon Store (Dave gets a cut):
    astore.amazon.c...
    Donations:
    www.eevblog.com...
    Projects:
    www.eevblog.com...
    Electronics Info Wiki:
    www.eevblog.com...

Komentáře • 454

  • @zaprodk
    @zaprodk Před 9 lety +46

    28:06 The pulsing is not because of the power supply, it's because you are using Pin1, which is reserved for serial comms along with Pin0. And that's why it's pulsing. Never use pin0 and Pin1 for anything else, unless you know you want to do that.

  • @zaprodk
    @zaprodk Před 9 lety +90

    You can always look at the getter material - if it's nice and shiny, the vacuum is good. If it's white and corroded, the vacuum is gone. This applies for all vacuum-devices with a fired getter.

    • @EEVblog
      @EEVblog  Před 9 lety +27

      ***** Yes, good point.

  • @supersat
    @supersat Před 9 lety +53

    It wasn't quite obvious at first but it seems like the grid selects the column of characters, while each dot of the anode is driven separately. Early in the video it sounded like the grid was the only thing controlling the dots.
    The interface also reminds me of the HD44780. One of the lines probably selects between data and commands, and there might be a read/write pin as well.

    • @kevincozens6837
      @kevincozens6837 Před 9 lety +6

      Now, wouldn't that be interesting if they emulated the interface of an HD44780? :) One of the remaining pins for which Dave has not discovered a use could be to switch to command sending mode.

    • @TheAjlitt
      @TheAjlitt Před 9 lety +5

      Kevin Cozens I think some Noritake VFDs have an HD44780 compatible driver

    • @dash8brj
      @dash8brj Před 9 lety +11

      Andrew Litt They do - I used to have one on my server until a friend bumped it and sent it to a shattering death behind the stand the server sits on. Dave if you look up HD44780 chipset, you should be able to do lots of stuff like progress bars (using custom characters), position the cursor, turn off the blinky line cursor (or turn it into a block) etc etc etc. :)

  • @maartenvanachte2512
    @maartenvanachte2512 Před 9 lety +12

    The reason why the screen was blinking (27m39) is because you are using the TX and RX lines of the arduino as output lines. It will work but evertytime you upload to the arduino or the arduino is trying to send data over the serial, you will see the screen blinking.

  • @Steve_Larson
    @Steve_Larson Před 8 lety +15

    VFD's have always been a favorite of mine, especially the VU meters in top end cassette decks. Back in the mid eighties I was just starting out with electronics, and I spent a week trying to get one of these to work, finally giving up due to lack of knowledge and support equipment (I was in my teens). Awesome video, keep up the great work !!

  • @Elfnetdesigns
    @Elfnetdesigns Před 9 lety +9

    This is a typical VDF found in things like Gas Pumps and Cash Registers (The external customer display on the pedestal). We have boxs of these types of displays that came from everything from calculators & cash registers to alarm panels and old retired ATMs.
    varying colors from traditional blue/green to amber/orange

  • @followthetrawler
    @followthetrawler Před 9 lety +9

    Thanks for this Dave - I love VFDs reminds me of my youth as an electronics apprentice at GEC Traction. By the way, Babcock are a multi-faceted company... even building nuclear reactors for submarines.

  • @richfiles
    @richfiles Před 9 lety +4

    I have a pair of large 2x20 character VFDs made by IEE. I've been wanting to build a "command module" controller for Kerbal Space Program. There are existing projects that provide both hardware input controls (buttons, switches, joystick axes, etc) and readouts (character displays, analog meters, graphic readouts... even an Apollo style "8-ball" Flight Director Attitude Indicator). All I can say, is that every command module ends up different. The creativity of each builder really shines, and display choice can make a CM controller really stand out!
    Anyway, I LOVE the enormous 11mm character height of my VFD modules, and the two I have would provide 4x20 in total characters! I also have several smaller VFDs that could be used to display other flight data. I have two retail display posts that have either 2x16 or a 2x20 VFDs I can salvage... I'd have to dig them out. I'd like to use linear panel meters for my fuel gauges, and I was gonna use 7 segment LEDs for most of my numeric readouts (I'm considering doing the altitude in nixies... can't afford to do ALL of it in Nixies though... Bummer :P )
    The large 2x20 modules I have feature a 26 pin header that is attached right next to a 40 pin NEC chip as well. Promising. The power connector is 6 pin, 2 pins are clearly power, but there is also a third pin connected to a very thin trace. Unsure as to it's function, or why it's on the power connector.
    *UPDATE:* I emailed IEE, and they sent me the original datasheets for my VFD module! YES!!!
    No serial interface on mine, but VERY similar to the one here, possibly the same processor. It uses an NEC 40 pin DIP and a 12 MHz crystal, with an interface that features the same number of pins (but mine is already brought out to a header, rather than a card edge connector).
    Now that I have a solid application and datasheets, I kinda wish I had bought more of these! I only paid 20 bucks each for the pair I have!
    I'll post the link on the blog.

  • @ocayaro
    @ocayaro Před 9 lety +2

    The construction of VF devices allows them to be used as a single vacuum triode capable of amplification at up to 100kHz or so. Good for a novel audio preamplifier stage with a mellow 1940s sounding output.

    • @IvanIvan1974
      @IvanIvan1974 Před 9 lety

      ...and use the fluorescent part as a spectrum display?

    • @ocayaro
      @ocayaro Před 9 lety

      IvanIvan1974 Unfortunately not at the same time. There is effectively only one anode and one cathode for all the grids. Hence only one triode. Two triodes would need two VFDs.It's more of an interesting curio than a really cutting edge thing. Of course the transconductance (gm in mA/V) would need to be measured first. The designing part is then a lot like designing with an n-FET.

    • @IvanIvan1974
      @IvanIvan1974 Před 9 lety

      Electro It was a joke, but yes, there would be a few parameters to work out for a proper design, if even possible.

  • @CallumAi
    @CallumAi Před 9 lety +1

    I think the pulsing is due to the serial UART on pins 0 and 1 (one's Rx and one's Tx). The Arduino software includes bootloader on the ATMega (which is usually pre-flashed on complete boards) which allows it to be programmed over the UART (the USB is simply an FTDI serial port on those pins, with a reset on serial connection).
    When the board resets the bootloader waits a while for UART data before proceeding to the program so uploading and verifying ends up toggling the serial (it also flashes what's an LED on pin 13 most boards to show the bootloader's starting (happens irrespective of whether you're uploading anything).

  • @FFcossag
    @FFcossag Před 9 lety +13

    Excellent video, I always enjoy seeing hacky DIY stuff on the EEVblog, rather than the usual mailbags and teardowns (not that there's anything wrong with those).

  • @johnjohn-ed9qt
    @johnjohn-ed9qt Před 9 lety +2

    Working these interfaces out is (often) pretty straightforward. Some of the older ones require supply voltages that are difficult, such as 22V@250mA for one of my IEE's, but by the late 1980's, they were pretty much 5V all the way. The ones I have worked with fall into two general camps: Those that are designed for systems going VFD from the get-go, and those to connect instead of a printer. The first type generally have command/data selection via either a separate latch or a select (low is data, high is command on the one I am looking at). The second type is `Centronics compatible', with commands embedded int he data stream. They may honor backspace, LF, CR, and a few other control chars, as well s other special. Worked with a display years ago that did Epson dot matrix compatible graphics that inerfaced this way.

  • @Ricktpt1
    @Ricktpt1 Před 5 lety +2

    Pioneer's dual-channel 24 segment dB displays were among the most visually rewarding. It's no small part of the attraction of their classic "Silver, quarter-inch, milled aluminum faceplate" dreadnought weight division Tape Decks like the RT-909 and the CT-F1250. As the years went by the resolution dropped, the number of segments plummeted and what was once a great thing, got cheapened to the point of the slower responding, overshoot prone physical "needle meters" once again prevailing, also owing to improvements in execution/design. (At least in neo-vintage gear.) But nothing reproduces the look of those great Flouroscan (their trade name) displays.

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

    I've been watching your channel for a few years now (while attending school for comp E), and it's awesome to say that I finally understand the content in the videos.

  • @2dfx
    @2dfx Před 9 lety

    VFD's are BEAUTIFUL displays. That crisp, plasma-like colour is truly a sight to behold!

  • @ComputerLearning0
    @ComputerLearning0 Před 9 lety +3

    These were my favorite display's back in the day. All my older amateur radio gear used VFD's but years back everything went LCD because it was far cheaper and used way less power.

  • @Akkillies
    @Akkillies Před 6 lety +16

    "if the vacuum leaked out" good one Dave. We know what you meant :D

    • @RaduOleniuc
      @RaduOleniuc Před 2 lety +1

      The joys of using the minus sign - for electrons, as it was used by Benjamin Franklin who invented the notation and also knew that electricity flows from - (negative) to + (positive) side of things. :)

  • @jubal1967
    @jubal1967 Před 9 lety

    I can't believe only one other person thought the Dr. Emmett Brown quote was worth a comment. Thank you for the smile along with the information. You are a genius.

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

    I'm going to quibble with the control description around minute 6! The grid typically covers many anodes in a VFD (at least the old Soviet VFDs like the IV-22). You supply anodes individually to light them up (typically through a high-side driver IC), and can control the brightness of the entire display (a single 7-segment cell in the case of IV-22) by varying the grid voltage.

  • @Nitrxgen
    @Nitrxgen Před 9 lety +3

    WTF Dave. I literally only just bought a VFD a couple days ago and been fumbling trying to get a pinout having never used a VFD display before... then you bring this video out. It's like you're physic

  • @MyWillyboi
    @MyWillyboi Před 9 lety +3

    How does Dave know Bob is my Uncle! It's like he makes me aware of it every video I watch!

  • @AlexanderBrevig
    @AlexanderBrevig Před 9 lety +5

    This is an absolutely amazing video! I love getting an insight into your thought process. Excellent job!

  • @Corcoancaoc
    @Corcoancaoc Před 9 lety +78

    "vacuum leaked out" :D:D

  • @SkyCharger001
    @SkyCharger001 Před 8 lety +19

    I've paused and counted: it's 40x2

  • @LuisGarcia-tb9po
    @LuisGarcia-tb9po Před rokem

    My digital clock broke recently so I’ve been researching clocks and it occurred to me I could make my own with an Arduino and a display, so now I’m researching VFDs since I love the look. I might try to salvage one from some broken AV equipment if I can any on eBay or any dumpsters near me, good ol’ reusing and recycling right!

  • @hifatpeople
    @hifatpeople Před 9 lety

    Awesome! My dad's vending machines have tons of these, I could not find out for the life of me how to operate one. Now I can update the machine circuits without buying all new displays :)

  • @lightaces
    @lightaces Před 9 lety

    One of the better videos in a while - I for one much prefer the videos were you are actually DOING something to things like the mail bag. Also, more Fundamental Fridays, please!!!!!!!!!!

  • @maxwang2537
    @maxwang2537 Před 8 měsíci

    17:44 I particularly liked Dave doing the "Duanggggg ...".

  • @Tangobaldy
    @Tangobaldy Před 9 lety

    This is the type of video i look forward to Dave. Second to teardown tuesday

  • @maxwang2537
    @maxwang2537 Před 8 měsíci

    Dave's video on any subject is always master grade. Thanks.

  • @Fullchaos40
    @Fullchaos40 Před 8 lety

    Thank you for your videos, as an undergrad in EE I was wondering how some things were done but was not quite sure how to go about it. Your videos are making things I somewhat understood make much more sense.

  • @xDR1TeK
    @xDR1TeK Před 9 lety

    These things have their own character table, best check if there is a datasheet to show the table or else mod a new chip in place of the controller with a new character lookup table to suit your needs. The nice thing about this vfd is that it is early design which allows every bit of it to be highly modular. Wish all technology today is like that.

  • @quadplay2591
    @quadplay2591 Před 4 lety

    Just found this while trying to repair an old vfd, this is priceless info, thanks Dave

  • @DefconUnicorn
    @DefconUnicorn Před 9 lety +3

    Loving the vacuum leaking out comment really had me in stitches :D

    • @ketas
      @ketas Před 4 lety

      maybe he imagined to be inside the display

  • @icebrodie
    @icebrodie Před 9 lety

    New from EEVBlog Studios: the VFD Shield.
    Very cool to see this work in action.

  • @VideyoJunkei
    @VideyoJunkei Před 9 lety

    Late 70's early 80's, a LOT of hand-held games used the VFD. This was before cheap black and white LCD displays were used. Most games didn't use dots like pixels, but actual shaped elements for the game; say a space shooting game would have spaceships, and shots, and stars all spaced out over the display (very jumpy motion, yes.) Also, many were quite colorful...the "standard" output color is light blue/aqua (still common, even today) and orange. By using shaped filters either inside or colored strips outside you can get blue,green,red,and pale yellow. These were fairly expensive to make, so by the mid 80's things were going toward LCD displays....I have a lot of games like this in 3 boxes in storage!

  • @basimpsn
    @basimpsn Před 9 lety +1

    @14:05 you could just look at the voltage on the capacitor and stay below thevoltage limit. But nice work

  • @KD0CAC
    @KD0CAC Před 9 lety

    Thanks Dave , I had just posted on the forums trying to trouble shoot a VFD from Noritake and had one response so far to get me started on seeing if I can repair , and now you video comes up :)
    This should help with a couple steps in finding a fault in mine .
    I'm reversing without the engineer ;)
    John

  • @TheExileFox
    @TheExileFox Před 9 lety +2

    The reason for arduino to have a non-standard header spacing is because they accidentally put it like that on REV 1.0 and they will keep it like this to not break compatibility with boards/modules made to plug directly into the arduino

  • @7head7metal7
    @7head7metal7 Před 9 lety

    I have one of these lay around, out of some old, broken HP measurement device I got a few months ago. I was thinking of throwing it away due to lack of storage space, but now you inspired me to hack it, and see if it still works. Let's see what I can get :)
    Greetings from Germany!

  • @wattage
    @wattage Před 9 lety +1

    Really enjoyed this video, Dave. Nice to hear the thought processes you used and listen to your explanations. Please keep doing videos like this. Very educational and entertaining!

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

    I am very happy to have found this CZcams channel. You are a genius. My respect and admiration. Very good video, very good job. Best regard.

  • @RedRamzor
    @RedRamzor Před 9 lety +16

    Why not program it to some sort of Tweetdeck display for the office?

    • @RedRamzor
      @RedRamzor Před 9 lety +16

      Well it's either that or teen spirit.

    • @RedRamzor
      @RedRamzor Před 9 lety +7

      Although I'm not sure of the wireless capabilities of teen spirit...

    • @EEVblog
      @EEVblog  Před 9 lety +18

      RedRamzor I have bigger plans for a twitter display, literally...

    • @RedRamzor
      @RedRamzor Před 9 lety +7

      I'll look forward to it! I really enjoy these "hacking"/hobbyist videos. I think it really opens peoples minds to what people can do with whatever piece of hardware they have sitting in the bottom of their closet.

    • @Ilovelazers
      @Ilovelazers Před 9 lety +3

      EEVblog I'm not sure if I should be scared or not.

  • @THEtechknight
    @THEtechknight Před 9 lety

    I would say that display was designed to be interfaced with an 8051/6805 parallel system bus. So, the line your toggling is probably the R/W line.
    But there is either a command/data line, Or... you can try rotating through all the non-ASCII bytes, some are likely to be control codes. Such as brightness, CLS, char position, etc..
    Some displays even use an Escape code. So you would send the Escape char, and then the control code.

  • @SjoerdvanGestel
    @SjoerdvanGestel Před 9 lety

    So awesome to see you get this this to work. Had such a module for ages in a drawer from an old commercial scale with red light coming off it. Shame that I got rid of it because after seeing this I would have love to try and get it to work myself as well. Really enjoyed the video! Thanks!

  • @rpavlik1
    @rpavlik1 Před 9 lety +14

    In the test sequence printing the character set it looked like it had some non ASCII characters: do you think that test sequence showed the character set in order (thus showing how to get the extra characters)? My other question would be if the controller accepted ASCII cursor control bytes, to move it around, etc.

    • @Mythricia1988
      @Mythricia1988 Před 9 lety +3

      Good thought on the cursor control bytes, that'd be worth testing for sure.

    • @EEVblog
      @EEVblog  Před 9 lety +7

      rpavlik1 No doubt it would be in sequence, just a for loop in the code.

    • @Mythricia1988
      @Mythricia1988 Před 9 lety +10

      EEVblog I just stumbled upon another VFD module datasheet, and apparently one of the unknown lines on the board is most likely a toggle between Character input and Command input, so you can change things like brightness duty cycle if you put the module into Command mode and write the relevant bytes. Will see if I can find it again, not that there's any guarantee they use the same commands...

    • @ZaphodHarkonnen
      @ZaphodHarkonnen Před 9 lety +3

      It's likely Extended ASCII. en.wikipedia.org/wiki/Extended_ASCII
      Regular ASCII is only 7 bits whereas Extended makes use of all 8.

    • @Stabby666
      @Stabby666 Před 9 lety +2

      That's exactly what I thought when watching it. Probably using characters under 32 for control codes like the old dumb terminals attached to mainframes/mini computers used to use. It'd also make it simple to connect to an old modem :)

  • @piotr0r_
    @piotr0r_ Před 9 lety

    I fix pinball machines for a living and this appeals to me a lot. Gottlieb Pinballs used green VFDs similar to this one, which reminds me of the first Sys 80B. displays. Also, Babcock used to manufacture orange 128 x 32 DMDs for newer generation pinballs in the 90s.

  • @XOIIOXOIIO
    @XOIIOXOIIO Před 9 lety

    Oh wow awesome timing, I just got several of these but much larger, and one big one that says plasma on the back but looks like a VFD.

  • @frollard
    @frollard Před 9 lety +4

    27:55
    One must keep in mind pin 0 and 1 are the serial programming input on the arduino, so if you need to use them, be ready for your project to have lots of pulsing on them during programming, and your serial monitor may poo the bed if you are driving them.

    • @dash8brj
      @dash8brj Před 9 lety

      Or trigger the firing SCR in my case when I changed some code on my capacitor bank project. OOPS :)

    • @frollard
      @frollard Před 9 lety

      dash8brj at least you were firing the scr at no more than 50% duty cycle and 9600 baud ;)

    • @dash8brj
      @dash8brj Před 9 lety

      frollard Or more to the point, at least the bank wasnt charged much at the time (about 30V)

  • @Madbot_
    @Madbot_ Před 9 lety +12

    16:26 the vacuum leaked out? I know you what you meant, everyone mess up now and then. Other than that, thanks for telling me how these work.

    • @rich1051414
      @rich1051414 Před 9 lety

      I hear that so much xD I always just say I hate when my vacuums leak out and they realize their mistake, usually :P

    • @EEVblog
      @EEVblog  Před 9 lety +10

      madgod 117 LOL! Yeah. It's a magic vacuum.

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

      Well, at first there was a vacuum in there, then there was not.
      It must've gotten OUT somehow!
      This is actually an interesting case, since the more intuitive way to see a vacuum is as a something than the absense of everything. We create a vacuum for specific purposes and once we have it we would less likely think about it as "an absense of air", but rather as "a presence of lack of air"
      When a vacuum goes missing it's kinda cryptic like "Nothing just stopped existing. It took so much energy to make this nothing, too!"
      And because of that, I find a description like vacuum leaking out more sensible than air leaking in which doesn't get the point of the vacuum disappearing across quite as well. Proper descriptions I believe would need more words, which I also find dumb when literally everyone gets what the meaning of what is said is.

  • @royalscam9
    @royalscam9 Před 9 lety

    I've never had the opportunity to play with one of theses, so i really enjoyed this video. As for it not being ASCII, well it could be some variant of extended ASCII. The easiest way would be to map out the characters in the form of a loop. Start with 32 (SPACE) and end with 255. 32 through 127 are the printable ASCII characters, and 127 - 255 are the 'extended'. I'd also like to see if one of the first 31 characters generates a clear screen.

  • @RyanJensenEE
    @RyanJensenEE Před 9 lety +43

    Damn that Arduino header spacing.
    I think some men just want to watch the world burn.

    • @EEVblog
      @EEVblog  Před 9 lety +6

      Ryan Jensen Unintentionally!

    • @XTL_prime
      @XTL_prime Před 8 lety +2

      +EEVblog Intentionally. It's a lock-in trick :)

    • @hyperhektor7733
      @hyperhektor7733 Před 8 lety +4

      who names his own company bad cock ??

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

      Hyper Hektor it's BABCOCK :D

  • @milesbancroft
    @milesbancroft Před 9 lety

    I really enjoyed this one. It was interesting in that it described how VFDs work AND it had a bit of a voyage of discovery. Great stuff Dave, thanks.

  • @tedtw
    @tedtw Před 9 lety +1

    I've used these displays in instrumentation systems. Nothing to hack to use these displays; just a parallel 8 bit word with a strobe line to load a character. IEEE makes a one that instead of just characters it has a dot matrix with built-in graphics. For example, send it a couple simple commands and a circle is displayed. You can set the circle size and location on the screen. Also has text size function built-in with various video effects, such as a curtain-like effect that "opens up" on the display to change screens.

  • @dorbie
    @dorbie Před 9 lety

    The polarity switching is on the phosphor elements not the mesh. It is likely that they are isolated for multiplexing.

  • @adriancatisanu7364
    @adriancatisanu7364 Před 9 lety +1

    Am I the only one who read UFO's instead of VFD's up there in the corner of the whiteboard? =)
    Anyway, awesome and interesting video as usual Dave, very much appreciate it !

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

    Fair play Dave, you're a treasure trove of brilliant info.

  • @murrij
    @murrij Před 9 lety

    Awesome! I could watch videos like this (reverse engineering hardware) for days. Thank u Dave, and please do more like this. I am your padawan and learned a lot from this one vid and your narrative!

  • @yoochoobb
    @yoochoobb Před 9 lety

    Nicely done! I always find these videos interesting. I have nowhere near the electronics knowledge to do this kind of stuff, but I have enough to grasp the concepts in your explanations and I appreciate your enthusiastic approach.

  • @ChrisNorris
    @ChrisNorris Před 9 lety

    Great video - I salvaged a VFD from a late 70's battery arcade game - gonna hook it up!

  • @Craft4Cube
    @Craft4Cube Před 8 lety

    +EEVblog 28:00 The pulsing is due to pin 13 pulsing on boot of the Arduino

  • @Tigrou7777
    @Tigrou7777 Před 8 lety

    I remember I salvaged one PCB + vacuum fluorescent display when I was a kid. I had not idea how to use it. So I bring it to one guy i know that was electrician (not electronic engineer) he told me this : " you know it's complex to use, you need to reverse engineer using a oscilloscope etc ...) I was so disappointed.

  • @alessi4249
    @alessi4249 Před 4 lety

    For every idea I have or part I find there always a great eevblog video accompanying it it's great!

  • @edwardbyard6540
    @edwardbyard6540 Před 9 lety

    We used tens of thousands of VFDs in slot (pokie) machines here in the UK, every machine made in the last 30 years had one. All were Samsung modules with our custom driver IC to do special effects, reset on power up, dimmer, scroll control, etc. They were simple enough, with a clock, data and reset line. Just write data to it, and wait for a few uS between characters. Serial modules were expensive and unnecessary, and too susceptible to noise, needing a shielded cable or you'd get garbage on the display...

  • @jaydavies2001
    @jaydavies2001 Před 3 lety

    Fascinating!!!!! I watched, enthralled, mesmerised, honestly.
    I saw VFD's coming in (slowly) in the early 80's then they became the norm for a while, included on HiFi equipment, etc. VFD's were beautiful, largely due to the color but also the unknown, mysterious, they were like magic; now I am old, they have NOT lost their beauty and charm. When I watched your video, it was like watching a magic trick being explained, but, due to the way my brain works, you have added to the wonder :-)
    Well done and thank you
    All the best
    Jay (South Wales)

  • @MrOzzyCam
    @MrOzzyCam Před 9 lety

    That was a really nice logical approach to gain some understanding of a bit of unknown gear and in making it useful again. I enjoy seeing this kind of recycling of electronics. I myself like the VFD's, IMHO, LCD's seems cheap and nasty by comparison to such an elegant bit of engineering as a VFD.

  • @DeathtrapCult
    @DeathtrapCult Před 8 lety

    The vfd explanation was very easy to understand. Thanks!

  • @SeanDuffyProductions
    @SeanDuffyProductions Před 9 lety

    Fantastic video Dave! Reverse engineering old bits of kit like this is really interesting, I'd like to see more of this on your channel, keep it up!

  • @pepe6666
    @pepe6666 Před 7 lety +3

    man that was great fun! more videos like this :) getting into old electronics like this is so coool

  • @robot797
    @robot797 Před 9 lety +3

    i love vfd's
    and i use them whenever i can

  • @TheSofiaChilli
    @TheSofiaChilli Před 9 lety +2

    Finally some actual electronics :-) well done ...

  • @s.sradon9782
    @s.sradon9782 Před 4 lety +1

    I was wondering if one could replace the mesh with a conductive polymer membrane or a gauze woven from ITO (ISnO) coated glass fibers. I enjoy the look of VFDs but would be very interested in modern technology being applied to them as well. It also seems possible to make a classic VFD at home from scratch.

  • @RonnieTucker1
    @RonnieTucker1 Před 9 lety +3

    Awesome video, Dave. I managed to salvage one of those types of displays from an old shop till. So I'll definitely be putting your theory to the test on mine :)

  • @muh1h1
    @muh1h1 Před 9 lety +6

    the first thing i thought when you said 8bit paralel bus was HD44780 :)

  • @thorpejsf
    @thorpejsf Před 5 lety

    TD62783 is a great choice for a high-side driver IC for a VFD 7-segment display. Still available-ish.

  • @Arek_R.
    @Arek_R. Před 9 lety

    Love the way by the text appears on display!

  • @electronicsNmore
    @electronicsNmore Před 9 lety +4

    Great video!

  • @ms_enj
    @ms_enj Před 9 lety +1

    Nice Back to the Future III reference thrown in there, Dave. :D

    • @EEVblog
      @EEVblog  Před 9 lety +6

      ms_enj Every 2nd or third video has a reference I think!

    • @thedogememesproductions6354
      @thedogememesproductions6354 Před 8 lety

      +EEVblog i have a vfd and i need help on to make it display what i want but i know how to wire it

  • @SudosFTW
    @SudosFTW Před 9 lety +1

    EEVblog VFDs are sexy, sexy displays. IIRC Ford is using them again in their cars and other car mfgrs are following suit, because they last longer than LED/LCD diaplays for that sort of stuff, in practice. yes, they can be a bit tempermental when cold, but they've stood the test of time since the 70s (even when they start to fade a bit)...! I have a couple calcs here from the late 70s from Casio and Omron with VFD bulbs in them and I know you've done at least one video on one in the past.
    plus, the color they throw off is just amazing and all kinds of futuristic.
    I've been considering making or finding a 5.25" mountable unit I could stick in a CD-Rom bay in a tower for a long time, so I can push a button and display stats such as drive/system temperatures, as I have a lot of drives I want to keep in check, and summer will be here in the States soon enough... your video here has only fueled that want for such a system exponentially, mostly because VFDs look pretty good from any angle, whereas an LED-backlit monochrome LCD display will have wash-out issues from horizontal and vertical angles that aren't head-on... This is very annoying sitting next to the computer in question.
    So yeah, if you want to try your hand at trying to reverse-engineer the display from a recent Ford or other brand 2010 or newer, that isn't a Falcon, I'd go over and see if you can pull some out of some totaled cars at the local scrapyard, if there's any to be had there. (I dunno, maybe a Falcon will have some.) but if the place is reasonable, that just may be the place to pick more up, if you're willing to drip some elbow grease in the process.

  • @roberteliassen5020
    @roberteliassen5020 Před 8 lety

    One of your best videos, Dave! Couldn't find any bigger thumb than the default though. ;-) Thanks a lot!

  • @THEtechknight
    @THEtechknight Před 9 lety

    One thing you forgot to mention Dave, with multiplexed VFDs, either the Cathode has to be biased slightly above ground with the grid being pulled to ground, aka Cutoff. Or the other way around, leaving the Cathode at 0 potential, while biasing the grid negative.
    This is required to prevent ghosting.

  • @EE_fun
    @EE_fun Před 9 lety +1

    Would have been nice to see you using the Analog Discovery for that.. because as you might remember you have a pattern generator in this and even in the static-I/O menu you can have a slider from 0 to 255 for a whole 8bit :)

  • @adorablehoe
    @adorablehoe Před 9 lety

    Babcock is the best name ever for a company...

  • @morelenmir
    @morelenmir Před 9 lety +1

    Presumably the safety concern with the board's high voltage section would be more a discomfort issue than actually dangerous?
    Also, while I understand the basic cathode->grid->anode behaviour of an early valve I don't see how you light/dark the individual pixels of the display element. It looked like the grid was only discrete for each whole element and not the individual pixels. Was there some way to energise the individual sections of the grid that stood over the corresponding pixel?

    • @PeterWalkerHP16c
      @PeterWalkerHP16c Před 8 lety

      +morelenmir The grid is for multiplexing each block not each pixel.

  • @davepauljones
    @davepauljones Před 9 lety

    Well done Dave, thanks for spending your time on this, keep up the good work.

  • @quantumfluctuations1
    @quantumfluctuations1 Před 6 lety

    omg i am a display obsessed one, especially vfd's, this is very satisfying thx

  • @piotrlobacz
    @piotrlobacz Před 9 lety

    More videos like this please. Truly enjoyed it.

  • @stphinkle
    @stphinkle Před 9 lety +5

    With how many characters that one has, I wonder if it came from a cash register (kind of the like the item and price display unit you find at stores). Out of a pinball game is another possibility but less likely.

  • @JeffsTagtripp
    @JeffsTagtripp Před 9 lety +11

    Nice.
    You should make it display random quotes from the computer "wopr" in the movie War Games.
    SHALL WE PLAY A GAME?

  • @EvanCarrollTheGreat
    @EvanCarrollTheGreat Před 9 lety

    This video is my favorite EEVBlog. Love it!!

  • @tubical71
    @tubical71 Před 9 lety

    And this is how we do it. I would have done it just the same way with my adurino attached....:)
    Thanx for this one Dave.

  • @moe61806
    @moe61806 Před 9 lety

    Loved the back to the future reference.

  • @RavenLuni
    @RavenLuni Před 6 lety

    Why are they driven from the front? Surely the wires and the mesh could be put behind the phosphor elements? (or do the electrons have to pass through the phosphor material onto the conductive plane - that would explain it)

  • @LarixusSnydes
    @LarixusSnydes Před 2 lety

    I found a VFD in my disassembled Nakamichi Amp (it *was* broken beyond recovery, otherwise I would not have done that). Unfortunately, it's symbols are extremely specific and don't lend themselves well to repurposing.

  • @ruhnet
    @ruhnet Před 5 lety

    Fantastic! Thanks for taking the time to do this!

  • @colepdx187
    @colepdx187 Před 5 lety

    A wonderful piece of hardware. Beautiful.

  • @xDR1TeK
    @xDR1TeK Před 9 lety

    I bought one from digikey. Best project ever.

  • @joaobacalhau8383
    @joaobacalhau8383 Před 8 lety

    Great video ! I got really excited when the test characters popped up ! LoL. Cheers!

  • @abigguitar
    @abigguitar Před 4 lety

    The other pins likely allow you to illuminate individual dots in each letter matrix. This would allow you to write your own custom font or graphics rather than having to use the built-in font. Why would they create a display where you're locked into only the built-in font? That display should be capable of displaying anything you want with those letter matrices.

  • @michaelhawthorne8696
    @michaelhawthorne8696 Před 9 lety

    Nice one Dave,
    I love VFD's, They were great in early Casio calculators.
    This video is going to very useful.
    They look so much cooler than LCD's and have advantages in dark rooms that LCD's fail at.
    It's a pity they draw so much current huh?