Skip to content

Releases: ThisIsntTheWay/nixie_clock

Version 2 (Preview)

20 Feb 12:44
d46de6d
Compare
Choose a tag to compare
Version 2 (Preview) Pre-release
Pre-release

Complete code overhaul using rack_nixie_display as base.
Greatly improves system stability and extends REST API functionality.

Does not contain a WebGUI yet.

Release 1

24 Jul 16:08
Compare
Choose a tag to compare

First full release.

Somehwat buggy still, but the product has reached a level of maturity which I would consider a full release;
Everything (technically) works.

Beta 4

11 Jun 15:48
Compare
Choose a tag to compare
Beta 4 Pre-release
Pre-release

This release improves the CSS for the WebGUI.
Additionally, the system has been extended by an opto-isolator which allows control of all individual tubes.
This component has been integrated into the software as well.

Beta 3.1

06 Jun 20:08
Compare
Choose a tag to compare
Beta 3.1 Pre-release
Pre-release

This release enhances/fixes the crypto ticker display mode from Beta 3.
To be precise, the ESP core(s) won't panic anymore due to taskUpdateHue() modifying the same HTTPClient instance.

Beta 2

22 May 10:46
Compare
Choose a tag to compare
Beta 2 Pre-release
Pre-release

This release implements basic Philips HUE functionality.
It is now possible to set a time frame in which ALL HUE bulbs should be turned on.
Outside this range, they will be turned off.
(Note: Does NOT account for overflow, such as 08:00 to 01:00!)

ToDo:
Implement periodic cathode depoisoning routine.

Beta 1

17 May 18:51
e552b7c
Compare
Choose a tag to compare
Beta 1 Pre-release
Pre-release

This release is 90% feature-complete.
Missing is a proper implementation of the Philips HUE logic.

Other than that, it works!
Time can be displayed and the RTC works (somewhat)

Alpha 1

08 Apr 15:31
e552b7c
Compare
Choose a tag to compare
Alpha 1 Pre-release
Pre-release

This alpha release is not a feature-complete product!
As of now, the following features have been implemented:

  • Controlling an external RTC.
  • Syncing time with NTP.
  • Interface with an HUE REST API endpoint.
  • WebGUI to control all of the above.
  • Config files for persistent user changes.

The most important thing, which is displaying the time on nixie tubes, is NOT YET implemented.