Random Photos
I had a 24-led NeoPixel ring lying around being useless, so I decided to make it do something less useless. As is typical, it became a clock. Not an original idea, sure. But these rings are well-suited for clockification. The blue ‘seconds’ lights will fade around the ring once per minute. There’s some mapping logic to determine where the green ‘minutes’ light should go. Hours is straightforward enough if the clock is showing 24hr time.
I found this low-power ATTiny85 example circuit in my travels and since I have a few ideas for low-power digital circuits, I decided to throw this together. It just blinks the LED once every 4 seconds. Nothing fancy, but the goodness is in the code in how the chip is put into deep sleep and only woken up when it’s time to blink. Also, those ideas I mentioned involve dead-bug construction. With that 500 mAh battery, it should run for … a really long time.
So when you have access to a 3D printer, making tabletop siege weaponry is part of the natural progression of things. These parts are part of a game called Seej. There’s a whole bunch of obstacles, fortifications, and siege weapons that can be printed. Good fun. We found that printing on a higher detail level than “lowest of the low” might be a good idea since some of the tolerances are tight.
That’s all for today. Thanks for visiting!