I am an electronic student, and one day I opened an energy meter I have at home called EM21, and found out that its body is comprised of two major components:
- The meter body, that connects to the grid and measures voltage and current (in theory, it has all the intelligence of the meter)
- The LCD display, that shows the user real-time information about the measurements (dumb, has enough intelligence to control the LCD, push-buttons and request the body for voltage/current/power info using induction)
The awesome thing here is that the LCD component is powered by the body, and communicates with the body, using nothing more than induction (contactless).
[LCD with buttons]-----coil <magnetism magic> coil-----[meter body]
In a couple of hours I've tried to reverse the circuit that uses coupling to provide energy to an LCD screen with buttons, and at the same time, that coupling is used as a contactless communication channel.
This was the end result:
simulate this circuit – Schematic created using CircuitLab
Thank you Transistor and /u/eyal0 @ Reddit for organizing the connections
And these are the photos of the real cannibalized circuit:
- FRONT (open in one tab)
- BACK (open in another tab, and then commute between both, they are aligned with each other)
- FRONT Labeled
- PWR SRC The coil that is used to power the circuit (body powers LCD circuit through it) and for communication
(can you check if I got the diagram correctly?)
Thank you /u/InductorMan @ Reddit for pointing me out the C4/R4 mistake I had in the diagram.
I have some questions about the inner workings of this for which I can't find an answer:
How can the coil be supplying the ATMEGA with DC current? How come VCC is directly connected to one of the coil's ends and it doesn't fry the ATMEGA?
What is the role of Q1?
What is the WB2 component?
What ATMEGA pins are used for communication? How can I "listen" to them (with an oscillo) and discover the communication protocol?
What are the AVCC and AREF doing the way they are wired in the diagram?
How can I easily find the values of the capacitors and the zeners?
Thanks!