Imported from GitHub: iley/nixie-clock · commit a359641 · license MIT
Description
Yet another nixie tube clock
README
Programming
USB/UART
- Use 3.3V UART!
- Hold "BOOT" then plug in UART.
pio run -t upload
Over-the-Air (OTA)
- Hold both buttons (GPIO 34 + 35) for 3 seconds. The display will show 99:99 to confirm OTA mode is active.
- The clock will connect to WiFi and print its IP address to serial.
- Upload:
pio run -t upload --upload-port <IP_ADDRESS> - The clock restarts automatically after a successful update.
- To exit OTA mode without updating, press the reset button or power-cycle.
Note: The first upload after enabling OTA support must be done over USB, since the partition table changes.
No comments yet. Be the first to ask about this board.