Nixie Tube Clock
This is a project I am collaborating on with my friend, Ethan Peterson. This aims to create a nixie-tube clock using FreeRTOS on the STM32L031K6 microcontroller.
The goal is to use aggressive sleep cycles for super-low power consumption. This will be achieved by only waking the device to display the time when it is shaken, as detected by an IMU. It will also have an ESP WiFi module to enable the user to program an alarm using an API. A stretch goal is to be able to reprogram the microcontroller wirelessly using the ESP module. This will require us to write a custom bootloader.
*Note: The image used is not my own, we have not built the hardware yet so I pulled it from Google Images.
The project is currently under development. You can find the Github repositories for both the project, and the Hardware Abstraction Layer (HAL) below. The goal of the HAL is to make this easily portable to other microcontrollers.