Nixie Clock based on Arduino
Часы на цифровых лампах, 6 штук ИН1 и декатрон А101 только для эффектов. Только время температура и эффекты, без подсветки и будильников, чип часов DS3231, wi-fi нет но можно добавить. Управляется так же одной кнопкой - с клавиши. Короткое нажатие смена режима на 10 секунд, 2 секунды держать - установка времени и параметров, 8 секунд нажатие и отпустить - прожиг ламп и проверка.
Использован dc-dc на самодельной катушке от БП 500 ватт - на желтом кольце из альсифера. Обмотки 12 вольт (до 40 ватт) 600 вольт на декатрон и регулировка для MC34063, 200 вольт отвод и 5 вольт для логики. Эффективность преобразователя от 80 до 98 процентов, основной транзистор КП813Б1 - из -за 90 миллиом сопротивления канала. Рабочие режимы от 3 ватт елли слабый свет ночью до 12-18 про прожиге ламп. Работает от батареи 4s12p и с адаптером от ноутбука. https://santosha.pro/wordpress/wp-content/uploads/2020/10/121334770_2821758654775879_1737424033501923208_o-498x1024.jpg
This is a fork of Ian Sparkes excellent Nixie Clock https://github.com/isparkes/ArdunixNix6
This repository is now maintained at:
BitBucket NixieFirmware V1 Repository
Code for a 6-digit / 4-digit Nixie Clock based on Arduino with RAGB LED backlights
This is the main code for an Arduino based Nixie clock, intended for the following clocks:
It is not suitable for clocks with NeoPixels! For those you shoud be using NixieClockFirmwareV2
- Open source
- Wifi Interface for an ESP8266
- Real Time Clock interface for DS3231
- Digit fading with configurable fade length
- Digit scrollback with configurable scroll speed
- Configuration stored in EEPROM
- Low hardware component count (as much as possible done in code)
- Single button operation with software debounce
- Single K155ID1 for digit display (other versions use 2 or even 6!)
- Highly modular code
- RGB Back lighting
- Automatic linear dimming using light sensor
- ardunixFade9_6_digit.ino: Main code for the 6 Digit Nixie Clock
- ardunixFade9_4_digit.ino: Main code for the 4 Digit Nixie Clock
- WiFiTimeProviderESP8266.ino: Time provider module code
Instruction and User Manuals (including schematic) can be found at: Manuals
You can buy this from: https://www.nixieclock.biz/Store.html
YouTube channel: Ian's YouTube Channel