W

DIY Arduino Esr Meter Shield – Part 1: Intro & Demo

On June 25, 2013, in Arduino, Projects, by Dennis Hill

After using the analog ESR meter I built, I soon discovered I needed a meter with just a bit more resolution to read the low ESR cap values (less than 1 ohm). Sure the analog meter worked flawlessly for troubleshooting BAD caps, but when testing caps for use in low ESR SMPS circuits, it left a lot to be desired.

So I set out to find a micro controller circuit driving an LCD and what I was able to find was either incomplete or way to complicated. So I decided to take Manfred Morninweg’s design that I modded for the analog meter and somehow use it with an Arduino.

This is part 1 of the Arduino ESR Shield I designed.

Part 2 can be seen here. Part 3 can be seen here. Part 4 can be seen here.

In this video I go over the background of the design, I then demo the operation and functions of the meter and go over future video segments I am doing to explain how it works and how to make one yourself.

Watch in HD!

Tagged with:  
W

Arduino Uno Programming with Atmel Studio 6.1

On June 25, 2013, in Arduino, by Dennis Hill

This is a continuation of the Arduino Programming With Atmel Studio 6.0 post. In this video I use Omar’s script in the (then) newly released Atmel Studio 6.1 beta and give it a test drive.

One of the biggest flaws in the 6.0 version was the inability to import the user template libs. That was fixed in this version of the Atmel IDE.

Atmel Studio 6.1 “External Tools”

Command:
“Arduino IDE Path”\hardware\tools\avr\bin\avrdude.exe

Arguments:
-C”Arduino IDE Path”\hardware\tools\avr\etc\avrdude.conf -patmega328p -carduino -P\\.\COM9 -b115200 -Uflash:w:”$(ProjectDir)Debug\$(TargetName).hex”:i

You will also need to change the comport COM9 to the com port your Arduino is using.

Watch in HD!

Tagged with: