Posts Tagged ‘electronics’

MSP430 USB Stick Development Tool (EZ430-F2013) – JTag breakout cable

September 26, 2010

For my next project i decided to try TI low power microcontrollers and for that purpose acquired a $20 development tool: EZ430-F2013 (doc, digikey):

eZ430-F2013 development tool

(more…)

Advertisement

HMC5843 (3-Axis Digital Compass) Breakout

September 26, 2010

In my recent project i have been playing with the HMC5843 digital compass ic and not wanting to spend $50 for a $20 part and also to challenge myself i’ve decided to build my own breakout board. Here’s the end result and the HMC5843 Breakout etch positive if you want to do it yourself:

This image is saved at 300 dpi

(more…)

Punch Acceleration Sensor – Follow Up

April 26, 2010

Couple of questions came up as a result of my post and so after some additional measurements and thoughts, here’s the follow up:

Noise

I have measured the output of ADXL193 accelerometer with the Digital Storage Oscilloscope so here’s how it looks through time as read at the sensor location:

ADXL193 output during AD conversion

AD conversion frequency

(more…)

Teardown: Swann Night Hawk Wireless Security Camera

April 20, 2010

I have recently acquired several broken Swann Night Hawk SW231-WOC wireless security cameras and figured i would document the tear down process and anything interesting i might find. My goal in this project was to satisfy my curiosity, try my hands at fixing them and perhaps even learn something in the process.

Here’s how it starts:

Swann Night Hawk Camera

And here is how it ends:

Swann Night Hawk Camera - Teardown

Swann Night Hawk Camera - Teardown

(more…)

Punch Acceleration Sensor – Part 2

April 4, 2010

In this part I will describe the hardware side of the Punch Acceleration Sensor and the next part will be about the software.

You can download Eagle schematics and printouts here

Here’s the basic hardware schematic (click for pdf version):

Punch Acceleration Sensor – Schematics

These schematics use SparkFun Eagle Library for the Arduino board so the pins shown are for the Arduino board and not ATmega328. You can see how those pins correspond to ATmega328 pins by downloading schematics from Arduino Duemilanove specs page.

(more…)

Punch Acceleration Sensor – Part 1

April 4, 2010

After practicing a bit with my makiwara and having a mind of an engineer I wanted to know how hard I am actually hitting. Plus I wanted to see if I can hit as hard from short distance (so called 1 inch punch) as with full swing. So that made me go on a frenzy searching spree to see if there’s anything out there and even what number should I be looking for – is it arm speed or acceleration or board speed? There are actually several studies done on the topic and many good articles written explaining the physics behind it. From what I gathered, a hand hitting a board can cause 200g of acceleration in the matter of 10 milliseconds. This gave me the parameters to look for and also the realization that there’s nothing out there that I could afford to buy. In my searches I stumbled upon SparkFun store and from there the whole world of ICs, microprocessors and electronics. So I have decided to make it myself and couple of months later (yes, things go slow when you don’t know what you’re doing :)) I present you the working product (sorry for the grainy video – needed more light):

I will limit this post to the general system overview and will follow up with post dedicated to hardware and another one for software. All code and designs will be available for free download and you’re welcome to do with it whatever you like.

(more…)