added tindie purchase link

This commit is contained in:
dekunukem
2018-02-16 12:59:37 +00:00
parent aa0137cf3a
commit a74b29b172

View File

@@ -8,13 +8,17 @@
![Alt text](resources/clocks.jpg)
exixe is a low-cost miniature driver module for IN-12 and IN-14 Nixie tubes.
exixe is a miniature driver module for IN-12 and IN-14 Nixie tubes.
Instead of using obscure out-of-production driver chips, it uses a STM32 to handle display and dimming of all digits with hardware PWM. The module is controlled via standard SPI protocol, and has onboard RGB LED backlight.
It aims to simplify Nixie tube related projects by eliminating the need for obscure vintage driver chips and multiplexing circuits.
exixe is cheap, small and modular for easy integration. It is compatible with Arduino, Raspberry Pi, ESP8266, and virtually all embedded dev boards today.
Since each tube has its own driver, there is no need for multiplexing. Thus reducing the power consumption, simplifying the circuit design, increases perceived brightness, and prolongs the tube life.
## exixe is on Tindie!
I had a small production run of exixe modules in China, and now you can buy them directly on Tindie:
https://www.tindie.com/products/dekuNukem/exixe-miniture-nixie-tube-driver-modules/
## Video
@@ -24,7 +28,7 @@ https://www.youtube.com/watch?v=r3d2alzgjKc
## Contact
Questions, inquires, or want to buy some? Feel free to email me at `dekunukem gmail com`.
Questions, inquires? Feel free to email me at `dekunukem gmail com`.
## Features
@@ -34,53 +38,36 @@ Compared to the traditional approach, exixe modules offers significant advantage
* 2x4 cm (0.79x1.57 inches)
* Breadboard friendly
* Easy integration
#### Low-cost
* $3 in components
* No need for expensive obscure vintage driver chips
* Reusable
#### SPI interface
* High speed, up to 24MHz SCLK
* Available on virtually all embedded systems including Arduino and Raspberry Pi
* Simple 16-byte command packet
* Available on virtually all embedded systems including Arduino and Raspberry Pi
#### Advanced control
* Powered by ARM Cortex-M0 microcontroller
* RGB backlight
* 128 brightness levels
* Hardware PWM on all cathodes and LEDs for smooth dimming and animations
#### Tube overdrive
* Optionally allows twice the cathode current
* For poisoned cathodes in second-hand tubes
#### RGB backlight
* Because RGB
#### No multiplexing
* Brighter display
* Longer tube life
* Simpler design
* Less power consumption
## Pinout, SPI command format and technical details
Please see [technical_details.md](/technical_details.md)
## Getting started
Please see [getting_started.md](/getting_started.md)
## Buying some
## Pinout, SPI command format and technical details
I can custom make some exixe modules for you in small quantities. However, soldering them together and testing them takes a long time, so it's going to be more expensive than just the cost of materials.
Please see [technical_details.md](/technical_details.md)
I am also doing a small run in China for a few hundred boards, they should be ready by early 2018. I will update the repo with the purchase link once I receive them.
Also, I do have some extra empty PCBs in panels of 8, so if you want I can sell one to you. You still need to source the rest of the components and solder it together though.
![Alt text](resources/empty_pcb.jpg)
Email me at `dekunukem gmail com` for inquires.
## Making Some yourself
## Making some yourself
Please see [making_some.md](/making_some.md)