• About
  • Blog
  • Resume
  • Contact
Menu

Liam Bucci

  • About
  • Blog
  • Resume
  • Contact
Front of house

New House!

June 9, 2022

In March we purchased a new house! It’s a 1925 Craftsman home in Alameda, CA, and while we love it and it is absolutely livable, we already have many projects both large and small that we’re planning. I really want to document all our hard work and the transformation as we go, so I’ll be trying to write up posts about the projects we undertake. However, don’t be surprised if I fall behind — two kids plus a demanding job plus a work in progress house don’t allow for much blogging time.

In House Tags Home Ownership
Comment
erica_liam_569.jpg IMG_2971.JPG IMG_3014.JPG IMG_3023.JPG

Lightning Bugs in a Jar

July 31, 2016

I did this project for our wedding. It simulated lightning bugs in a mason jar, flashing at random intervals. We ended up making about 25 of these jars.

The custom PCBs each had an Atmel AVR Tiny controlling a TLC5916 LED driver. The firmware used a pseudorandom number generator to control when each LED would flash. The seed was written at compile time via the Makefile. Each time a board was flashed the program was recompiled with a new seed. With such a small run, this was the simplest way to ensure the patterns were different between all the jars.

The TLC5916 is updated every 125usec and the microcontroller sets the LED outputs using a PWM scheme. Every 16ms a new PWM "period" begins and the microcontroller turns on the LEDs that have a brightness greater than zero. Then after the correct number of 125usec ticks have passed each LED is turned off for the rest of the 16ms period. This allows the microcontroller to provide a PWM signal to control the brightness of each LED connected to the driver even though the TLC5916 doesn't support setting a brightness.

Using this PWM scheme a brightness waveform is played whenever an LED is activated by the pseudorandom number generator. The final product is shown in the video below. 

If you would like to check out the code, schematics, or board layout they can be found on Github: https://github.com/eightdatabits/lightningbugsinajar

In Projects Tags embedded
Comment

Minecraft Memory Cell Theory

July 29, 2016

The theory behind my memory cell design. See this video for the actual memory cell build.

In Minecraft Tags minecraft
Comment

Minecraft Memory Cell

July 29, 2016

Just sharing a Minecraft build I did a long time ago. Part of a larger build that I have yet to finish. I should try to get that up and running again this weekend...

In Minecraft Tags minecraft
Comment

Latest Posts

Featured
Jun 9, 2022
New House!
Jun 9, 2022
Jun 9, 2022
Jul 31, 2016
Lightning Bugs in a Jar
Jul 31, 2016
Jul 31, 2016
Jul 29, 2016
Minecraft Memory Cell Theory
Jul 29, 2016
Jul 29, 2016
Jul 29, 2016
Minecraft Memory Cell
Jul 29, 2016
Jul 29, 2016