Skip to content

Commit

Permalink
blast
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Sep 20, 2014
1 parent 3a08c7e commit dd3e233
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
18 changes: 11 additions & 7 deletions README.md
Expand Up @@ -2,11 +2,14 @@ Monjolo
=======

Monjolo sensors are designed to meter energy consumers, such as plug loads,
lighting, water heaters, etc. Monjolo exploits an interesting fact to
accomplish this: energy consumers produce side channels of energy that are
harvestable with energy-harvesting power supplies. Monjolo nodes harvest
from these side channels, and use the rate of recharge to infer something
about the original energy consumer.
lighting, water heaters, etc. Monjolo exploits an interesting fact to accomplish
this: energy consuming loads (e.g. overhead lighting) often produce side
channels of energy that can be harvested (e.g. light with a solar panel).
Monjolo nodes use an energy-harvesting power supply to scavenge energy from
these side channels to power themselves. The sensors then infer information
about the original load based on the rate it is able to harvest. Monjolo nodes
follow a simple principle: the faster the rate of harvesting the greater the
amount of energy consumed by the monitored load.

The operation of a Monjolo node proceeds as follows: the harvester charges
a capacitor to some threshold. Once the threshold is met, the processing
Expand All @@ -21,9 +24,10 @@ on the device. The sensing apparatus is entirely composed of the
energy-harvester and the packet receiver. All information is contained in
the rate of activations of the Monjolo node.

We have developed two instantiations of this metering design. First is
We have developed Three instantiations of this metering design. First is
Coilcube, a power meter for AC loads. Second is a light sensor for metering
lighting.
lighting. And third is a thermoelectric design for metering temperature
differential.


Coilcube
Expand Down
12 changes: 9 additions & 3 deletions hardware/blast/rev_a/blast.brd
Expand Up @@ -130,7 +130,7 @@
<wire x1="7.0612" y1="16.002" x2="7.0612" y2="-2.794" width="0" layer="51"/>
<text x="3.2512" y="1.2192" size="0.762" layer="21" font="vector" ratio="12" align="center-left">Brad
Campbell</text>
<text x="3.7592" y="15.8242" size="1.27" layer="21" font="vector" ratio="14" align="bottom-center">sEHnsor</text>
<text x="3.7592" y="15.8242" size="1.27" layer="21" font="vector" ratio="14" align="bottom-center">Blast</text>
<text x="35.2298" y="7.7724" size="0.762" layer="21" font="vector" ratio="12" rot="R90" align="bottom-center">2013/08/14</text>
</plain>
<libraries>
Expand Down Expand Up @@ -737,8 +737,14 @@ This Sunstone Circuits 4 Layer .DRU has been set to cover our minimum requiremen
<element name="SJ3" library="SparkFun-Passives" package="SJ_2S-NO" value="SOLDERJUMPERNO" x="29.3878" y="7.3406" smashed="yes" rot="R180">
<attribute name="VALUE" x="30.2958" y="8.9916" size="0.4064" layer="27" rot="R180"/>
</element>
<element name="D1" library="SparkFun-LED" package="LED-0603" value="BLUE" x="13.9446" y="11.811" rot="R90"/>
<element name="D2" library="SparkFun-LED" package="LED-0603" value="BLUE" x="13.9446" y="11.811" rot="MR270"/>
<element name="D1" library="SparkFun-LED" package="LED-0603" value="BLUE" x="13.9446" y="11.811" smashed="yes" rot="R90">
<attribute name="NAME" x="14.8336" y="11.1125" size="1.016" layer="25" font="vector" ratio="12" rot="R180" align="bottom-center"/>
<attribute name="VALUE" x="14.9606" y="12.8905" size="0.4064" layer="27" rot="R180"/>
</element>
<element name="D2" library="SparkFun-LED" package="LED-0603" value="BLUE" x="13.9446" y="11.811" smashed="yes" rot="MR270">
<attribute name="NAME" x="14.8336" y="12.5095" size="0.4064" layer="26" rot="MR0"/>
<attribute name="VALUE" x="14.9606" y="10.7315" size="0.4064" layer="28" rot="MR0"/>
</element>
<element name="R1" library="passives" package="0402_RES" value="470" x="16.3068" y="11.811" rot="R180">
<attribute name="DIGIKEY" value="RHM470CECT-ND" x="16.3068" y="11.811" size="1.778" layer="27" rot="R180" display="off"/>
</element>
Expand Down

0 comments on commit dd3e233

Please sign in to comment.