Downloads
Got any feedback? Please write to hello@ this domain.
Last updated: 17.07.2021.
Firmware update
Nixie Tap is based on the ESP8266, and the tool of choice for firmware updates is the official esptool, which you can install through Python.
Firmware development is done on
Nixie Tap Github repo, and stable versions will be put here.
Latest firmware
nt-firmware-1.1.bin | nt-firmware-1.1-changelog.txt
nt-firmware-1.0.bin | nt-firmware-1.0-changelog.txt
GNU/Linux
- In a terminal window type: sudo apt install esptool
- Grab the latest Nixie Tap firmware file, and save it somewhere, e.g. Desktop
- Open a terminal window, navigate to where you saved the file and type: sudo esptool write_flash 0x00000 nt-firmware-1.0.bin
- If the device won't boot, do a sudo esptool erase_flash and repeat step 3
Windows
- Download and install the latest Python from Python website
- Open the command prompt and type: pip install esptool
- Grab the latest Nixie Tap firmware file and save it somewhere, e.g. Desktop
- In a terminal window navigate to where you saved the file and type: esptool write_flash 0x00000 nt-firmware-1.0.bin
- If the device won't boot, do a esptool erase_flash and repeat step 4
Hardware files
Schematics
nt-schematics-kit-rev-1.0.zip
nt-schematics-kit-rev-1.1.zip
PCB printouts
nt-pcbprints-kit-rev-1.0.zip
Gerber files
nt-gerbers-kit-rev-1.0.zip
nt-gerbers-kit-rev-1.1.zip
BOM
nt-bom-public-kit-rev-1.0.ods
Enclosure STEP file
nt-enclosure-public-rev-b.step