My Interview in EEWeb

December 29th, 2011 by Adrian S. Nastase

I was recently interviewed by EEWeb for the Featured Engineer edition. EEWeb, an electrical engineering publication, has many remarkable sections, including Analog Design, RF Design, tools, jobs, projects, and even a comic section. Of interest is the EEWeb forum, which is a growing discussion board organized in categories.

Here is an excerpt from the interview:

EEWeb: Do you have any tricks up your sleeve?

Adrian S. Nastase: I have a few rules when it comes to designing circuits:

Mother Nature always wants to challenge you. So, calculate everything and expect the unexpected.

Kirchhoff’s Laws are always true. This means that, if the sum of voltage drops on a loop does not equal zero, there is another component in that loop that has a voltage drop and you are not aware of it. By the same token, if the sum of currents in a node is not zero, it means that there is another signal path coming out of that node which is hidden from you.

Signals are always differential. Never treat your ground as an absolute zero volt trace, because it never is.

Zero does not exist in analog or mixed signal design. There is no such thing as zero voltage, zero current, zero ohms, zero inductance or zero capacitance. Depending on your design specs, one of these so called “zeros” will quickly show you that it has a non-zero value. As such, I always think in dB. For example, I know I will never have zero noise in a system, but if my noise to signal ratio is -100 dB, great. If it is -120 dB, awesome. If it is -140 dB, super. Knowing that you cannot achieve that zero, makes you think twice when planning your PCB layout …

For other electrical engineering tips and much more, read the interview at http://www.eeweb.com/spotlight/interview-with-dr.-adrian-s.-nastase

Categories: Analog Design, Opinion

Become a Mentor

December 16th, 2011 by Adrian S. Nastase

For a few years now I mentor students at Ocean View High School in Huntington Beach, California. My activity is part of a program called Business Academy developed at Ocean High in the last years. Every spring, students meet accomplished professionals and business people who become their mentors. The goal of the program is to teach and show students the path to a professional life and what to do to pursue their goals.
Continue reading this article »

Categories: Education, Opinion

Measure a Bipolar Signal with an Arduino Board

August 14th, 2011 by Adrian S. Nastase

Arduino is a popular family of open source microcontroller boards. Hobbyists, students and engineers all over the world use this platform to quickly design and prototype a microcontroller driven circuit. One of its interfaces with the analog world is the ADC. Since these boards are mostly designed around an ATMEL ATmega32 or ATmega168 microcontroller, the ADC has 8 inputs and 10-bit resolution, making it suitable for many applications.

From time to time I receive a message through my Contact page with the question, how to interface a sensor, or an outside circuit with the Arduino ADC? In most cases the answer is an interface between a bipolar circuit and the Arduino board. As the bipolar circuit output varies from some negative to a positive level, the Arduino ADC cannot measure this signal directly, because the ADC inputs can only be between 0V and the reference voltage.

In one of these messages a reader asked me how to build an interface between a board that has an output voltage of -2.5V to +2.5V and the Arduino ADC. He told me that the Arduino reference voltage is AVCC = 5V. He would like to measure the +/-2.5V signal with the Arduino board and direct the microcontroller to take some action based on the result.

Continue reading this article »

Categories: Analog Design, Electronic Circuits Examples, Mixed-Signal Design, Summing Amplifier

Measure a Wheatstone Bridge Sensor Signal with an ADC

July 23rd, 2011 by Adrian S. Nastase

I received a message from one of my readers asking me to help with a Wheatstone bridge circuit. Since my response to him bounced back, and this being an interesting subject, I decided to write this article. Here is what he writes:

I found a circuit to condition the output of the Wheatstone bridge in the National ADC1205 datasheet, page 16. It uses an Op Amp configured as follows: V1 from the bridge thru 10K resistor to (–) input of Op Amp, 1.5Meg feedback resistor and Vout connects to the V- of the 5V ADC. V2 from the bridge connects directly to (+) input of the op amp and the V+ of the ADC.

The bridge V2-V1 is 0 mV to 30 mV. This is both at 5.000 V (0 mV) and V1 = 4.985 V, V2 = 5.015 V (30 mV). Please advise the equations to calculate how this works. Since the ADC is 5 V, I cannot see how the Vout can exceed that voltage. Is it true that Vout = 5.015 V when V1 = V2 = 5.015 V and ADC Out = 0 V?

The National ADC1205 is an obsolete component now, but the advice and application notes are still valid. We can use any ADC if we can correctly adjust Vref and the operating conditions. We can use an Arduino board as well, with its 10-bit ADC to achieve a complete system.

Continue reading this article »

Categories: Analog Design, Electronic Circuits Examples, Mixed-Signal Design

Come to My Electronics Class on June 9th, at UCR

May 30th, 2011 by Adrian S. Nastase

Every summer Mt. San Jacinto College has a program called STEM (Science, Technology, Engineering and Math). This year, the event will be on June 6 – 9 at Mt. San Jacinto College campus and also at University of California Riverside. Students in the Riverside district are invited to participate, and explore the program classes. The event is intended to expose students to science and technology and help them get more clarity in choosing their future profession.

Continue reading this article »

Categories: Education

Apply Thevenin’s Theorem to Solve a Negative Resistance Circuit, or Current Source

February 14th, 2011 by Adrian S. Nastase

The circuit in Figure 1 is a good example of applying Thevenin’s Theorem to solve a circuit with dependent supplies. It is a negative resistance circuit and it was posted in this forum with a call for solution verification for IL as a function of Vin. With some clever resistor values, the circuit can also be a current source with RL its load. Since this fits very well with my plans to write more about Thevenin’s Theorem, I decided to post the solution here.

negative-resistance-circuit

Figure 1

Continue reading this article »

Categories: Analog Design, Electronic Circuits Examples, Operational Amplifier Formulas, Thevenin's Theorem

Build an Op Amp SPICE Model from Its Datasheet – Part 4

February 7th, 2011 by Adrian S. Nastase

MasteringElectronicsDesign.com:Build an Op Amp SPICE Model from Its Datasheet – Part 1, Part 2, and Part 3 of this article show how to create a behavioral model of an operational amplifier based on the following parameters found in the datasheet: Input and output resistance, input capacitance, DC gain, offset voltage and gain bandwidth product. As an example I chose Analog Devices’ ADA4004 and built its behavioral model step by step. Figure 1 shows the model as we left off at the end of part 3.

ADA4004 macro model with two polesExpand this figure

Figure 1

Let’s continue building this model with some more parameters.

Continue reading this article »

Categories: Analog Design
Next »