Giter Site home page Giter Site logo

grigor-minasyan / arduino-rtu Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 11.37 MB

This is a simple program that does some useful things like data recording and being able to be polled via UDP and can have real-world applications.

C++ 99.48% Makefile 0.30% Shell 0.22%

arduino-rtu's Introduction

Arduino based remote telemetry unit (RTU)

This project was done as my main project for a bootcamp at a company whose focus is to create remote monitoring solutions for companies with custom needs.

What is this repository for?

This repo is half of the whole project. The code is intended to be compiled for Arduino. It is a simple program that does some useful things that can have real world applications. Here is an overview of some of the functions it can perform.

  • Record the temperature and humidity and keep track of max and min temperatures.
  • Keep track of the current time using an RTC
  • Store the temperature, humidity along with the time it was recorded in the EEPROM of the arduino.
  • With RGB lights it can show if there are any alarms based on the temperature and the set thresholds for the alarms.
  • It also has an ethernet module, with which it can be polled by a master server via UDP
    • uses DCPx protocol and BCH checksum for data validation
  • Can be connected to an LCD screen and can be controlled with a 5-button input. Here are some things you can do via the input and the screen.
    • Show if a request is sent its way with a bad BCH checksum
    • Home screen shows current temperature and humidity
    • Can navigate to a history page where it shows the recorded temperature and humidity data. The old data is overwritten once the memory gets full.
    • Shows the count of sent and received UDP packets
    • Settings page where you can configure the following.
      • IP address, subnet mask, gateway IP.
      • Thresholds for triggering major and minor alarms.
      • Erasing the recorded data.

arduino-rtu's People

Contributors

grigor-minasyan avatar

Stargazers

Roland Wynter avatar Carlos Botero-Vargas avatar  avatar  avatar

Watchers

 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.