The Infrared Remote: A DIY Power Analysis Experiment
In this episode of DIY or Buy, I decided to test out the Otii Arc Power Analyzer and measure the energy consumption of my infrared remote. The Otii Arc is a commercial power analyzer that can accurately measure very low levels of current, making it an ideal tool for analyzing the energy efficiency of devices like my infrared remote.
I started by plugging in the Otii Arc and connecting it to my infrared remote using its positive and negative terminal connectors. I then set up the device to output 3V and activated it, allowing me to start a new recording. To get accurate results, I removed most of the wires from the remote and connected only the necessary ones to the Otii Arc.
The first test revealed that the average current levels were around 1µA, which is an extremely low value. However, this was not the end of the story. When I asked the developers of the Otii Arc about the negative readings I had seen in my results, they explained that these values were simply a result of the device's internal calibration and did not affect the accuracy of the readings.
Despite some technical challenges, I was able to achieve accurate measurements using the Otii Arc. To do this, I had to modify the device's configuration to output higher voltage levels, which allowed me to detect the small current changes caused by the remote's infrared signal.
The commercial version of the Otii Arc is a high-end power analyzer that can accurately measure very low levels of current. However, it also comes with a hefty price tag and requires careful calibration and setup. In contrast, my DIY version of the device uses a lower-cost microcontroller and operational amplifier to achieve similar results.
In this article, we will explore the technical details behind measuring energy consumption using the Otii Arc Power Analyzer. We will examine the design challenges associated with analyzing very low levels of current and discuss some of the solutions that can be used to overcome these challenges.
One of the main challenges in measuring very low levels of current is the requirement for extremely sensitive instrumentation. The Otii Arc, for example, uses a 6-ohm resistor to amplify the small voltage changes caused by the infrared signal from my remote. However, this requires an extremely sensitive analog-to-digital converter (ADC) to accurately measure these changes.
The ADC used in the commercial version of the Otii Arc is a 24-bit device that can accurately measure very low levels of current. However, even with this high level of sensitivity, there are still some limitations to consider. For example, if the infrared signal from my remote were too weak, it would be difficult for the ADC to detect.
To overcome these challenges, I decided to use a lower-cost microcontroller and operational amplifier in my DIY version of the device. The microcontroller used is a 32-bit ARM one with a clock speed of 84MHz, which provides sufficient processing power to handle the data from the ADC. The operational amplifier used is an OP177 ultra-precision Op Amp, which has a low offset voltage and high gain, making it ideal for amplifying small voltage changes.
The design of the DIY version of the Otii Arc required careful consideration of several technical factors. First, I needed to choose a suitable microcontroller that could handle the data from the ADC. After some research, I decided on a Teensy 3.2, which provides sufficient processing power and has a 16-bit ADC.
Next, I needed to select an operational amplifier that could amplify the small voltage changes caused by the infrared signal. After some searching, I found an OP177 Op Amp that met my requirements, including low offset voltage and high gain. I then built up a differential Op Amp setup on a piece of perfboard with a gain of 100.
To connect the amplifier circuit to the microcontroller, I used an analog input to read the amplified voltage levels from the remote. I then wrote some code in C++ that spits out the amplified voltage levels in a number format, allowing me to visualize the current changes caused by the infrared signal.
The final result was quite impressive - my DIY version of the Otii Arc Power Analyzer was able to accurately measure the energy consumption of my infrared remote using only a few simple components and some basic electronics knowledge. Of course, this is not to say that my DIY device can match the commercial version in terms of accuracy or sensitivity, but it demonstrates that with careful design and attention to detail, even simple devices can be used to make accurate measurements.
In conclusion, measuring energy consumption using power analyzers like the Otii Arc requires a combination of technical knowledge and careful setup. While the commercial version is certainly more accurate and sensitive than my DIY device, my results demonstrate that even simple electronics can be used to make accurate measurements with the right design and components.
As always, I would like to thank you for watching this episode of DIY or Buy. If you have any questions or comments about the technical details behind measuring energy consumption using power analyzers, please feel free to share them in the comment section below.