https://github.com/lab11/monjolo
Energy-harvesting sensors that meter based on recharge rate.
https://github.com/lab11/monjolo
Last synced: 2 months ago
JSON representation
Energy-harvesting sensors that meter based on recharge rate.
- Host: GitHub
- URL: https://github.com/lab11/monjolo
- Owner: lab11
- Created: 2013-10-17T21:50:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-07-14T02:05:58.000Z (almost 10 years ago)
- Last Synced: 2025-01-19T10:43:36.756Z (over 1 year ago)
- Language: Eagle
- Size: 66.7 MB
- Stars: 6
- Watchers: 14
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 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
core of the node activates and transmits a packet. The capacitor is then
drained to a lower threshold where the processing core is disabled and
the recharging process recommences. A central receiver collects all of these
packets and calculates the activation rate of the Monjolo node. This rate
is then used to meter the energy consumer.
This differs from traditional sensing because there is no explicit sensor
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 Three instantiations of this metering design. First is
Coilcube, a power meter for AC loads. Second is a light sensor for metering
lighting. And third is a thermoelectric design for metering temperature
differential.
Coilcube
--------
[

](https://raw.github.com/lab11/monjolo/master/media/coilcube_case.jpg)
[

](https://raw.github.com/lab11/monjolo/master/media/coilcube_open.jpg)
Coilcube is an AC power meter that comes in two forms: plug-load and split-core.