arduino-nixie VS rack_nixie_display

Compare arduino-nixie vs rack_nixie_display and see what are their differences.

arduino-nixie

Digital clock code for Arduino Nano and Nano 33 IoT, to drive nixie or LED matrix displays (by clockspot)

rack_nixie_display

1U rackmounted nixie display with IN-4 tubes. (by ThisIsntTheWay)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
arduino-nixie rack_nixie_display
2 1
23 2
- -
0.0 1.5
about 1 year ago about 1 year ago
C++ C++
GNU Lesser General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

arduino-nixie

Posts with mentions or reviews of arduino-nixie. We have used some of these posts to build our list of alternatives and similar projects.
  • How to go about outputting PC stats (CPU usage, temperature,...) to Nixie tubes?
    1 project | /r/nixie | 24 Jul 2022
    I also wanted to be able to tweak the code running on my clocks, and ended up with several clocks from RLB Designs, for which I wrote my own software. The most nixie-specific part of the code (which I imagine is shared in principle with most other kits) loops over the digits to display them one at a time (or two at a time in RLB's case) in a technique called multiplexing, which simplifies the hardware requirements. You usually just write updated display values into a buffer whenever you have them, and the loop keeps the multiplexing scheme going (it is the only part of my code that uses delays, which I would like to get rid of).
  • Something a bit different! A digital clock made with a reclaimed mahogany case, and electromechanical seven-segment modules that started life in a petrol pump. :)
    1 project | /r/clocks | 27 Feb 2021
    Indeed, it's the inversion part I need to figure out. I've seen some displays with two coils for each vane, one for each direction, so it's just a matter of applying that transitory power to one or the other; but with just one, some kind of H-bridge is required, and really the challenge is how best to implement that with a reduced component count via multiplexing (e.g. driving one digit or one vane at a time). I maintain an Arduino clock program that already supports various display types – just need to find the time to figure it out and add support for these too!

rack_nixie_display

Posts with mentions or reviews of rack_nixie_display. We have used some of these posts to build our list of alternatives and similar projects.
  • Nixie display for my rack
    1 project | /r/homelab | 24 Jan 2022
    It's a custom PCB. The code and hardware is open source if you wish to check it out: https://github.com/ThisIsntTheWay/rack_nixie_display

What are some alternatives?

When comparing arduino-nixie and rack_nixie_display you can also consider the following projects:

btc-ticker-esp8266 - realtime bitcoin price on 7 segment display with arduino on esp8266

nixie-counter - An ESP8266-based 6-digit IN-12B nixie counter that queries Python APIs

MD_MAX72XX - LED Matrix Library

Nick-ESP8266 - Nick is a series of different Nixie clocks based on ESP8266.

esphome - ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.

cloxie_nixie_clock - Schematics and code for Cloxie: my Nixie Tube Clock.

Nixie-Pomodoro-Clock - Nixie Pomodoro Clock

WLED - Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!

7-day-alarm-clock - An alarm clock with separate alarm times for each day of the week. It is programmed for Arduino and built using components from Sparkfun that connect using their Qwiic system.