<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.6" -->
<rss version="0.92">
<channel>
	<title>Ponderings</title>
	<link>http://www.flashsense.com</link>
	<description>Energy, and simple things</description>
	<lastBuildDate>Sun, 20 Jun 2010 15:14:27 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Host Software</title>
		<description>Rather than re-invent the wheel, I thought there should be software out there that provides SCADA/HMI functionality for free. It is a commoditized activity by now.  After combing the web, I stumbled and settled on Mango, an open-source M2M solution. Mango is Java based that integrates with MySQL and runs ...</description>
		<link>http://www.flashsense.com/?p=684</link>
			</item>
	<item>
		<title>Just XBee Left Wire</title>
		<description>I finally got around to spend some time on this and got everything on a perfboard . I also included a temperature sensor (LM35) along with a button to select the LCD display mode.  If I had to change one thing, I would chose different connectors so I can disconnect ...</description>
		<link>http://www.flashsense.com/?p=655</link>
			</item>
	<item>
		<title>Host Communication</title>
		<description>Modbus
Well I got around to dabbling with how to best communicate with a host to implement a data historian. I started writing a extremely dumbed down protocol inspired by Modbus  After a day I realized that why settle for less and figured that pure Modbus would be better.  I could ...</description>
		<link>http://www.flashsense.com/?p=603</link>
			</item>
	<item>
		<title>Prototyping &#8211; Part II</title>
		<description>There is not much to this. A protoshield, the arduino, and a breadboard. Note the current transformer (donut). I have two of those to use in the panel.


The first test was to plugging in a 60 W lamp to see what the measurement came too. I expected around 0.5 Amps ...</description>
		<link>http://www.flashsense.com/?p=553</link>
			</item>
	<item>
		<title>Prototyping &#8211; Part I</title>
		<description>Well I finally got around to get some code and test things out. Without known test loads and an oscilloscope, testing shall require some creativity.  Armed with a multimeter I began testing things out.

Software

The longer term plans include creating spot measurement devices  using the arduino and rather than slapping the ...</description>
		<link>http://www.flashsense.com/?p=498</link>
			</item>
	<item>
		<title>Analog Interfacing</title>
		<description>Time to plan to interface to the  Arduino. The constraint is that the inputs can only be 0-5 volts.  So no negative voltages.

Measuring the Line Voltage
I am using a 9VAC 1.5A wall wart to step down the voltage. To shift voltage into a 0-5 range, I used the following circuit. ...</description>
		<link>http://www.flashsense.com/?p=385</link>
			</item>
	<item>
		<title>Hardware</title>
		<description>Measuring Current

There are two ways I am willing to entertain for measuring current. One is via a current transformer and the other vial hall effect.

I combed the web to look for affordable devices in North America. It seems that Europe has access to cheaper current transformers.  I ended purchasing three  ...</description>
		<link>http://www.flashsense.com/?p=351</link>
			</item>
	<item>
		<title>Discrete Time Equivalents</title>
		<description>Earlier I spoke about modeling the math to simulate the calculations that I will be using in my home grown energy monitoring system.  I think I have a good enough grasp on the math to come up with the algorithm to use in the software. Specifically, the computation of ...</description>
		<link>http://www.flashsense.com/?p=320</link>
			</item>
	<item>
		<title>Modeling the Math</title>
		<description>I used Excel to enter the power calculations on a simulated data set (voltage and current).  I later wanted something more responsive to what-ifs and designed for mathematical computation. I stumbled on a MatLab like open source tool cal GNU-Octave. I decided to download and install the tool to ...</description>
		<link>http://www.flashsense.com/?p=261</link>
			</item>
	<item>
		<title>Steady State Power Analysis</title>
		<description>I wanted to brush up on the theory before I jump to the implementation. So back to basic circuit analysis.
Instantaneous Power
In a steady state system, the voltage and current as a function of time consists of
$latex v(t)=V_{max}cos(wt + \Theta_v) \qquad(1)&#38;s=1$
$latex i(t)=I_{max}cos(wt + \Theta_i) \qquad(2)&#38;s=1$
where $latex \Theta_x $ is is the phase ...</description>
		<link>http://www.flashsense.com/?p=43</link>
			</item>
</channel>
</rss>
