Re: [neonixie-l] Re: nixie watch project

2020-10-03 Thread Kevin A.
Thank you!

Wireless charging is a possibility. If I can get this first revision
working as intended then im sure there will be plenty of feature creep to
come :)

On Sat, Oct 3, 2020 at 4:04 PM Dekatron42  wrote:

> Looks very nice!
>
> Will you include wireless charging?
>
> /Martin
>
> --
> 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 view this discussion on the web, visit
> https://groups.google.com/d/msgid/neonixie-l/db6026b8-8da1-4c81-934f-e66700e35b67o%40googlegroups.com
> 
> .
>

-- 
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 view this discussion on the web, visit 
https://groups.google.com/d/msgid/neonixie-l/CALcVLK%2BYU-0wGXMSjzGHxvqNUL_BA9XPJo%2Btu-kVEpJfMcsYdw%40mail.gmail.com.


Re: [neonixie-l] Re: nixie watch project

2020-10-03 Thread Dekatron42
Looks very nice!

Will you include wireless charging?

/Martin

-- 
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 view this discussion on the web, visit 
https://groups.google.com/d/msgid/neonixie-l/db6026b8-8da1-4c81-934f-e66700e35b67o%40googlegroups.com.


Re: [neonixie-l] Re: nixie watch project

2020-10-03 Thread Kevin A.
Thank you David! It is indeed a lot of work for one person, as i'm sure you
know. This project is heavily inspired by the successful Cathode Corner
watch!

The software features will be focused heavily around power saving when the
display is off, in addition to using the bluetooth radio as the primary
user interface.

As you've mentioned, the biggest challenge with a nixie tube display is the
ability to convey complex information. That is why I've opted to use the
nordic bluetooth SoC; the menu system can be built around a nice GUI on a
smartphone or similar device, and all of the configuration settings can be
broadcasted to the watch over bluetooth. The user can change options
related to wakeup modes, display effects (both nixies and RGB leds), touch
button setup, power management, or view battery status.

I have a few modes of operation in mind. In order to save power as much as
possible, the power for 3V3 logic devices can be switched on and off using
IO from the MCU. The 5V0 devices, supplied by the main 2 amp 5V boost
(TPS61230DRCT) which powers the HV supply, LEDs, and logic level shifter,
can be shut down by the mcu when the display is not active.

It will be strongly encouraged to use the accelerometer to wake up the
device. The ADXL362 is a programmable accelerometer that features a 270 nA
motion activated wake-up mode. Using this, nearly all of the other
peripherals can be shut off, and the 52832 can be put into a "system off"
mode that consumes 300 nA with no ram retention, waiting to wake up from
the accelerometer input. If the user instead chooses to use the capacitive
touch to wake up, the CAP1293 controller has a 50 uA standby mode which
monitors 1 of the 3 capacitive touch inputs. This means that current
consumption is 185 times higher than using the ADXL362 and turning the
CAP1293 off. The user will have a choice to use both or either as a wakeup
and display trigger.

As far as information to be displayed on the nixies themselves, I wanted to
include options for both time (12/24 hr), date, battery status, and
possibly an "acknowledge" display routine whenever the user sends a
wireless command from a connected bluetooth device.

For the decimal points, I planned to use them more for visual effect when
displaying time. I want to include a few display effect options in the soft
menu, such as crossfading, slot machine effects, and using the decimal
points as a seconds counter (either blinking, or in other modes such as a
"ping-pong" effect where it will bounce or scroll continuously across the
tubes). A lot of what I can and cannot include will be limited to the 512k
flash on the 52832. Bluetooth stacks use up a lot of memory fast, but
hopefully using the Zephyr RTOS (which is supposed to be optimized for
resource constrained devices), I can manage to get the most out of the
internal storage.

I've already identified a few mistakes on the rev1 board, but I have a lot
of firmware development challenges I can still tackle regardless. The
firmware is shaping up to be even more monumental of a task than the
hardware design.

On Sat, Oct 3, 2020 at 1:08 PM David Forbes  wrote:

> Kevin,
>
> That's quite a project! It has a lot of processing power. I can tell that
> you've put a lot of thought into the design.
> I'm curious about the plans for software and features, since you mentioned
> that you haven't written any of it yet.
> The big limiting factor of Nixie tubes in a feature-laden device, as I see
> it, is the limited display ability. Not having any letters makes it hard to
> convey information. The decimal points are better than nothing, but require
> knowledge of what they're indicating.
> That's why my Cathode Corner Nixie watches only display the time.
> Please keep us posted on your progress.
>
>
>
> On Fri, Oct 2, 2020, 12:01 PM Kevin A. 
> wrote:
>
>> Hi all,
>>
>> Just posted my first update with the initial hardware build, schematics,
>> and more pictures here:
>>
>>
>> https://neonkev.com/2020/10/02/la-piece-de-resistance-nixie-tube-smart-watch/
>>
>>
>> --
> 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 view this discussion on the web, visit
> https://groups.google.com/d/msgid/neonixie-l/CAPbqtvdoDpmmjCrGS4nmssnWHvhUjLRRWmJu6mk5ThffsSXfCA%40mail.gmail.com
> 
> .
>

-- 
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 view this discussion on the web, visit 
https://groups.google.com/d/msgid/neonixie-l/CALcVLK%2B0r2g4erCqMZH5sjRs4tOPXtUuz8%2BM0UWEAt13g2cptg%40mail.gmail.com.


Re: [neonixie-l] Re: nixie watch project

2020-10-03 Thread Kevin A.
Hi newxito,

Ive been able to get the CJ51-43AL to produce high voltage, but only found
that about 5ma @ 170 volts was feasible from a 5 volt input (using the
LT-3757afe controller at a swithcing frequency of 100 KHz). Beyond that,
the transformer would indeed go into saturation and get very hot.

If you intend to use the CJ51-43AL for more than 5ma of high voltage, then
cranking up the input voltage is the only way. The part just isn't capable
of more output, especially at lower input voltages where the primary
current needs to be higher for any given power output.



On Fri, Oct 2, 2020 at 6:33 PM newxito  wrote:

>
> 295/5000
> Great project!
> Have you had any success building a power supply with the CJ5143? I
> completely failed trying to build a 15x15mm PSU with this transformer. I
> have got the 170V but only about 4mA and it wasn't really stable. But to be
> honest, I haven't tried to improve it at all.
>
> Kevin A. schrieb am Freitag, 2. Oktober 2020 um 21:01:42 UTC+2:
>
>> Hi all,
>>
>> Just posted my first update with the initial hardware build, schematics,
>> and more pictures here:
>>
>>
>> https://neonkev.com/2020/10/02/la-piece-de-resistance-nixie-tube-smart-watch/
>>
>> More to come!
>>
>> On Thursday, August 27, 2020 at 10:06:13 PM UTC-4 Kevin A. wrote:
>>
>>> Recently started up a longtime nixie project I've had in mind. Quite
>>> ambitious (for me at least), and something that hasn't quite been done
>>> before to my knowledge. This is a 4 tube, bluetooth enabled (nrf52832 mcu),
>>> direct drive (not multiplexed) watch with burroughs b5755r nixies that I'm
>>> currently getting out of my head and onto paper. It will include features
>>> such as capacitive touch buttons, programmable accelerometer, automatic
>>> light sensor, removable 14500 lithium battery, and smartphone app for all
>>> sorts of display effects and options. No LED backlights on this one; its
>>> all about the neon!
>>>
>>> It's nowhere near complete; the design currently exists in the digital
>>> domain. I'm closing in on the first "complete" revision in the next few
>>> weeks. Current dimensions are 59mm square by 28mm deep. Its quite large to
>>> be hanging off of the wrist.. but are there really any rules when it comes
>>> to a timepiece as unconventional?
>>>
>>> The software development will also be a tremendous task. Slow and steady
>>> wins the race here!
>>>
>> --
> 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 view this discussion on the web, visit
> https://groups.google.com/d/msgid/neonixie-l/347f78e7-70a5-4c44-ba1e-bd0716374c15n%40googlegroups.com
> 
> .
>

-- 
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 view this discussion on the web, visit 
https://groups.google.com/d/msgid/neonixie-l/CALcVLKLSVqLgUYPQ-2a72LrCO7HsyZDT%2B%2BO5hsgKWzcfkJ%2BsRA%40mail.gmail.com.


Re: [neonixie-l] Re: nixie watch project

2020-10-03 Thread David Forbes
Kevin,

That's quite a project! It has a lot of processing power. I can tell that
you've put a lot of thought into the design.
I'm curious about the plans for software and features, since you mentioned
that you haven't written any of it yet.
The big limiting factor of Nixie tubes in a feature-laden device, as I see
it, is the limited display ability. Not having any letters makes it hard to
convey information. The decimal points are better than nothing, but require
knowledge of what they're indicating.
That's why my Cathode Corner Nixie watches only display the time.
Please keep us posted on your progress.



On Fri, Oct 2, 2020, 12:01 PM Kevin A. 
wrote:

> Hi all,
>
> Just posted my first update with the initial hardware build, schematics,
> and more pictures here:
>
>
> https://neonkev.com/2020/10/02/la-piece-de-resistance-nixie-tube-smart-watch/
>
>
>

-- 
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 view this discussion on the web, visit 
https://groups.google.com/d/msgid/neonixie-l/CAPbqtvdoDpmmjCrGS4nmssnWHvhUjLRRWmJu6mk5ThffsSXfCA%40mail.gmail.com.


[neonixie-l] Re: nixie watch project

2020-10-02 Thread newxito

295/5000
Great project!
Have you had any success building a power supply with the CJ5143? I 
completely failed trying to build a 15x15mm PSU with this transformer. I 
have got the 170V but only about 4mA and it wasn't really stable. But to be 
honest, I haven't tried to improve it at all.

Kevin A. schrieb am Freitag, 2. Oktober 2020 um 21:01:42 UTC+2:

> Hi all,
>
> Just posted my first update with the initial hardware build, schematics, 
> and more pictures here: 
>
>
> https://neonkev.com/2020/10/02/la-piece-de-resistance-nixie-tube-smart-watch/
>
> More to come!
>
> On Thursday, August 27, 2020 at 10:06:13 PM UTC-4 Kevin A. wrote:
>
>> Recently started up a longtime nixie project I've had in mind. Quite 
>> ambitious (for me at least), and something that hasn't quite been done 
>> before to my knowledge. This is a 4 tube, bluetooth enabled (nrf52832 mcu), 
>> direct drive (not multiplexed) watch with burroughs b5755r nixies that I'm 
>> currently getting out of my head and onto paper. It will include features 
>> such as capacitive touch buttons, programmable accelerometer, automatic 
>> light sensor, removable 14500 lithium battery, and smartphone app for all 
>> sorts of display effects and options. No LED backlights on this one; its 
>> all about the neon! 
>>
>> It's nowhere near complete; the design currently exists in the digital 
>> domain. I'm closing in on the first "complete" revision in the next few 
>> weeks. Current dimensions are 59mm square by 28mm deep. Its quite large to 
>> be hanging off of the wrist.. but are there really any rules when it comes 
>> to a timepiece as unconventional?
>>
>> The software development will also be a tremendous task. Slow and steady 
>> wins the race here! 
>>
>

-- 
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 view this discussion on the web, visit 
https://groups.google.com/d/msgid/neonixie-l/347f78e7-70a5-4c44-ba1e-bd0716374c15n%40googlegroups.com.


Re: [neonixie-l] Re: nixie watch project

2020-10-02 Thread 'Ian Vine' via neonixie-l
 Really interesting write up
Look forward to next episode
IanV
On Friday, 2 October 2020, 20:01:45 BST, Kevin A. 
 wrote:  
 
 Hi all,
Just posted my first update with the initial hardware build, schematics, and 
more pictures here: 
https://neonkev.com/2020/10/02/la-piece-de-resistance-nixie-tube-smart-watch/
More to come!

On Thursday, August 27, 2020 at 10:06:13 PM UTC-4 Kevin A. wrote:

Recently started up a longtime nixie project I've had in mind. Quite ambitious 
(for me at least), and something that hasn't quite been done before to my 
knowledge. This is a 4 tube, bluetooth enabled (nrf52832 mcu), direct drive 
(not multiplexed) watch with burroughs b5755r nixies that I'm currently getting 
out of my head and onto paper. It will include features such as capacitive 
touch buttons, programmable accelerometer, automatic light sensor, removable 
14500 lithium battery, and smartphone app for all sorts of display effects and 
options. No LED backlights on this one; its all about the neon! 
It's nowhere near complete; the design currently exists in the digital domain. 
I'm closing in on the first "complete" revision in the next few weeks. Current 
dimensions are 59mm square by 28mm deep. Its quite large to be hanging off of 
the wrist.. but are there really any rules when it comes to a timepiece as 
unconventional?
The software development will also be a tremendous task. Slow and steady wins 
the race here! 


-- 
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 view this discussion on the web, visit 
https://groups.google.com/d/msgid/neonixie-l/53d7ce53-cd07-463d-9aac-5a27a5765147n%40googlegroups.com.
  

-- 
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 view this discussion on the web, visit 
https://groups.google.com/d/msgid/neonixie-l/1541936142.2017839.1601666055624%40mail.yahoo.com.


[neonixie-l] Re: nixie watch project

2020-10-02 Thread Kevin A.
Hi all,

Just posted my first update with the initial hardware build, schematics, 
and more pictures here: 

https://neonkev.com/2020/10/02/la-piece-de-resistance-nixie-tube-smart-watch/

More to come!

On Thursday, August 27, 2020 at 10:06:13 PM UTC-4 Kevin A. wrote:

> Recently started up a longtime nixie project I've had in mind. Quite 
> ambitious (for me at least), and something that hasn't quite been done 
> before to my knowledge. This is a 4 tube, bluetooth enabled (nrf52832 mcu), 
> direct drive (not multiplexed) watch with burroughs b5755r nixies that I'm 
> currently getting out of my head and onto paper. It will include features 
> such as capacitive touch buttons, programmable accelerometer, automatic 
> light sensor, removable 14500 lithium battery, and smartphone app for all 
> sorts of display effects and options. No LED backlights on this one; its 
> all about the neon! 
>
> It's nowhere near complete; the design currently exists in the digital 
> domain. I'm closing in on the first "complete" revision in the next few 
> weeks. Current dimensions are 59mm square by 28mm deep. Its quite large to 
> be hanging off of the wrist.. but are there really any rules when it comes 
> to a timepiece as unconventional?
>
> The software development will also be a tremendous task. Slow and steady 
> wins the race here! 
>

-- 
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 view this discussion on the web, visit 
https://groups.google.com/d/msgid/neonixie-l/53d7ce53-cd07-463d-9aac-5a27a5765147n%40googlegroups.com.