I am an electrical engineering student at Cal Poly San Luis Obispo. My interests include electronics, embedded systems, and software. I created this site to share my projects and ideas. Thanks for stopping by.
After many months of working on my Arduino based project, I decided to finalize my project by making my own custom PCB. At first I wanted to design a PCB that connected to the Arduino through a series of cables. After some thought however, I realized that a shield would be better because it would eliminate the need for cables. This tutorial assumes an understanding of Cadsoft Eagle. For more information about Eagle, see the Eagle Tutorials section below. Here are the steps to make your own Arduino shield: Read more »
This is a project that I threw together one weekend. The FFT is calculated using Processing. The FFT is then sent to the Freeduino via the serial port. The Freeduino displays the FFT on the dot matrix display using shift registers and a Darlington transistor array.
I made several improvements to my light bar controller. I added a push button that pauses the controller on a desired color. I added a red LED to indicate if the controller is paused. I also modified the light bar so that it easily plugs into the breadboard. I did this by replacing the polarized right angle connectors with non polarized headers (one straight and one right angle). The improved controller also uses the Bare Bones Board from the Modern Device Company instead of the Diecimila. Below is an updated schematic of the controller. Read more »
I just assembled the Bare-Bones Board (BBB) from the Modern Device Company. The BBB is a “low-cost, breadboard-friendly Arduino-compatible” board. The BBB is cheaper than the popular Diecimila. This is because it doesn’t have the USB to UART chip from FTDI. Instead, the board connects to a cable that contains the FTDI chip. This means that if you plan on buying multiple boards, then you only pay for the FTDI chip once. The board is also cheaper because you can buy it as a kit and build it yourself. The startup kit which includes the cable costs $33, $2 cheaper than the Diecimila. Additional kits, not including the cable, cost only $15. Read more »
If you have limited room on your desk, the last thing you need is a bulky desk lamp taking up space. I recently replaced my desk lamp with an under-cabinet fluorescent light fixture. This works well if you have shelves over your desk. If not, you might want to consider another alternative. This project involves wiring so please be careful. Read more »
I recently connected an Arduino to a Tri-Color LED Light Bar that I bought from SparkFun Electronics. I used pulse width modulation to control the brightness of each color. The individual colors combine to make the desired color. Download the code here and see the schematic below. Read more »
I have wanted to build a project with LEDs for a long time. This weekend I came up with an idea, an LED coffee table.
The table would have a large compartment in the center to house the electronics and either a clear or translucent top to allow the light to shine through. Ideally I would use a combination of red, green, and blue LEDs connected to a microcontroller. This would enable the table to fade in and out of different colors. However, the design could be greatly simplified by choosing a single color LED and hard-wiring it to a power source, excluding the microcontroller altogether.
Last month, WalMart began selling a PC for under $200. This made me wonder, can you build it yourself for cheaper. I did a little bit of research and here is a breakdown of the cost:
As you can see, it costs about the same to build the PC yourself. However, you are getting better quality hardware from major brands such as Kingston, Seagate, Logitech, and Creative. When buying a PC off the shelf, you don’t usually know what hardware you are getting. Also, if you think WalMart is evil, as many people do, then you don’t have to support them. But above anything else, it is simply more fun to build it yourself than buy one off the shelf.