On Jan 14, 10:24 pm, Jan Rychter <[email protected]> wrote: > On 14 sty 2012, at 18:37, marta_kson wrote: > > I think I'll need to redesign the board without the potentiometer, thus > bringing the FB resistors much closer to the chip. >
I can't speak to the arcane world of the 1771 circuit, never having used it. But if it's important to you to have an easily variable output voltage and it's the pot which is killing you, then there is a completely different strategy which works well. You can make very satisfactory nixie and dekatron power supplies using microcontrollers with on-board ADC and PWM modules.The PWM pin drives the switching element in a standard boost SMPS circuit, and the HV feedback line comes from a fixed potential divider into the ADC pin. You then process the ADC output in firmware to determine the PWM duty cycle, which gives you a continuously variable, programmable HV supply which is great for playing around with things. Want to test the nixie at 160V or 200V? Just tell the microcontroller what you want the output to be, and let the magic of negative feedback sort it out. The downside is that it costs you some time overhead in the microcontroller to keep the HV going, but with the right chip you can do this, run a USB link and still have plenty of cycles left for a funky user program. You probably don't get as good efficiency as Nick's beautifully optimised 1771 circuit, but that is rarely a terminal design issue in my experience. The efficiency drop has never required me to heatsink the FET or anything like that. I've run this strategy up to about 12W output - no doubt less than you could get out of a thoroughly tweaked 1771 or John Taylor's awesome modules - but plenty enough for most purposes. Cheers, Jon. -- You received this message because you are subscribed to the Google Groups "neonixie-l" group. To post to this group, send an email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/neonixie-l?hl=en-GB.
