Git Product home page Git Product logo

wifi-power-meter's Introduction

wifi-power-meter

Sense household power (blinking led) and transmit to server over WIFI.

This project will consist of several parts which together will measure the blinks generated by common household power meters and upload the measurements to a server. In my case the power meter emits 10000 blinks per KWh, so each measured blink is 0.1 Wh. By storing the blink count every few seconds to few minutes it is possible to se the impact of using the oven, microwave, water heater etc.

The main parts are

  • Client hardware
  • Client software
  • Server software

Each part will be described below.

Client Hardware

Initially an Arduino UNO (easy prototyping), a photo transistor (for detecting the blinks) and a WiFly (for communicating with the server).

The photo transistor will generate an interrupt.

Client Software

The client will wakeup periodically and send the blink counter value to the server using the WiFly module. Initially each wakeup will initiate a data transfer, but later on many datapoints can be stored locally and uploaded later to save bandwidth and allow for temporary connection issues.

Each interrupt will increase the blink counter.

Server Software

Software running in a "cloud" environment and will initiall just allow for the client to store the data and have an API for fetching the stored data. Later will be increased to have a user interface for plotting the data.

wifi-power-meter's People

Contributors

rlindsjo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.