RE: [neonixie-l] Re: Raspberry PI controlled Nixie display

2017-06-20 Thread neonixie-l
Agree w/Paul - crontab is for periodically running things, not to start a daemon on system startup. To add a little bit more to what he mentioned, you may want to have a script that accepts a parameter indicating if it's "start", "stop" or "restart" (e.g. stop then start) for the daemon. Then

[neonixie-l] Dekatrons for sale shortly

2017-06-20 Thread Keith Moore
Thank you! I am excited about thos opportunity. I need some of these.  -- 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.

[neonixie-l] Re: LIXIE DISPLAYS

2017-06-20 Thread Robert L
> The Lixie displays had been out of stock for a while, but I requested > notification from the Tindie site for when they were available. I ordered a > set within minutes of receiving the back in stock notification a few days > ago. They were again out of stock shortly after my order. > The

[neonixie-l] Re: Raspberry PI controlled Nixie display

2017-06-20 Thread gregebert
If you want 10msec granularity, traditional Linux may not be the right choice. I did quite a bit of data-gathering (See my April 14 post in this subject), and got 64-bit serial packets to transmit , on average, in 32usec. Occasionally there is an outlier, on the order of milliseconds, due to

[neonixie-l] Re: LIXIE DISPLAYS

2017-06-20 Thread Terry S
Has the seller started actually shipping? This same seller had a previous project go belly-up and never made it right with his investors. It was discussed here not long ago. Terry On Tuesday, June 20, 2017 at 7:47:28 AM UTC-5, dixter wrote: > > Has anyone taken the time to use the Lixie

[neonixie-l] Re: Raspberry PI controlled Nixie display

2017-06-20 Thread Mitch
Greg, is I/O fast enough to support cross fades? For a really smooth fade, I think updates must be 10ms or less. -- 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] Re: LIXIE DISPLAYS

2017-06-20 Thread gregebert
Years ago I had a digital voltmeter that used these displays, and used stepper relays for the "logic". I turned it into a clock. The displays were OK, I prefer nixies. Having LEDs, with the ability to control the brightness of individual digits would be a big improvement. There rearmost digits

[neonixie-l] LIXIE DISPLAYS

2017-06-20 Thread dixter
Has anyone taken the time to use the Lixie Displays in a clock yet I'm getting 6 of these and trying to figure out the best way to use them as a clock.. https://www.tindie.com/products/connornishijima/lixie-an-led-alternative-to-the-nixie-tube/?pt=ac_prod_search -- You received this

Re: [neonixie-l] Re: Raspberry PI controlled Nixie display

2017-06-20 Thread Paul Andrews
Good news. I had wondered about using a PI myself but was concerned with lack of realtimeness. BTW, in regular UNIX you would set your app up as a demon that runs at boot up. Crontab would not be the way to go. There should be a bunch of stuff in /etc/init.d or /etc/initd or something like