Hello All,
I am currently a senior majoring in electrical engineering. As my senior project my group and I chose to do a Smart Outlet. What constitutes a smart outlet?
I'm not sure, but I will tell you the goals of what we are trying to accomplish.
Our smart outlet should read power data, pass this data to a mcu, and then get this data to a computer so we can make nice graphs about how much power each outlet is using.
So far we have decided on the following:
-Each outlet will have a usb port capable of charging up to 2A (tablets take up to this much) at 5v.
-Each outlet will need a power supply to supply voltages to the mcu, power metering chip, and usb port
-Each outlet will send data via RF
-Each outlet should be able to be turned off by the computer.
So far we have taken time each week to research. The term is almost over, so overall we have researched for about 5 weeks. In this time frame our teacher has posted a few videos from this website, like "how to pick a part dc to dc boost converter #139)
So far I have spent a great deal of time trying to figure out how to make such a tiny power supply to fit in a small place like an outlet. Iron core transformers are too big, so initially my thought was to look at the iphone/ipad cube chargers as a reference. I found some schematics online, and even had parts picked out. After showing a professor at my school, he was very glad I talked to him about design because the design I came up with would have produced some fireworks. It was working with a flyback transformer, and he was explaining that at 60Hz, it simply wouldn't have worked. He said the typical design for a flyback was DC to DC.
I then went back to the drawing board and found something that was by TI, which can be found here:
http://www.ti.com/lit/an/slyt391/slyt391.pdfThis is a schematic of a non isolated power supply.
My question is as follows. If the output is 750mA at 5v, and I wanted to power 3 separate things.
1) USB 5v, 2A
2) ADE7763 (power measuring) 5v 200mA
3) cc430f5137 (MCU) 3.3V don't remember the Amprage off the top of my head, but it was small
Could I simply tap off the 5v supply and use 3 similar circuits he shows in the episode I referenced earlier? It seems as if the Boost circuit did not depend on the input current, but only the input voltage. Initially I was going to try and get about 10V out so I could buck it, 1 at 5v 2a, one at 5v 200ma, other at 3.3v and a smaller current.
would this be a bad thing to do? If it would work, and my output of the power supply is 5v, can I still use the same approximation equations he uses at the beginning of the video, I believe Vo/Vi*Io for the switching current on the part? In my case Vo=Vi therefore Io would equal the switching current. I was also wondering about the inductor in his circuit, he mentioned he talked about how to choose it in a previous video, but the only similar video I found he was talking about a mc34063.
If anyone has any ideas I am all ears. This is my first big project, and I am really limited on the projects I have done in the past. I never really tinkered with electronic components before school and have only built a few things like audio amplifiers for a computer and a power supply limited at 1A. These were from my two microelectronic classes that I took at the university.
Thanks everyone for taking the time to read this,
Joe