You are on page 1of 17

Monitoring and Control Of Process

Through Digital Telemetry Networks


Wilberth Perez
Alan Tun
Pablo Nahuat

What is Telemetry ?...


Is the process of using special equipment to take scientific

meansurements and send them over long distancess


usually by radio.

Arduino code

Steps of
ProgramProyect
in C# and
Database

Web Page

Serve
r

Arduino
Thefirststepfortheimplementation oftheprojectwas coding

arduino board, so can measure the different variables of


humidity, temperature and distance .
The code used was the following:

Sensor of humidity and


temperature DHT 22

Sensor of distances HC-SR04

Temperature accuracy:
Minimum measurement: 1
0.5C
cm
Humidity accuracy:
2 measure
Maximum
measurement:
Both sensors
every fifteen
%C
5m
seconds.

Aplication C#
We make the application C# to create a connection between

the Arduino and the data base, the application C# takes


information and transforms it into readable data.

When the Arduino is connected to the pc the application C#

reads automatically the serial port where is connected , The


application also allows you to choose the Balud (Transmit speed)
of the Arduino board.

The information taken by Arduino is sent to the database, in a

table specific for these information, the application also


generated the date and time of reception of the information.

Data Base (SQL SERVER)


The database is responsible for storing the information it

receives from the application C#, the information stored in the


specified table where a field for each information set is.
The fields of the table specifies the type of data being inserted
in each field, also set if the field accepts null values.

PAGE (ASP.Net)
We create a page to make a more understandable
demonstration on the information generated by sensors.

Link with the Data Base

Refresh every 15 seconds

Also has a section about of definition and other concepts of Telemetry,

in other section is the information about the members of the team.

Servers for the


telemetry system.

What is a server?
In information technology, a server is a computer program

that provides services to other computers (and their


users) in the same network.

What services provide a server?


DHCP (DYNAMIC HOST CONFIGURATION PROTOCOL)
DNS (DOMAIN NAME SYSTEM)
IIS 8.5 (INTERNET INFORMATION SERVICES)
FTP (FILE TRANSFER PROTOCOL)
And other..

DHCP SERVER MANAGER

With DHCP server we can manage the network, for example we


can configure a IP range, and IP range exclusion, and we can
crate diferent ambit for direfents networks.

DNS SERVER MANAGER

We need a domain name for the traduction of our IP address of

our principal server, for a easy search in the browser. For

example: our ip address is 192.168.1.60 and the DNS server


goint

to

translate

this

IP

adress

in

www.telemetry-

IIS 8.5 SERVER

We need a IIS server for mount our web aplication, and this
server help us to adminstrate the web site and we can add
rules for protect the web site as SSL certificates, firewall ,
authentications, default documents, etc.

THANK YOU!

You might also like