[neonixie-l] Re: circuit board creation.....

2018-05-07 Thread Robert L
Hi Kerry,

I'm also a KiCad fan... I've switched to it and most of the engineers at 
work have followed along for our non-product boards - test fixtures and 
such.

You will find loads of decent on-line support via YouTube videos and such. 
The package includes a pcb trace calculator as Greg recommends, as well as 
a decent Gerber file viewer.

Enjoy the process... it can be loads of fun.

Bob

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send an email to neonixie-l@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/neonixie-l/a62f1a63-cbef-4f7f-9c57-d8ee28d4a26d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[neonixie-l] Elektor Nixie Kit on YouTube

2018-05-07 Thread Shaun Merrigan
Marco Reps has put up a video of assembling the Elektor Nixie Kit using
IN-12 tubes:

 

https://youtu.be/ge_9CNiZZ_A

 

As usual, he throws in a few twists with the assembly and various soldering
techniques.  Nice though.  




  

  Elektor 6 Digit GPS Synchronized Nixie Clock
DIY kit

youtu.be

Elektor Kit: https://www.elektor.com/six-digit-nixie-clock-150189-71 Hot
plate: https://goo.gl/qg2yrG (Needs mod for higher temp) Hot patreon:
https://www.pa...

 

 

Shaun Merrigan

http://www.shaunmerriganphoto.net

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send an email to neonixie-l@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/neonixie-l/011601d3e66d%2452fa3770%24f8eea650%24%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [neonixie-l] circuit board creation.....

2018-05-07 Thread NeonJohn
Hi Kerry,

If you just want something close to 67.5 volts, snap 8 9 volt batteries
together.  That will produce 72 volts open circuit but will pull down a
few volts under load.

If you plan on using it a lot, then you might want to use these batteries

https://www.amazon.com/gp/product/B01M2Z442X/ref=oh_aui_detailpage_o00_s00?ie=UTF8=1

There are two kinds of lithium "9 volt" lithium batteries.  Those that
use 2 conventional LiPoly cells and only produce about 7.2 volts, and
these that use 3 LiPo cells and produce almost exactly 9 volts.  The
beauty of these cells is that they are recharged using a micro-USB
cable.  An excellent use for all those old phone chargers laying around.

Back to your question.  That is a bad circuit.  He's running at low
frequency so the transformer is huge.  It is not resonant so the output
is a square wave.  Lots of harmonics.  They'll go through the bridge and
appear on the output.  He has no filtering to speak of.

I'd use a resonant Royer oscillator running at high frequency.  This is
the basis of our company's induction heaters.  Here is the open source one.

http://www.neon-john.com/Induction/Roy/Roy.htm

This one runs at about 80kHz.  It outputs a sine wave so there is little
output noise.  The transformer will be tiny at the power you'll be
operating.  You will wind the transformer on a bobbin core.  The primary
will be something like 5 turns of Litz wire and the secondary will be
something like 9 or 10 turns.

The circuit board package to use these days is KiCAD.  It's a
professional quality program, is FOSS and it's development is mostly
funded by CERN.  Eagle used to be the go-to package but since they
started renting their software and not selling it, most of the open
hardware community had moved to KiCAD.

Going from schematic to PCB is fairly straightforward.  Each part must
have an outline for the schematic and a footprint of the physical part
for the PCB layout.

You would draw the schematic editor and do a design rule check.  This
catches things such as lines close but not quite connected to a pin.

When you're finished with the schematic, you fire up the PCB layout
portion of the program.  All your components' footprints will be there
in one blob.  You move them around the board, the dimensions of which
you've already specified.  The components are connected by "air wires".
The layout is usually quite similar to the schematic layout.  You route
traces between components, switching from front to back as needed until
all the air wires are gone.

You'll run another design rule check which will catch things like
crossed traces, connections not quite made, traces too close together
and things like that.

When you're satisfied with the layout, have the program produce Gerber
files.  These files contain the actual photoplotter instructions and are
what you send to the board house.  You MUST inspect these closely with a
Gerber visualization program.  You will frequently find mistakes that
all the preceding steps did not.  In the Linux world where I work, the
program gerbv is the best.  No idea about other environments.

The last step is to prepare a specification document.  It will specify
the board size, what kind of board to use, how thick the copper should
be in ounces, etc.  And most importantly what each Gerber file is.
Incredibly there is no convention on naming files.  Most folks follow
the Pcad (very expensive board layout program) protocol.

Finally, you bundle the Gerbers up with the specification file into a
zip.  After having made arrangements with the board house you select,
you email that zip (or sometimes upload onto a web page designated for
that purpose), pay them and wait for your boards to return.

Before you start any board work, I strongly suggest you download LTSpice
and simulate your circuit.  LTSpice is free and it works very well,
especially if you enter all the characteristics for each part.  ESR for
capacitors, for example.

I hope that's enough to get you started.

John


On 05/07/2018 08:27 AM, 'orange_glow_fan' via neonixie-l wrote:
> Hi Guys,
> 
>  First off let me say that I know little about porting a circuit design 
> into a workable PC board  design.. I could probably do this using perf 
> board and point to point wiring, but I'd prefer something more reliable 
> (and probably better looking)
> 
> Having said that, can someone tell me how to do exactly that with the 
> pictured circuit?? This needs to be as compact as possible. 
> 
> It is a replacement for the old 67 1/2 volt 'B' battery used in vintage 
> AC/DC tube radios. The transformer is pricey too!  I've tried contacting 
> the author, but there has been no response. The article was written back in 
> 2003, by a radio collector in Australia and I'm not sure if he still 
> 'around' 
> 
> Thanks for your input..
> 
> Kerry
> 
> 

-- 
John DeArmond
Tellico Plains, Occupied TN
http://www.tnduction.com<-- THE source for induction heaters
http://www.neon-john.com<-- email 

[neonixie-l] Re: Small analog meters needed for National Union Videotron tube checker turned into a Nixie tube tester

2018-05-07 Thread GastonP
This one

https://www.ebay.com/itm/PANASONIC-SA-700-RECEIVER-PARTS-meter-tuning/311953913575

does not look extremely hi-fi and it is not extremely expensive either...

On Sunday, May 6, 2018 at 4:47:23 PM UTC-3, Jens Boos wrote:
>
> Hi folks, 
>
> I have recently stumbled upon a National Union Videotron tube checker [ 
> https://www.ebay.ca/itm/232720201826 ] and I am thinking of converting 
> it into a Nixie tube tester. It comes with a convenient little 
> compartment (see the pictures in the auction) that I can use to store 
> cables and adapters, and it is not too big in itself so it is easy to 
> carry around. 
>
> Here is my question: I want to include vintage meters that display the 
> current (anything in the range 0-10mA should be just fine) and also the 
> voltage (range 0-300V I think makes sense). The problem: any old meters 
> I could find on Ebay are just way too big. The tube tester measures some 
> 15x20cm (~ 6x8in). 
>
> Does anyone know of a nice series of analog panel meters that are not 
> too big, but also keep uo the vintage look? I am trying to avoid the 
> 70's HiFi look. 
>
> Thanks, your help is much appreciated! 
>
> Best wishes 
> Jens 
>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send an email to neonixie-l@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/neonixie-l/141d4b6c-7c9f-4a5b-92a2-a4715aed69d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[neonixie-l] Re: circuit board creation.....

2018-05-07 Thread Tomasz Kowalczyk
A boost converter will be also a lot smaller, even with a big LC filter, 
which is recommended to keep your B+ free of converter noise. 
Also, efficiency will be much higher (80% is very realistic).

Are you able to determine current drawn from B+? Is the circuit drawing 
constant amount of current (class A operation, which is very probable)?


When it comes to PCB making, I think you should go with KiCAD or Altium 
CircuitMaker (I barely used the second one, but it offers limited 
capability of Altium Designer, which I use at work - unfortunately, license 
cost is out of private use reach).
67,5V is not very high, but you should use wider spacing between tracks 
than the standard 10mil.
Also, if it is possible, avoid designing a boost converter on the PCB 
yourself and buy a ready module - half of success of a converter is the PCB 
layout, which can be really tricky to achieve.

W dniu poniedziałek, 7 maja 2018 15:00:18 UTC+2 użytkownik Terry S napisał:
>
> Kerry, you are asking a very LARGE question.
>
> I've been designing circuit boards for over 25 years. Well over in fact. 
> And there is no one quick easy answer on how to do it. It's an art and a 
> science. But first off, I would comment that there are much better ways to 
> generate the B battery voltage than that old oscillator/transformer 
> circuit. Again, topic for much discussion I'm sure.
>
> There are a plethora of free PCB design packages -- but before you dive 
> in, check out some possible purchased solutions. I'm sure some of the 
> supplies offered for nixie clocks could be filtered and regulated down to 
> provide 67.5 volts for a B+ supply.
>
> Terry
>
> On Monday, May 7, 2018 at 7:27:52 AM UTC-5, orange_glow_fan wrote:
>>
>> Hi Guys,
>>
>>  First off let me say that I know little about porting a circuit design 
>> into a workable PC board  design.. I could probably do this using perf 
>> board and point to point wiring, but I'd prefer something more reliable 
>> (and probably better looking)
>>
>> Having said that, can someone tell me how to do exactly that with the 
>> pictured circuit?? This needs to be as compact as possible. 
>>
>> It is a replacement for the old 67 1/2 volt 'B' battery used in vintage 
>> AC/DC tube radios. The transformer is pricey too!  I've tried contacting 
>> the author, but there has been no response. The article was written back in 
>> 2003, by a radio collector in Australia and I'm not sure if he still 
>> 'around' 
>>
>> Thanks for your input..
>>
>> Kerry
>>
>>
>>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send an email to neonixie-l@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/neonixie-l/54248819-52a0-4600-b6ab-a378a0eef048%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[neonixie-l] Re: circuit board creation.....

2018-05-07 Thread Paul Andrews
The problem with a lot of solutions is EMF from the power supply messing up 
the radio. I would recommend a couple of things:

   1. Post on antiqueradios.com
   2. Take a look at this 
   article: http://www.dos4ever.com/battery/battery.html


On Monday, May 7, 2018 at 8:27:52 AM UTC-4, orange_glow_fan wrote:
>
> Hi Guys,
>
>  First off let me say that I know little about porting a circuit design 
> into a workable PC board  design.. I could probably do this using perf 
> board and point to point wiring, but I'd prefer something more reliable 
> (and probably better looking)
>
> Having said that, can someone tell me how to do exactly that with the 
> pictured circuit?? This needs to be as compact as possible. 
>
> It is a replacement for the old 67 1/2 volt 'B' battery used in vintage 
> AC/DC tube radios. The transformer is pricey too!  I've tried contacting 
> the author, but there has been no response. The article was written back in 
> 2003, by a radio collector in Australia and I'm not sure if he still 
> 'around' 
>
> Thanks for your input..
>
> Kerry
>
>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send an email to neonixie-l@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/neonixie-l/73f44be2-d7b8-4aa7-abb9-264266b04b84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[neonixie-l] circuit board creation.....

2018-05-07 Thread 'orange_glow_fan' via neonixie-l
Hi Guys,

 First off let me say that I know little about porting a circuit design 
into a workable PC board  design.. I could probably do this using perf 
board and point to point wiring, but I'd prefer something more reliable 
(and probably better looking)

Having said that, can someone tell me how to do exactly that with the 
pictured circuit?? This needs to be as compact as possible. 

It is a replacement for the old 67 1/2 volt 'B' battery used in vintage 
AC/DC tube radios. The transformer is pricey too!  I've tried contacting 
the author, but there has been no response. The article was written back in 
2003, by a radio collector in Australia and I'm not sure if he still 
'around' 

Thanks for your input..

Kerry


-- 
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+unsubscr...@googlegroups.com.
To post to this group, send an email to neonixie-l@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/neonixie-l/61b99c68-4707-4b4c-b548-a0bbadeddb3d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.