Fast Voltage Switching FTDI Adapter

I have been working more with 3.3 volt projects lately and wanted to make programming them with an FTDI adapter as easy as possible. Sure you can switch most FTDI adapters from 3.3 to 5 volts (the FT232RL chip has a built in 3.3 output as well as logic level selection), but it involves scratching a jumper wire and soldering pads. This isn’t bad to do once, but to go back and forth is time consuming and rough on the boards.

So, I made my own FTDI adapter with an easily changed jumper for voltage selection. I also added a power LED to let me know that it’s plugged in and ready to go, threw in some RX and TX indicator LED’s and all required caps (read the data sheet), and mini USB jack. I ordered the boards from OHSPark.com, and as always, they were great.

Eagle files are on my Github page, or you can grab just the schematic in PDF format here.

Adafruit has an FTDI Friend and Sparkfun has an FTDI Basic if your not up to soldering 28 Pin SSOP packages, or just want one. 🙂

Homemade Flux Remover

I was inspired by a video by Jeri Ellsworth that showed her using homemade flux remover. This is super simple a combo of alcohol and acetone. In this video, I use a 50/50 combo of the two. So that’s 32 oz. of flux remover for $3. I Googled flux remover and it ranges from $10 to $25 for 12 oz. So that a savings of at least about $70. I have been using this on about every board I can find and it has worked great on all of them. I heart saving money. 🙂

One Square Inch of Goodness

So a while ago I discovered that I needed a microcontroller in a really tight space. I tried an ATmega328P PU (DIP package), but try as I may, It would not fit. The answer? The ATmega328P AU (TQFP) this is a much smaller package, and for an added bonus, it has 2 extra ADC’s. This a great little board to squeeze in various projects, and opens the door to some very cool stuff I have coming up. Some of you might remember I put this board in a project I did a while ago when space was very limited. It’s just a handy little board to have on hand. 🙂

In the video above, I show some soldering with TQFP packages, as well as a little soldering with hot air. I need to figure out a way to record video from my brain. It would make things so much easier..

Oh, I almost forgot, the flux pen I used, found at Sparkfun.

The Eagle files for this board are on my Github page. Or just the schematic PDF.

Serial or Speed..

This video above demonstrates the speed difference between serial enabled/disabled on an Arduino Uno while toggling a pin output. Just a really simple test of how fast it can pull a pin high and low (without using direct port manipulation), with and with out serial enabled. I think that was the smallest Arduino sketch I ever wrote..

SMD Soldering – You can do it!

Here is a video on SMD (Surface Mount Device) soldering. In this video I show how to solder some SMD components on to a little board with an ATtiny85V, switch, LED, and resistor. The short version of this video just shows the resistor and LED (size 603) being soldered, the long version of this video shows everything being soldered. It’s really neat to open up the world of SMD. You can make really tiny (and cheap!) widgets! Continue reading