Bibliotecas PUCV

Implementación de radar para ayuda de navegación autónoma de un drone

Repositorio Dspace/Manakin

Buscar en DSpace


Búsqueda avanzada

Mostrar el registro sencillo del ítem

dc.contributor Pizarro Torres, Francisco
dc.creator Arellano Cortés, Miguel Angel
Fecha Ingreso dc.date.accessioned 2021-10-19T17:30:36Z
Fecha Disponible dc.date.available 2021-10-19T17:30:36Z
Fecha en Repositorio dc.date.issued 2021-10-19
Resumen dc.description <p>En el trabajo se presenta una soluci&oacute;n para evitar la colisi&oacute;n de un drone en su ruta de vuelo, utilizando el radar Doppler de onda continua de la empresa RFBeam modelo RSP1.Primeramente se investig&oacute; a fondo sobre los aparatos que debieron ser utilizados para comprender su funcionamiento, sus propiedades, como trabajan y ver si es factible la uni&oacute;n entre el radar y el drone. Para realizar lo anterior fue requerido un arduino Uno con el fin de procesar la se&ntilde;al del radar y comunicarlo con el sistema de vuelo autom&aacute;tico HKPilot32 para que este, avise sobre el peligro de alguna colisi&oacute;n. En vista a lo anterior se debi&oacute; resolver si es posible la comunicaci&oacute;n para luego investigar como llevarla a cabo la acci&oacute;n. Para ello primero se averiguo si ambos elementos utilizan el mismo protocolo de comunicaci&oacute;n, se descubri&oacute; que utilizan el protocolo de comunicaci&oacute;n serial UART concluyendo que la interacci&oacute;n entre el radar con el arduino es posible. El siguiente punto es como llevar a cabo dicha comunicaci&oacute;n, encontrando dos aristas principales la primera fue la conexi&oacute;n f&iacute;sica de ambos elementos descubriendo que trabajan con tecnolog&iacute;as diferentes (TTL y CMOS) resolviendo dicho problema con un puente de resistores. La segunda arista es el c&oacute;digo que debe poseer el arduino para leer los datos enviados por el puerto serial del radar y poder manipularlos. Para el caso del arduino al drone se sigui&oacute; la misma l&oacute;gica anterior comunicando a estos dispositivos mediante el protocolo UART y mediante un c&oacute;digo en C se estableci&oacute; la lectura e interpretaci&oacute;n de los datos. Lo siguiente fue determinar la forma de control que se tendr&iacute;a en el vuelo del drone, el resultado final fue la notificaci&oacute;n al usuario del HKPilot32 cuando hay un obst&aacute;culo en su ruta de vuelo durante un tiempo determinado por el usuario en el c&oacute;digo del Arduino.Los resultados obtenidos fueron: el entendimiento de los elementos usados en el proyecto, estudiar, analizar e implementar los protocolos de comunicaci&oacute;n de dichos elementos, la comunicaci&oacute;n, el procesamiento y la manipulaci&oacute;n de datos entre ellos. Y finalmente como objetivo final avisar en caso de que el drone est&eacute; frente a una posible colisi&oacute;n</p>
Resumen dc.description <p>A solution is presented to avoid the possible collision of a drone in its flight path, using the continuous wave Doppler radar of the RFBeam model RSP1. First, was investigated thoroughly the devices that should be used to understand their operation, their properties, how they work and see if feasible the union between the radar and the drone. To do this, an arduino One was required to process the radar signal and communicate it with the HKPilot32 automatic flight system to warn of the danger of a collision. In view of the above it should be resolved if possible the communication and then investigate how to carry out the action. To do this, it was first determined whether both elements use the same communication protocol, it was discovered that it uses the serial communication protocol UART concluding that the interaction between the radar and the arduino is possible. The next point is how to carry out such communication, finding two main edges, the first was the physical connection of both elements discovering that they work with different technologies (TTL and CMOS) solving that problem with a bridge of resistors. The second edge is the code that the arduino must have to read the data sent by the serial port of the radar and to be able to manipulate them.For the case of the arduino to the drone the same previous logic was followed communicating to these devices by means of the protocol UART and by means of code of the reading and interpretation of the data was established. The next thing was to determine the form of control that would be in the flight of the drone, the final result was the notification to the user of the HKPilot32 when there is an obstacle in its route of flight during the course of a time determined by the user in the Arduino code. The results obtained were: the understanding of the elements used in the project, studying, analyzing and implementing the communication protocols of such elements, communication, processing and manipulation of data between them. And finally as the final goal to warn in case the drone is facing a possible collision</p>
Resumen dc.description last modification
Resumen dc.description Ingeniero Electrónico
Resumen dc.description INGENIERIA ELECTRONICA
Resumen dc.description <p>En el trabajo se presenta una soluci&oacute;n para evitar la colisi&oacute;n de un drone en su ruta de vuelo, utilizando el radar Doppler de onda continua de la empresa RFBeam modelo RSP1.Primeramente se investig&oacute; a fondo sobre los aparatos que debieron ser utilizados para comprender su funcionamiento, sus propiedades, como trabajan y ver si es factible la uni&oacute;n entre el radar y el drone. Para realizar lo anterior fue requerido un arduino Uno con el fin de procesar la se&ntilde;al del radar y comunicarlo con el sistema de vuelo autom&aacute;tico HKPilot32 para que este, avise sobre el peligro de alguna colisi&oacute;n. En vista a lo anterior se debi&oacute; resolver si es posible la comunicaci&oacute;n para luego investigar como llevarla a cabo la acci&oacute;n. Para ello primero se averiguo si ambos elementos utilizan el mismo protocolo de comunicaci&oacute;n, se descubri&oacute; que utilizan el protocolo de comunicaci&oacute;n serial UART concluyendo que la interacci&oacute;n entre el radar con el arduino es posible. El siguiente punto es como llevar a cabo dicha comunicaci&oacute;n, encontrando dos aristas principales la primera fue la conexi&oacute;n f&iacute;sica de ambos elementos descubriendo que trabajan con tecnolog&iacute;as diferentes (TTL y CMOS) resolviendo dicho problema con un puente de resistores. La segunda arista es el c&oacute;digo que debe poseer el arduino para leer los datos enviados por el puerto serial del radar y poder manipularlos. Para el caso del arduino al drone se sigui&oacute; la misma l&oacute;gica anterior comunicando a estos dispositivos mediante el protocolo UART y mediante un c&oacute;digo en C se estableci&oacute; la lectura e interpretaci&oacute;n de los datos. Lo siguiente fue determinar la forma de control que se tendr&iacute;a en el vuelo del drone, el resultado final fue la notificaci&oacute;n al usuario del HKPilot32 cuando hay un obst&aacute;culo en su ruta de vuelo durante un tiempo determinado por el usuario en el c&oacute;digo del Arduino.Los resultados obtenidos fueron: el entendimiento de los elementos usados en el proyecto, estudiar, analizar e implementar los protocolos de comunicaci&oacute;n de dichos elementos, la comunicaci&oacute;n, el procesamiento y la manipulaci&oacute;n de datos entre ellos. Y finalmente como objetivo final avisar en caso de que el drone est&eacute; frente a una posible colisi&oacute;n</p>
Resumen dc.description <p>A solution is presented to avoid the possible collision of a drone in its flight path, using the continuous wave Doppler radar of the RFBeam model RSP1. First, was investigated thoroughly the devices that should be used to understand their operation, their properties, how they work and see if feasible the union between the radar and the drone. To do this, an arduino One was required to process the radar signal and communicate it with the HKPilot32 automatic flight system to warn of the danger of a collision. In view of the above it should be resolved if possible the communication and then investigate how to carry out the action. To do this, it was first determined whether both elements use the same communication protocol, it was discovered that it uses the serial communication protocol UART concluding that the interaction between the radar and the arduino is possible. The next point is how to carry out such communication, finding two main edges, the first was the physical connection of both elements discovering that they work with different technologies (TTL and CMOS) solving that problem with a bridge of resistors. The second edge is the code that the arduino must have to read the data sent by the serial port of the radar and to be able to manipulate them.For the case of the arduino to the drone the same previous logic was followed communicating to these devices by means of the protocol UART and by means of code of the reading and interpretation of the data was established. The next thing was to determine the form of control that would be in the flight of the drone, the final result was the notification to the user of the HKPilot32 when there is an obstacle in its route of flight during the course of a time determined by the user in the Arduino code. The results obtained were: the understanding of the elements used in the project, studying, analyzing and implementing the communication protocols of such elements, communication, processing and manipulation of data between them. And finally as the final goal to warn in case the drone is facing a possible collision</p>
Formato dc.format PDF
Lenguaje dc.language spa
dc.rights autorizado
dc.source http://opac.pucv.cl/pucv_txt/txt-1500/UCC1536_01.pdf
Materia dc.subject PROTOCOLOS DE COMUNICACION
Materia dc.subject RADAR
Materia dc.subject NAVEGACION AEREA
Materia dc.subject ARDUINO
Title dc.title Implementación de radar para ayuda de navegación autónoma de un drone
Tipo dc.type texto


Archivos en el ítem

Archivos Tamaño Formato Ver

No hay archivos asociados a este ítem.

Este ítem aparece en la(s) siguiente(s) colección(ones)

Mostrar el registro sencillo del ítem