Yes, I agree with Tomasz, the first circuit shown in the article he links to is the way to do it. Advantages: No "wasted" current draw, cheap and easy. Ignore the comments in that article about the problems of voltage drop - that might be important when you've only got 5V to play with, but with 200V on tap... !!
BTW, how exactly would I drop 5V from 200V using a DCDC converter? I.e. which converter (part number?) and how would it be wired up (diagrams help, I'm a visual type of person).
Thanks in advance.
Maybe I should just do a masters in electronics.
I also tried this current mirror, which was a complete disaster - BY my calculations, the current should have been limited to about 0.5mA (200/390K), but it grew rapidly to about 30mA before I managed to break the connection, I don't really understand why. But now I do understand why there is no Re in those mirrors - Vb in the equations in my first post is equal to k (i.e. Vbe) so the value for Re is always zero?
Again, many thanks for all of your input. I'm going to try the current limiter that Tomasz suggested earlier next. Then on to PMOS.
Next I tried the current limiter as described in several places, but in particular here as suggested by Tomasz. I used an Rsense (R3) of 330 Ohms as I wanted 2mA. This was not successful. With test loads it delivers <2mA (or exactly 2mA for a short circuit!). So I tried a 6844A nixie (which is what started off this whole current source thing). It delivered approx 0.5mA, so the tube barely lit.
VGS(th) is the gate threshold voltage of the MOSFET, IDSS is the on current at VGS = 0 V and ID is the required
current.
There are plenty of these around with suitable voltage characteristics.
My concern with current limiters that rely heavily upon the datasheet specs (Vgs for Depletion-mode regulator; Vbe for current-mirror) is that variations due to process & temperature will have significant impact on the actual current. Using a slightly more complex+costly design will mitigate this; well-worth it in my opinion when you consider the value of the tubes you are protecting.
--
You received this message because you are subscribed to a topic in the Google Groups "neonixie-l" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/neonixie-l/gbJ0Beiu66I/unsubscribe.
To unsubscribe from this group and all its topics, 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/5c9c7941-efba-4967-acee-24c8701874b4%40googlegroups.com.
- while testing it I found out that striking voltage of tubes is a max value - I've tested one Z567M and one LC-631, they both strike with voltages lower than their normal maintaing voltage!
I wonder if this low striking voltage is common among different tubes or does the striking voltage change with temperature.
My wristwatch uses a 'boost' approach to ionize the display above 180V for 25msec, then throttles back between 140 to 160V after the display is stable. The saved energy is significant. It's 3-1/2 digits, direct-drive, and uses NPN current-regulators for each segment (24 total).
My bench prototype has been running for over 2 years now on the original charge to the battery (3.7V Li-ion, 1050mA-hr). I dont display the time more than a few times per week, but the fact it's still operating is amusing. BTW, the battery was not new, either. It was used for a few years in my cellphone so it's capacity is diminished.
--
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/aa645b68-5fa0-4212-8b9d-b75f69e6794f%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "neonixie-l" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/neonixie-l/gbJ0Beiu66I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to neonixie-l+...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/neonixie-l/820f82b0-8b70-4c70-b589-d224f70db2f3%40googlegroups.com.
That's basically what I use in my designs. I'll highlight the differences:
- I use a PMOS instead of PNP, mainly because it requires no drive-current.
- R1 & R2 are replaced with a pot to make the current adjustable.
- The above pot can driven from a small DC-DC converter (my preference), or between the HV supply & GND. There's essentially zero current for PMOS gate-drive, so high resistance values are fine. Not the case with PNP, though, due to finite base-currrent.
- A zener diode is added to clamp any spikes that may arise at the gate of the PMOS device. It's a paranoia item.
- A filter cap was added, in case there is unexpected noise from the DC DC converter, and also to suppress any very-short transient that may arise that are too fast for the zener to kick-in. (paranoia item).
- A large resistor across the PMOS to bleed any potential ESD. Without it, there is a remote possibility of charge-buildup. (paranoia item)
So, this circuit is replicated for each anode. When multiple anodes are driven, they all share the same gate-drive signal, which I call PDRV on the attached schematic.
@Nick - I know that cathode current control per segment might seem a bit of an overkill, but as @greg said, considering the price of the tubes, I think we should do our best to meet all of the datasheet specs if possible. And if you carefully look at the datasheet, consider the case you want to display a character like "*" (asterisk), then add together the currents of each segment from the datasheet and it will exceed the maximum anode current defined in the same datasheet, this is why each cathode current should be adjusted so that if you add them all together, the sum will be lower than the maximum anode current (of course, how much this really impacts the life of the tube will remain a mystery I guess, but we should still be careful)