Vex to Lynx Demonstration + How To
A short demonstration of what happens when you properly connect a Vex bot to a Lynx robot arm and have them work together through a single program with some added instruction as to how to do it.
For any connections between the two systems, you need a special chip [name inserted soon]. Once you have placed the chip on your breadboard, you need to connect the wires and jumper wires on the breadboard as shown. One pair of wires will have the white wire separated as the white wire will be connected to A or D on the Lynx circuit board. The red and black will be on either port 31 or 30. The other end of the wires will be connected to a vex cortex's digital (dgtl) port. We used 12 and 11.
Once you have connected the two systems via breadboard, you need to create a code (RobotC Vex) and a sequence (FlowBotics).
In Vex, you need to set up the port for the Lynx arm in the "digital" tab. The sensor type will be "Vex LED." You can name the port connected to A ArmStart and the port connected to D ArmStop. The code required to actually begin a sequence in FlowBotics is as follows:
TurnLEDOn (ArmStart) ;
wait (0.5) ;
TurnLEDOff (ArmStart) ;
Ensure that your platform type is set to Natural Language or else this will not work.
To stop the sequence at any moment, you use the same lines of code except with ArmStop.
In FlowBotics, you need to ensure that the arm is connected properly to your computer (each arm needs its own computer if you have more than one) and powered on. If you have problems, search the following website for troubleshooting
www.lynxmotion.com
Create a sequence in FlowBotics. Copy creates a new frame while record saves the arm's current position to the selected frame. You can save this sequence with the save button which is among the play and stop buttons. You can also load the sequence for future demonstrations. Ensure you have the same calibration set each time; arm calibration does not save!
Once you have a code in Vex set up without errors and a fully complete sequence in FlowBotics ready, start your program and test it out! Once the program reaches your TurnLEDOn line, your arm should begin its sequence.
Other Videos By Zombie Hugger
2016-10-18 | Haddonfield- Halloween 2016 DbD Map |
2016-10-09 | Zombie's Hugging Stream |
2016-08-26 | Planet Nomads Inside a Planet |
2016-04-27 | M3D Internal Filament Jamming |
2015-10-25 | Zombie Realism Gameplay - L4D2 Mutation |
2015-07-01 | Helichopper Down |
2015-06-27 | Kamikazie Lazer |
2014-11-26 | Randomizing Teleporter Exits - Source SDK Hammer |
2014-11-17 | Creating an I/O Loop - Source SDK Hammer |
2014-05-10 | Shogun 2 Custom Map- Dividing Mountains Showcase |
2014-01-29 | Vex to Lynx Demonstration + How To |
2014-01-23 | Ricordare: The Lost Love (CHS Film Anaylsis Performance) |
2013-11-19 | Contagion Infections |
2013-10-03 | Chivalry Medieval Warfare- A Thousand Screams |
2013-06-24 | Oculus Rift TF2 Gameplay |
2013-04-12 | Voice Imitated Sounds (TF2) |
2012-09-30 | Sky Diving |
2012-09-22 | MvM_Trax |
2012-09-16 | MvM For Sexy People |
2012-08-03 | Invincible TF2 Sentry |
2009-07-19 | Zombie Realism GamePlay- L4D |