Digital Watt Meter Connected To Microcontroller

AI Thread Summary
The project aims to create an educational display comparing the cost-effectiveness of four types of light bulbs using a digital watt meter. Each bulb will be controlled by a rocker switch, and the watt meter will show real-time energy consumption. The challenge involves connecting the watt meter to a microcontroller that calculates and displays the cost of usage on an LCD screen, based on a formula using the energy price and average usage time. A suggestion was made to consider consumer products that could fulfill the project's requirements, such as The Energy Detective, which can be adapted for use with the light bulbs. The discussion highlights the importance of ensuring accurate cost display while maintaining flexibility in the project's design.
MickeyB@++
Messages
2
Reaction score
0
Hello all,

I am currently working on a project for a client in which my objective is to create an educational light bulb display. The purpose of this display is to demonstrate cost effectiveness between 4 different bulbs (incandescent, high-efficiency incandescent, CFC, and LED). Each lightbulb will be connected to a respective rocker to turn it on or off. Furthermore, each lightbulb has been tied to a single digital watt meter so that as you switch on a rocker, the amount of watts actively being emitted are displayed.

The next step is my challenge. What I am trying to accomplish is have a separate LCD screen that will display the costs incurred for using the individual bulb chosen at $0.15/kWh at 3.2 hrs (the average price and time bulbs are used in NY state). Ultimately, I need to figure out a way to use the information that the digital watt meter reads and have it interact with a formula (Cost=(kWh)($0.15)) coded into a micro-controller and display the answer on the LCD screen.

With that being said, is this the correct approach? It is to my understanding that a micro controller must be connected to the LCD screen to display any copy, but is it possible to use the reading from the digital watt meter and input that information into a formula that is coded into a micro controller? and if so, which micro controller and LCD screen combination is required?

*Please note model number for digital watt meter that I have is DS4-B-W

Thank you,
Mickey
 
Engineering news on Phys.org
Hi Russ,

Thanks for the response! Yes, if there is a consumer product that will do what I am trying to accomplish then I will happily use it.

I did a bit of research on this product, it certainly displays exactly what I want but can it be exclusively connected to my 4 light bulbs on rockers?
 
Yes. It is intended to be installed at an electrical panel, but there is no reason you can't mount it directly on your device board.

One minor limitation is that the display precision is probably too low for single lamps. But you can get around that by multiplying the energy cost by 10 and calling it a 1/10th scale model.
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top