Aplicación con Banda MYO (Jumping sumo parrot) - Aplications with MYO armband HD
Este es un proyecto realizado en lenguaje Python para la asignatura Electrónica digital 3 de la universidad de ibagué, nuestra meta era poder acceder a las diferentes señales que nos brinda el brazalete (MYO) para darle una aplicación esta fue lograr mover el Jumping Sumo (de la empresa Parrot)... Si vas a utilizar este proyecto y no es con un linux nativo (máquina virtual) debes configurar correctamente el puerto serial de la maquina donde se va a colocar el modulo de la MYO, si es de linux nativo omite esto. También para ayudarte ahorrar tiempo y que mejores o trabajes con nuestro proyecto debes tener en cuenta que todos los codigos comprimidos en que están en el link cuando se ejecute MyoConnect.py deben estar en una misma carpeta. Instala las siguientes librerías: MYO: sudo apt-get install python-pip sudo pip install pySerial --upgrade sudo pip install enum34 sudo pip install PyUserInput sudo apt-get install python-Xlib sudo apt-get install python-tk Jumping sumo: import sumo Nota: si ninguno de los dos dispositivos no está conectado el genera el error de conexión. English This is a project in Python language for digital electronics course 3 University ibagué, our goal was to access the different signals that gives us the bracelet (MYO) to give an application this was achieved move the Jumping Sumo (of the company Parrot) ... If you use this project and is not a native linux (virtual machine) you must configure the serial port of the machine where you will place the module of the MYO correctly, if you omit this native linux. Also to help save time and better or work with our project to keep in mind that all compressed codes that are in the link when you run MyoConnect.py must be in the same folder. Install the following libraries: MYO: sudo apt-get install python-pip sudo pip install PySerial --upgrade sudo pip install enum34 sudo pip install PyUserInput sudo apt-get install python-Xlib sudo apt-get install python-tk Jumping sumo: import sumo Note: if neither of the two devices is not connected generates the connection error. ******************************************************************** -------------------------Acá encontraran los codigos----------------------------------- -------------------------Here you will find the codes------------------------------------- https://github.com/Danyhell18/-Aplications-aplication-with-MYO-armband- ******************************************************************