Generator-Monitoring-System-GenMon-using-arduino

所属分类:自动编程
开发工具:C++
文件大小:5245KB
下载次数:0
上传日期:2021-01-18 14:27:05
上 传 者sh-1993
说明:  创建的代码用于监视生成器上的输出状态。状态功率、发电机功率,以及如果发生一般故障...
(The code created was to monitor output states on a generator. State power, generator power, and if a general fault occurred within the generator.)

文件列表:
IMG_3229.jpg (1803192, 2021-01-18)
IMG_3231.jpg (1756680, 2021-01-18)
LICENSE (18092, 2021-01-18)
image6.jpeg (1852715, 2021-01-18)
include (0, 2021-01-18)
lib (0, 2021-01-18)
platformio.ini (513, 2021-01-18)
src (0, 2021-01-18)
src\main.cpp (3262, 2021-01-18)
test (0, 2021-01-18)

# Generator Monitoring System 'GenMon' created by Jesse Davids. ### Purpose: The purpose of this repo is to monitor 2 different states of power, plus 1 fault detection system. First you have state power, and generator power. These can either be On/Off. The arduino will capture this information and send it to a **website**, which is hosted on the **web server** made on the arduino in JSON format. The arduino gets this info from 4 cold-contact switches on the generator. If one wire touches ground, that will pull the pin down, resulting in either a 1 or 0. #### Example: State power is always on, so the cold-contact switches make contact, sending a value of 1 to the arduino website, letting anyone know that state power is on. As soon as the power goes off, it will reflect a 0. ## Contributions Anyone is welcome to contribute to this project. Much thanks in advance :). # What you might need. 1. an Arduino, or custom board. I have made this with an ATmega32u4 and Wiznet chip W5500 with active PoE. [This is the arduino i used, make sure it is PoE ACTIVE if your're going to use it.](https://robotdyn.com/leonardo-eth-v2-with-atmega32u4-ethernet-w5500-arduino-compatible-board.html) 1. 4 wires with **10k resistors** connected in the middle. One of the wires must be connected to **Ground** on the arduino. 1. 3 banana connectors. 1. Out of the generator should come 4 banana connectors to connect with the arduino. 1. Additionally you should get monitoring software to pull the JSON objects from the website into a graph or whatever you like.

PLEASE NOTE: WE REPLACED THE BANANA CONNECTORS WITH RCA CONNECTORS SINCE IT WAS HAVING CONNECTION PROBLEMS

![title](IMG_3229.jpg) ![title](IMG_3231.jpg) ![title](image6.jpeg)

近期下载者

相关文件


收藏者