Another idea is to connect 4 tubes in series. Of course it will make a voltage gradient across tubes, but I plan to drive anodes at 50+V, so maybe it won't be visible - does anybody have any experience with driving filaments like that?A step-down converter sounds good, but I will be very space limited in this project.
<20% of 5V is technically 1V >
Please let me add a word of caution on the pwm issue here. Although the statement seems intuitively true, it falls apart when current (and therefore power) is taken in consideration. In order to calculate the required pulse width ratio the following formula must be used:
Using the following definitions:
d = t/T (ratio = on time / period time),
R = filament resistance
V = Voltage
I = current
P = power (I*V)
Vdc = rated voltage of the filament
Vpwm = supply Voltage
First statement: Pdc = Ppwm
==> Vdc*Idc = d*Vpwm*
==>Vdc*(Vdc/R) = Vpwm*(Vpwm/R)
cancel out R ==>Vdc^2 = d*Vpwm^2
than solving for d: d = (Vdc)^2 / (Vpwm)^2
Soooo.... In order to drive a filament rated for 1V dc from a 5V dc supply d will equal (1^2/5^2)*100% = 4%. A 20% duty cycle WILL burn the filament in very short order.
Bill
--
You received this message because you are subscribed to the Google Groups "neonixie-l" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neonixie-l+...@googlegroups.com.
To post to this group, send email to neoni...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/neonixie-l/a9bf4901-b949-4f1c-8a90-7d477a85fc69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Oops, I did not complete one line:
First statement: Pdc = Ppwm
==> Vdc*Idc = d*Vpwm*Ipwm <----------<<
To view this discussion on the web, visit https://groups.google.com/d/msgid/neonixie-l/000e01d2977a%248d3ff930%24a7bfeb90%24%40com.
Thanks everyone for answers, I will probably use some cheap VFD to test the 9.2% PWM @3,3V on high frequency. I'll measure current and will look on it on oscilloscope to see on which frequency the filament will be heated so frequently, that it won't have time to really cool (current will be flat enough on all ON time). I will also test if any kind of soft-start is needed (rushing 3,3V through cold filament sounds risky).
I've found one project, where author built a H bridge to be able to imitate AC.
I think that it might be the way to go, combining H bridging with PWM.