Introducing the AddOhms TutorialCast

Over the past several months I have been kicking around a new way to teach non-engineers about electronics.  My idea is to use simple language to explain complex engineering subjects.  Each video will be in the range of 3-5 minutes.  While putting together the first couple of topics I started to realize I wanted this to be something to stand on its own.  So I have created a separate webpage, twitter account, and YouTube channel for this TutorialCast called “AddOhms.” Read more

Read more

Prototyping quadrotor arm mounts with MakerBot Replicator 2

While practicing the Quadrotor‘s motor mounts on a Shopbot gave me experience in how to register two sides for milling, I didn’t want to invest the time required for the arm mounts.  So I decided to make use of the MakerBot Replicator 2 to print physical samples in PLA.  Time per piece went from about an hour to about 15 minutes.

Read more

Read more

HackEDA: Collecting and Sharing reusable pieces of electronic designs

One of the most commonly used phrases when writing software is “reusable code.”   From the Wikipedia article on “Code Reuse”.  Reusable code is:

the use of existing software, or software knowledge, to build new software.

Software coders have been sharing and re-using code since they first start programming.  So why can’t this same idea be applied to hardware design?  Doesn’t it seem silly to redraw the ATmega328 for an Arduino based project or even the really simple linear regulator circuit?  Well, it can thanks to HackEDA you can start using reusable code to save time (and from creating mistakes).

Read more

Read more

From Around the Web #1: Cleaning up the drafts folder

These have been sitting in my drafts folder for what seems like forever.  Here are a collection of cool articles I thought engineers might find interesting.  Topics include:

  • EETimes:  How to get the best use from step-down voltage regulator
  • EDN:  Who cares about EMI?
  • 3 Articles on Op Amps

Check below the fold for these articles.

Read more

Read more

100kGarages: CNC Router Bits Demystified

Early on in planning the design for the Quadrotor, we knew that eventually some of the metal parts would need to be milled.  Having very little milling experience, other than a couple of basic-use classes at TechShop, I had no milling experience.  When it came time to start buying router bits for the ShopBot and Tormach CNC routers, I didn’t know what kind of bits were necessary.

Understanding End Mills

Greg over at 100kGarages put together a primer titled CNC Router Bits Demystified, which does a great job of explaining the basics of an End Mill, Ball Nose, Downcut, Upcut etc.

Read more

Read more

OSX: Fixing the “Green Screen” issue when capturing your desktop (with Quicktime or other)

After spending too much time waiting for effects to render on my new AddOhms Podcast, I decided it was time to upgrade computers.  When I went to capture a quick EAGLE video on my new MacBook Pro with Retina screen, I realized a problem with the Mac’s auto graphics chip switch.  Quicktime recorded only a green Screen.

Read more

Read more

Building a custom Quadcopter from scratch

A couple of years ago I started looking at what it would take to make a quadcopter.  At the time, I only had the limited tools at the Austin hackerspace available to me (which I don’t think even has a space anymore).  So I shelved the idea since I didn’t see a time effective way to make any of the components.  Fast forward to a few months ago when I joined the TechShop in Austin.  Now I have no excuses to not make a custom Quadrotor.

Read more

Read more

Guide for finding the right fastener for your project from BoltDepot

BoltDepot.com sells a huge variety of fasteners which can be useful in hardware projects.  One of the resources they provide is a Illustrated Guide to Fasteners.  This is a great way to find the name of the screw or bolt you need to hold your hardware projects together.  A printed copy is going into my toolbox.

Read more

Read more

EAGLE Tutorial: Copy and Paste

The concept of “cut copy and paste” goes back to a time when people hand wrote all of their documents.  The modern concept was introduced to the computing world by Xerox PARC and Apple’s Lisa / Macintosh    Now nearly every piece of software offers some level of copying and pasting, including CadSoft’s EAGLE  Schematic and PCB software.

Read more

Read more

Simple Effect using Chromokey and Final Cut Pro X

Editing video has been something I enjoyed doing since High School.  There I used my first tape-based NLE video system to make a Jeopardy episode where…

Read more

Sawtooth waveform with the Arduino Due’s Built-In DAC

Users of the ATmega328 based Arduino boards will recognize that the analogWrite() function doesn’t actually do anything analog.  It just sets the…

Read more

Math: Animated Factorization Diagram

The web site Data Pointed is run by Stephen Von Worley who is an artist and scientist specializing in data visualization research.  He has created a…

Read more