The Experts below are selected from a list of 30 Experts worldwide ranked by ideXlab platform

Maxim E Komnatnov - One of the best experts on this subject based on the ideXlab platform.

  • Command Console of environmental shielded tem chamber
    2017 International Multi-Conference on Engineering Computer and Information Sciences (SIBIRCON), 2017
    Co-Authors: Alexander V Demakov, Artem V Osintsev, Maxim E Komnatnov
    Abstract:

    The software implementation of Command Console for first-ever proposed environmental shielded TEM-chamber is presented. Searching of the hardware platform and development framework for the realization of Command Console is attended. Results of operation of the developed software for visualization and data transfer between Command Console and temperature control board of the environmental shielded TEM chamber are presented.

Lesano Muñoz, Amanda Karina - One of the best experts on this subject based on the ideXlab platform.

  • Implementación y evaluación de dos prototipos basados en tecnologías inalámbricas para la adquisición y procesamiento de señales cardiacas en tiempo real.
    'Escuela Superior Politecnica de Chimborazo', 2018
    Co-Authors: Lesano Muñoz, Amanda Karina
    Abstract:

    Este trabajo de titulación tuvo como objetivo la implementación y evaluación de dos prototipos para la adquisición de señales cardiacas en tiempo real, el primer prototipo está basado en la tecnología Wifi y el segundo en Bluetooth. El prototipo está formado por 5 bloques que son: sensorial, procesamiento, comunicación, almacenamiento y visualización. Para el bloque sensorial se ha analizado la mejor técnica para la adquisición del pulso cardiaco mediante bibliografía especializada. El procesamiento en el prototipo wifi se realiza mediante la tarjeta MCU ESP 8266 y en el prototipo Bluetooth se realiza mediante la tarjeta de desarrollo Arduino nano. La comunicación para el prototipo Bluetooth será a través del módulo HC-06 y para el prototipo Wifi a través de la tarjeta MCU ESP 8266. El almacenamiento será en una tarjeta micro SD. La visualización en el prototipo Bluetooth se realiza mediante una aplicación para Android y en el prototipo Wifi a través de una red inalámbrica. Mediante la utilización de la consola de comandos de Windows para la tecnología wifi y para la tecnología Bluetooth se desarrolló un programa en el software Arduino IDE que trabaja como un sniffer para determinar la cantidad de paquetes recibidos y enviados, con su respectivo tiempo de retardos, posteriormente con estos datos se analizó factores de rendimiento como: Throughput, perdida de paquetes, promedio de retardos, relación de la entrega. El análisis se realizó con 30 muestras por cada tecnología, tomando en consideración que se envió un total de 100 paquetes de datos por muestra, los resultados obtenidos determinaron que la tecnología Wifi es superior en un 71% con respecto a la tecnología Bluetooth generando mejores prestaciones, por lo que se recomienda para tener un buen resultado de los datos el mismo número de muestras para las dos tecnologías para su posterior análisis.The aim of the present research work was to implementation and evaluation of two prototypes for the acquisition of real time cardiac signals, the first monitor uses Wi-Fi technology and the latter Bluetooth. The prototype consists of 5 blocks: sensorial, processing, communication, storage and visualization. For the sensorial block, a review of specialized literature allowed to identify the best technique for the acquisition of cardiac pulse. The Wi-Fi device uses an MCU ESP 8266 processing card and the Bluetooth device uses an Arduino Nano development card. The communication for the Bluetooth device will be performed through the HC-06 module and for the Wi-Fi device through the MCU ESP 8266 card. For data storage, a micro SD card will be used. The visualization in the Bluetooth device is carried out through an Android application and in the Wi-Fi device through a wireless network. For both, the Wi-Fi technology and the Bluetooth technology, using the Windows Command Console, a program was developed in Arduino IDE which works as a sniffer to determine the amount of sent and received packs, with their corresponding delay times. Then, using these data, different performance factors such as: Throughput, package loss, delay average, delivery relationship. The analysis was performed using 30 samples for each technology, considering that a total of 100 data packages per sample. The results show that Wi-Fi technology is 71% superior to Bluetooth generating better benefits. To obtain a better result from the data, it is recommended to collect the same number of samples for both technologies for analysis

Cevallos Sánchez, Liseth Paulina - One of the best experts on this subject based on the ideXlab platform.

  • Implementación de redes definidas por software (SDN) sobre redes IEEE 802.11 mediante MININET WI-FI
    'Escuela Superior Politecnica de Chimborazo', 2018
    Co-Authors: Cevallos Sánchez, Liseth Paulina
    Abstract:

    El principal objetivo del presente trabajo fue la implementación de redes definidas por software (SDN) sobre redes IEEE 802.11 mediante Mininet Wi-Fi. Se recurrió a herramientas empleadas por las redes SDN para implementar enlaces inalámbricos y movilidad de hosts; se definieron conceptos básicos como: arquitectura SDN, protocolo OpenFlow, Mininet Wi-Fi y su eje principal el controlador. El controlador de SDN empleado fue OpenDayLight de Código Abierto; el cual ayuda a programar los caminos que seguirán los flujos de datos a lo largo de la red de una manera eficiente. La red fue simulada mediante el software Mininet Wi-Fi, emulador de Redes Inalámbricas Definidas por Software (SDWN). Los escenarios de pruebas fueron programados en lenguaje Python, a través de la consola de comandos de Mininet Wi-Fi. Se empleó la herramienta Wireshark para llevar a cabo capturas del tráfico en diversas interfaces, y conjuntamente con la herramienta iperf3 se envían flujos de datos TCP y UDP para obtener ancho de banda, perdida de datagramas, jitter en los enlaces de la red. Al realizar las pruebas respectivas para el escenario con los modelos de movilidad, se obtuvo que, en los modelos ReferencePoint y RandomWalk se generó un jitter de 5,64ms y 5,7ms, respectivamente, y valores de 0.73% y 0% en la pérdida de datagramas, debido a que RandomWalk crea patrones de movilidad más realistas y flexibles, mientras que ReferencePoint crea patrones de comportamiento grupal. Se concluye que al emplear un nuevo modelo de redes fue posible la implementación de soluciones eficientes para mejorar las redes inalámbricas; al optimizar un mayor despliegue de servicios y mejorar el rendimiento de las aplicaciones en toda la red.The main objective of this work was the implementation of software defined networks (SDN) over IEEE 802.11 networks through Mininet Wi-Fi. It was resorted to tools used by SDN networks to carry out wireless links and station mobility; basic concepts were defined such as: SDN architecture, OpenFlow protocol, Mininet Wi-Fi and its main axis, the controller. The SDN driver was OpenDayLight Open Source which helps to reprogram paths that will follow the data flows throughout the network in an efficient way. The network was simulated by using the software Mininet Wi-Fi, emulator of Wireless Networks Defined by software (SDWN). The test scenarios were programmed in Python language, through the Command Console of Mininet Wi-Fi. The Wireshark tool was used to carry out traffic captures in various interfaces, and together with the iperf3 tool, TCP and UDP data streams were sent to obtain bandwidth, datagram loss, and jitter in the network links. When performing the respective tests for the scenario with the mobility models, it was obtained that in the ReferencePoint and RandomWalk models a jitter of 5.64ms and 5.7ms was generated, respectively, and values of 0.73% and 0% in the loss of datagrams, because RandowWalk creates patterns of group behavior. It is concluded that, by using a new network model, it was possible to implement efficient solutions to improve wireless networks; by optimizing a greater deployment of services and improving the performance of applications throughout the network

Philip Morrow - One of the best experts on this subject based on the ideXlab platform.

  • the war room Command Console shared visualizations for inclusive team coordination
    Software Visualization, 2005
    Co-Authors: Ciaran Oreilly, David W Bustard, Philip Morrow
    Abstract:

    Making the structure of software visible during system development helps (i) build a shared understanding of the context for each piece of work, (ii) identify progress with implementation, and (iii) highlight any conflict between individual development activities. Finding an adequate representation for such information is not straightforward, especially for large applications. This paper describes an implementation of such a visualization system designed to explore some of the issues involved. The approach is based on a `War Room Command Console' metaphor and uses a bank of eight linked Consoles to present information. The tool was applied to several industrial software systems written in a mixture of Java, C++ and C, one of which was over a million lines of code in size.

Vidales Hincapie, Brayan Fernando - One of the best experts on this subject based on the ideXlab platform.

  • DIGITAL VOLTAGE ADJUSTMENT SYSTEM FOR A DC/DC CONVERTER
    Barranquilla Universidad del Norte 2019, 2019
    Co-Authors: González Salcedo, Jesús Alfredo, Vidales Hincapie, Brayan Fernando
    Abstract:

    Se presentan el diseño y la implementación de un convertidor de CC / CC que ajusta su voltaje de salida digitalmente. Esto se logra modificando la realimentación del convertidor por medio de un potenciómetro digital que se comunica a través del protocolo SPI a una Raspberry Pi en la que se encuentra el código de control. Este código se desarrolla en Python y tiene una interfaz que se implementa mediante la consola de comandos, en la que se ingresa el voltaje deseado para ajustar la tensión de salida del convertidor, además de esto la interfaz cuenta con conexión a una base de datos MySQL para almacenar la información correspondiente al hardware involucrado con el sistema. Lo cual permite que la interfaz sea capaz de descargar un archivo .csv de la base de datos para que el usuario pueda hacer un mejor uso de la información. Los resultados presentados por el sistema fueron satisfactorios, debido a que se presentan 102 valores posibles de variación, con una resolución de 0.04V y con un rango de 4.1V desde 14.5V hasta 18.6V, lo cual cumple con los requerimientos del sistema del nodo 611 del laboratorio UniGRID de la Universidad del Norte.The design and implementation of a DC / DC converter that adjusts its output voltage digitally is presented. This is achieved by modifying the feedback of the converter by means of a digital potentiometer that communicates through the SPI protocol to a Raspberry Pi in which the control code is located. This code is developed in Python and has an interface that is implemented through the Command Console, in which the output voltage of the converter can be adjusted, in addition to this the interface has a connection to a MySQL database to store the information corresponding to the hardware involved with the system. This allows the interface to be able to download a .csv file from the database so that the user can make better use of the information. The results by the system were satisfactory, as are the possible values, with a resolution of 0.04V and with a range of 4.1V from 14.5V to 18.6V, which meets the requirements of the laboratory node 611 system UniGRID from the Universidad del Norte