Go to file
Lauri Võsandi aaba09e9e3 Add photo 2017-08-08 14:18:27 +03:00
74141.lib Rotate tubes and other fixes 2017-06-11 15:05:35 +03:00
IN-12B.wrl Initial commit 2017-05-31 20:56:41 +03:00
Makefile Rotate tubes and other fixes 2017-06-11 15:05:35 +03:00
README.md Instructions for flashing ESP8266 2017-07-14 07:17:17 +03:00
boot.py Instructions for flashing ESP8266 2017-07-14 07:17:17 +03:00
fp-lib-table Initial commit 2017-05-31 20:56:41 +03:00
main.py Add MicroPython snippets 2017-07-13 22:49:53 +03:00
nixiesp-cache.lib Rotate tubes and other fixes 2017-06-11 15:05:35 +03:00
nixiesp.bin Initial commit 2017-05-31 20:56:41 +03:00
nixiesp.kicad_pcb Rotate tubes and other fixes 2017-06-11 15:05:35 +03:00
nixiesp.png Initial commit 2017-05-31 20:56:41 +03:00
nixiesp.pro Initial commit 2017-05-31 20:56:41 +03:00
nixiesp.rules Rotate tubes and other fixes 2017-06-11 15:05:35 +03:00
nixiesp.sch Rotate tubes and other fixes 2017-06-11 15:05:35 +03:00
photo.jpg Add photo 2017-08-08 14:18:27 +03:00
russian-nixies-IN-6.kicad_mod Initial commit 2017-05-31 20:56:41 +03:00
russian-nixies-IN-12.kicad_mod Rotate tubes and other fixes 2017-06-11 15:05:35 +03:00
russian-nixies.lib Initial commit 2017-05-31 20:56:41 +03:00

README.md

NixiESP

Yet another Nixie clock project!

Some highlights:

  • K155ID1 driven IN-12A or IN-12B tubes for hour, minute, seconds
  • BS107 driven IN-6 or similar for separation
  • ESP8266 for time synchronization and web interface
  • LM1117 (3.3V regulator) for logic power supply
  • No tube step up converter on-board, pin headers for connecting third party power supply
  • KiCad design with 3D models from http://miniwatt.info

Some KiCad screenshots:

##Install

Boot ESP8266 with program pin held low and flash MicroPython:

esptool.py --port /dev/ttyUSB0 --baud 460800 erase_flash
esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_size=detect 0 esp8266-20170612-v1.9.1.bin 

Upload main.py and boot.py and adjust network configuration in boot.py accordingly.