Files
-
/
-
hardware / arduino_Uno_mod_bt.brd
-
hardware / arduino_Uno_mod_bt.sch
-
hardware / arduino_Uno_mod_bt_rtc.brd
-
hardware / arduino_Uno_mod_bt_rtc.sch
-
hardware / Nixie board.brd
-
hardware / Nixie board.sch
-
hardware / power supply 220DC.brd
-
hardware / power supply 220DC.sch
-
hardware / ArduiNIX / modified / ArduiNIX_Shield_v3_modified.brd
-
hardware / ArduiNIX / modified / ArduiNIX_Shield_v3_modified.sch
-
hardware / ArduiNIX / modified / ArduinixMOD.brd
-
hardware / ArduiNIX / modified / ArduinixMOD.sch
-
hardware / ArduiNIX / original / ArduiNIX_Shield_v3.brd
-
hardware / ArduiNIX / original / ArduiNIX_Shield_v3.sch
Last update 5 years 10 months
by
Matias Quintana
Files | |
---|---|
docs | |
hardware | |
src | |
.DS_Store | |
.gitignore | |
README.md |
README.mdView this project on CADLAB.io.
NixieClock
Nixie Tube Clock based project based on existing code and boards by Ogilumen and RobotPirate
The current project uses an Arduino Uno and the Arduinix Shield from RobotPirate. The code is an extension of the sample code provided by the latter. The PCB for 6 nixie tubes was designed based on the .pdf schematic available in Arduinix .
As of 2019, the current design uses a bluetooth module (HC-06 or HM-10). The use of HM-10 was chosen since it's a Bluetooth 4.0+ module that allows it to work with both Android and iOS apps.
The iOS app was implemented with the work from hoiberg as a template. His explanation of his project can be found here .