Hey, Itβs been along time since Iβve posted. but Iβve been keeping busy with uni and working on some cool projects for the last year.
This is something Iβd like to share with you guys, itβs not finished yet but the hardware is more or less complete. It is an RGB LED ring clock.
Β IMG_1804.jpg Β Β 121.76KB Β Β 31 downloads
The clock is comprised of 2 rings of 60 LEDs each. the LEDs are WS2812 parts, which include a built-in driver.
The PCB is one of the interesting parts of this clock. I designed the board in altium as a single 6 LED segment. and then left pads at each end to allow them to be soldered onto another segment.
Β IMG_1789.jpg Β Β 79.86KB Β Β 32 downloads
Using seeedβs 10pcs PCB program I was able to create the full ring.
Currently I am using a MSP-EXP430FR5739 board to drive it, using some very in-efficient assembly code that requires a 20MHz clock.
Iβd like to optimise the code to use an internal SPI module? or timer to bring that clock speed down.
Hopefully also design a control segment with LEDs on one side that could replace one of the current segments in the ring.
For more detail: RGB LED ring clock