Close
0%
0%

Low Power Infrared Energy Meter Monitor

Using the IR diode of smart energy meters this adapter translates the IR signals into UART messages

Similar projects worth following
100 views
0 followers
This project aims at building an ultra low power adapter (< 1uA quiescent current) that you can bring onto modern smart energy meters to read the energy usage.

Optical interface
The optical interface consists of an IR photodiode to read data from the smart energy meter, and an IR emitter to send data to the smart energy meter.
The infrared reader has an automatic calibration to ambient light conditions to be more resilient against ambient infrared light.

Electrical interface
4 wires, namely VCC, GND, RX and TX.
RX is for receiving UART data from a microcontroller, TX is for sending the optical data to a microcontroller. So usually you want to connect TX to the UART input of your microcontroller to get your readings from the smart meter.
RX can be left unconnected if not used.
The supply voltage may be between 1.8V and 5.5V.

Power Supply:
Given an 1.8V power supply, the quiescent current is aimed to be < 600nA.

Currently the 3D design is finished, and a first assembled device will be available in the course of April.

This Energy Meter Reader is planned to be used with the ultra low power sensor: https://hackaday.io/project/186949-canique-ambience

The complete setup will allow to read energy usage in short intervals, say 15 seconds, transmit them via UART to Canique Ambience, which then parses them and sends them via 868MHz to a base station.

The big differences between this design and available products on the market are:

  1. No necessity for a power outlet. The energy meter adapter will be powered by the Canique Ambience sensor, which itself is powered by a standard AA battery.
  2. Good wall penetration and range. Unlike WiFi this radio setup can easily go through mutliple walls.
  3. Extremely low power. A single AA battery will be able to supply the sensor + IR adapter for multiple years. The expected total quiescent current for the sensor + IR adapter from a 1.5V battery is: 2.57µA

  • Test measurement: IR light to voltage

    canique03/28/2024 at 17:43 0 comments

    In a first test setup to measure the IR light as a voltage, the following simple circuit was used:

    VCC - IR emitter diode in reverse direction - (Testpoint T1) - 1M resistor - GND

    VCC is 2.814V

    IR emitter is a Vishay TSAL6200, max reverse current is specified with 10µA

    Note 2 things:

    1. We're not using a photodiode here which would have a higher sensitivity for IR light (it's just not available right now). An IR emitter can also act as a photodiode, although with decreased sensitivity.
    2. The multimeter that is attached to Testpoint T1 has a ~10M resistance, so a parallel resistor circuit is created here. The effective resistance is (R1xR2)/(R1+R2) = 0.91 MOhm

    Test results:

    When holding an Infrared emitter (IR remote control) very close to the TSAL6200 and while pressing buttons on the remote control, the max voltage at T1 is measured to be 770 mV. A scope would show more details here, and very probably a higher voltage.

    While nothing is pressed, under ambient light from a Philips LED (not IR), 0.13 mV is measured.

    If we change the 1M resistor to 7M5, the effective resistance is: 4.28 MOhm

    Test results:

    While the IR remote control is pressed 1140 mV are measured at max.

    While nothing is pressed, under ambient light from a Philips LED (not IR), 1.04 mV is measured.

    While holding my hand over the TSAL6200 and thereby creating a shadow, 0 mV are measured.

    Now we get an idea that even a bad receiver, which actually is an emitter, can produce a voltage of more than 1V when an IR emitter is placed only a few millimeters away.

View project log

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates