I started thinking about the trunk of a tree. Essentially, you have a bunch of concentric growth rings. I visualized this as something looking like the image below. … Continue reading
Tag Archives: Programing
I made an android app called sleep solitaire in unity. It isn’t much, and has some bugs, but it works. Feel free to download it. I thought about putting it on the play store, but it costs $25 to make … Continue reading
So, this is the backup of the epathy board site I made a while back. It is a bit glitchy because it is ported, and a fair amount of content is missing. I hope to get it fully recovered eventually. … Continue reading
LEDs make everything better, including RC Cars! Draft! Summary … Continue reading
Now that I have shown you two different hardware setups for the RGB strips, it is time to talk about the chip firmware and software. I have chosen to use NodeMCU which uses Lua as the programming language. The good … Continue reading
The ESP8266-01 is a cheap (~$2) WiFi enabled multiprocessor with enough GPIO pins to control three FETs. There are a few tutorials on setting them up that I used, and they are listed at the bottom. I wanted to make … Continue reading
For my senior design project I messed around with some depth mapping by taking a photo using two cameras at different points. The patterns projected are an effort by me to help give the program something to compare. … Continue reading