-
Commission by Nicopossum
Here’s a wonderful piece done by Nicopossum of me enjoying a fish on a stick (fishstick?).
-
Going for a Swim done by Zyleeth
This is a great greyscale piece done by Zyleeth.
-
Needlepoint Badge by JuniperScribbles
I received this wonderful needlepoint badge from the very talented JuniperScribbles
-
Lenticular Badge by Trash Panda Draws
This is an amazing work of art. It is two images but is has a lenticular film so one angle you see my anthro self and the other is my feral self.
-
Musicians badge by The Art of Nicole
Here’s a piece of me playing the theremin done by The Art of Nicole. It’s affixed to a compact disc. What are those?
-
Annoy Me! (offline)
I snagged a Ethernet shield for $4.00 from Radio Shack and wanted to use it right away. I found some tutorials online to control various devices and decided, just for fun, to make a project that will annoy the heck out of me. Head over to (offline) and see that you can control very bright…
-
Binary clock using Arduino, DS3231 real time clock, and WS2811 Addressable LEDs
I started working on a binary clock project with the Arduino. I followed other tutorials but encountered two issues: One, the binary clock ran about 37 seconds fast because the lack of a RTCTwo, I couldn’t include a RTC because the LEDs took up all the available pins. I started working on a new binary…
-
LED lighting effect using an Arduino and LEDs
Sorry for the poor video quality. Because of the flash rate and the way a CMOS senor works, it cannot record the true effect. This lightning effect uses addressable LEDs. The code generates a random number of flashes, a random brightness level for each flash, a random delay between flashes, and a random delay between…
-
Arduino Strobe Light Effect with Proximity Sensor
In December, a friend approached me and asked if I could create a visual effect for him. The requirements are to flash a strobe light, activate only when someone is in front of the effect for a couple of seconds, and wait for the person to walk away before it can be activated again.
-
Arduino WS2811 Pixel LED Christmas Tree Lights
I made some neat Christmas tree lights using an Arduino and WS2811 pixel LEDs. Random LEDs will twinkle white. After the LED flashes, it is set with either red, green, or blue until it is twinkled again. Check out the code after the break.