Resumen:
La geolocalización de vehículos es un tema de gran interés en la comunidad actual,
esto ha permitido desarrollar múltiples aplicaciones para proveer el servicio. El enfoque de
este proyecto es mejorar la calidad de servicio del transporte público a través de la
automatización del mismo. El problema por afrontar es la falta de cumplimiento de las
rutas establecidas por los conductores, lo cual ha causado inconformidad e inseguridad en
la población.
En este estudio se propone el desarrollo de un prototipo que permita localizar un
bus, observar la ruta y determinar el tiempo de llegada a su destino. Para lo cual se
utilizarán tecnologías actuales como GPS, GSM, entre otras.
En cuanto al hardware se propone el uso de un módulo Arduino UNO, un shield
GSM900 y un receptor GPS. El primero forma el circuito controlador, interconecta cada
una de las partes del sistema y verifica su funcionamiento. El segundo posee las
funcionalidades básicas de una placa de teléfono celular, con la configuración adecuada
puede transmitir y recibir mensajes o llamadas. Y por último el receptor GSM, permite
obtener las coordenadas del autobús.
En la parte de software se dispone de una aplicación Android y el código
desarrollado en el Arduino. La aplicación Android, brinda al usuario una interfaz gráfica
que permite la transmisión y recepción de SMS para determinar la posición en un mapa,
aquí se especifica el número al cual se debe enviar el mensaje para solicitar su ubicación.
En cambio, el código desarrollado en el microcontrolador del Arduino UNO; permite la
interconexión de circuito controlador con los demás componentes, en éste se especifica el
número de teléfono al cuál debe responder los mensajes con las coordenadas geográficas
respectivas. Las pruebas fueron realizadas en vehículos en movimiento.
Palabras clave: GPS, geolocalización, Android, GSM, Arduino.
Descripción:
The geolocation of vehicles is a subject of great interest in the current community,
this has allowed the development of multiple applications to provide the service. The focus
of this project is to improve the quality of public transport service through the automation
of it. The problem to be faced is the lack of compliance with the routes established by the
drivers, which has caused dissatisfaction and insecurity in the population.
In this study we propose the development of a prototype that allows locating a bus,
observing the route and determining the arrival time to its destination. What are the current
technologies used like GPS, GSM, among others.
In terms of hardware, the use of the Arduino UNO module, a GSM900 shield and a
GPS receiver is proposed. The first forms the controller circuit, interconnects each of the
parts of the system and verifies its operation. The second has the basic functions of a cell
phone cell, which can send and receive messages or calls. And finally the GSM receiver,
allows to obtain the bus coordinates.
In the software part you can find an Android application and the code developed in
the Arduino. The Android application has a graphical interface that allows the transmission
and reception of SMS to determine the position on a map, here you specify the number to
which the message should be sent to request its location. In contrast, the code developed in
the microcontroller of the Arduino UNO; allows the interconnection of the circuit with the
other components, in this it specifies the telephone number to which the messages must
respond with the respective geographic coordinates. The tests were conducted on moving
vehicles.
Keywords: GPS, geolocalización, Android, GSM, Arduino