GitXplorerGitXplorer
o

energymonitor

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
e58989708b2cdb8c4b1d709650fce8729cec4139

Update README.md

ooya163 committed 10 years ago
Unverified
7826a25e40564ec201ceaf38f81fe9bb35ce8585

Update README.md

ooya163 committed 10 years ago
Unverified
d743d391a49e7b7ee4835abf1d8946bd004368e6

Rename SpiArduinoEthernet to SpiArduinoEthernet.ino

ooya163 committed 10 years ago
Unverified
fb7752229f3da3f92f7222567e7a6697f62b2f78

Rename SpiArduinoGSM to SpiArduinoGSM.ino

ooya163 committed 10 years ago
Unverified
1f4f38466bcf243591f973bee7076f0f32526929

Create SpiArduinoEthernet

ooya163 committed 10 years ago
Unverified
2a6161da21e76a9460678ab1c82af60184566369

Create SpiArduinoGSM

ooya163 committed 10 years ago

README

The README file for this repository.

EnergyMonitor

Energy Monitor system is based on Arduino device. We have configured two arduino board in such a way that one handles the Ethernet board and other one handles the GSM board. Both arduinos are communicating with each other using Serial communication.

Basically, we have designed voltage divider circuit to measure current and voltage from using CT sensor and Step-down transformer. Therefore, the primary funciton of this embedded system is to monitor the power level, display it on LCD and log it into the remote database server. Furthermore, It can monitor the server status, generate email, broadcast message, and check the network usage.

Similarly, we have also developed Web APIs in C#/.NET. These Web APIs are consumed by various third-parties like System Administrators or HR. Using the specific code, the Web APIs will transfer the message to the ethernet shield, which will eventually send the message to GSM shield to send SMS to end users.