Skip to content

A plant monitoring system as a final project from Electrical Engineering degree - C++ | Arduino | LabVIEW | ZigBee

License

Notifications You must be signed in to change notification settings

santosmarcelob/monitoring-system

Repository files navigation

Também disponível em português

Plant Monitoring System

Table of contents:

Overview

This is a plant monitoring system, which measures luminosity, humidity, temperature, and UV index.

It is based on the Zigbee specification, using Xbee modules for wireless communication.

You can see a video of it working or go directly to the full scientific article (in Portuguese).

Technologies

Arduino Arduino was used to handle the communication between the sensors and Xbee modules

C++ C++ was used to program the Arduino board.

LabVIEW LabVIEW was used to collect data from the Xbee receptor, prepare it and present it in the User Interface.

Zigbee Zigbee is the wireless transmission technology, it makes data transmission over wireless simple and has many applications. It was used in this project to transmit the data collected from the sensors in the Arduino board (with Xbee transmitter module) to LabVIEW (with Xbee receiver).

Results

As a result of this project, it was expected a good quality communication via Zigbee in different environments and situations, as well as correct readings, transmission and analysis of the data collected from the sensors, and its presentation in LabVIEW.

After the implementation, the data was collected during 3 days with two-hour interval from each measurement, starting at 6 AM and ending at 10 PM.

It was possible to analyze the variation of luminosity, temperature and UV index. Below are the results collected:

Graph: Average of measurements Table: Measurements
Average of measurements Average of measurements

Following are the results of the humidity tests:

Graph: Humidity levels Table: Humidity levels
Average of measurements Average of measurements

Conclusion

A fully working prototype was developed with the described tools, assuring efficiency and security using Zigbee technology in the agricultural sector.

It was proven the countless benefits of using these technologies in this sector, that is extremely important to the economy.

Average of measurements

Average of measurements


Sistema de Monitoramento de Plantações

Índice:

Visão geral

Este é um sistema de monitoramento de plantações, que faz a medição de luminosidade, umidade, temperatura e índice UV.

É baseado na especificação Zigbee, utilizando módulos Xbee para a comunicação wireless.

Você pode ver um video do funcionamento, ou ir diretamente ao artigo científico completo.

Tecnologias

Arduino O Arduino foi utilizado para lidar com a comunicação entre os sensores e os módulos Xbee.

C++ O C++ foi utilizado para programar a placa Arduino.

LabVIEW O LabVIEW foi usado para coletar dados do receptor Xbee, prepará-lo e apresentá-lo na interface de usuário.

Zigbee O Zigbee é a tecnologia de transmissão wireless, ele torna simples a transmissão de dados via wireless e tem muitas aplicações. Foi utilizado neste projeto para transmitir os dados coletados dos sensores na placa arduino (com o Xbee transmissor) para o LabVIEW (com o Xbee receptor).

Resultados

Como resultado deste projeto, era esperado uma comunicação de boa qualidade via Zigbee em diferentes ambientes e situações, assim como leituras corretas, transmissão e análise dos dados coletados pelos sensores, e sua apresentação no LabVIEW.

Após a implementação, os dados foram coletados durante 3 dias com um intervalo de duas horas em cada medição, iniciando as 6 AM e finalizando as 10 PM.

Foi possível analizar a variação de luminosidade, temperatura e índice UV. Abaixo os resultados coletados:

Gráfico: Média das leituras Tabela: Medições
Average of measurements Average of measurements

A seguir os resultados dos testes de umidade:

Gráfico: Níveis de umidade Tabela: Níveis de umidade
Average of measurements Average of measurements

Conclusão

Um protótipo foi desenvolvido com as ferramentas descritas, garantindo eficiência e segurança na utilização da tecnologias Zigbee no setor agrícola.

Assim, foram demonstrados os inúmeros benefícios da utlização destas tecnologias no setor, que é extremamente importante para a economia.

Average of measurements

Average of measurements

Releases

No releases published

Packages

No packages published

Languages