Hey people I have a few questions for a project that I have in my head, it would be great if anyone can help me a little bit.
I recently got the idea to make a VFD clock with some small IV-6 tubes as a present to some friends/family. Due to the number of clocks and my idea for an enclosure there are a few constraints: it has to be tiny but no SMD and cheap so the MAX6921 is not an option.
Currently the Idea is to use a cheap arduino nano clone as microcontroller, why not a lone atmega? well a friend of mine tried that and had some trouble with it, 3 dollar extra is not worth messing around for hours with an arduino (not much of a software guy). To replace the driver I was thinking of using a 74hc595 for the segments and MPSA42 transistors to switch them. But as I am typing this I realize that the arduino nano has 14 I/O so I can probably just drive 11 transistors straight from my arduino. As a PSU I was thinking of a simple mosfet, 100uh inductor, fast diode and capacitor with a 1:15 voltage divider to measure the output.
My remaining questions are:
I read over here:
http://www.noritake-itron.com/SubPages/ApplicNotesE/vfdoperapn.htm that it is best to feed the filaments AC but I was planning on hooking up 4 filaments in series and powering that with a 7805 (and maybe a shottky for extra voltage drop, 48*1.2=4,8v). Is the intensity gradient visible with single tubes?
I also read that it is best to have a slight bias on your filament voltage to avoid ghosting, how can I accomplish that with my simple 7805 idea?
Regarding the transistors, I think a MPSA42 with a 1-2K resistor between base and I/O + a 10k pulldown should be alright, but is there a way to calculate these values besides just guessing. I don't completely grasp how to switch the VFD tube with transistors at the moment.
any suggestions, answers, ideas or whatever you have to say about this is greatly appreciated.