![]() |
Re: Control a vex with a laptop?
On my way to work I remembered this: http://www.chiefdelphi.com/media/papers/1453
I wrote that a few years ago for rapid prototyping on the min-RC. We didn't have an RC radio for it so I wrote an app for the PC to provide a UI to drive the robot using the serial port. I don't know whether it will work with the Vex, but the RC code is pretty simple. It provides 4 2-axis joysticks (widgets you drive with the mouse) and 8 digital inputs. The robot can send back sensor data. It will also plot I/O channels for you. If you can get a remote desktop or application sharing program to work over the internet then you could just remote into the laptop and drive it using that UI. |
Re: Control a vex with a laptop?
I added an arm to my robot. It really seems like a robot now. Picking up things with the arm and the webcam is great fun. :D
![]() I updated my Perl code to use my left joystick for single stick drive and my right joystick to control the arm. As far as I can tell, my PSX controller works as well as the controllers that come with the Vex. I also added some simple timeout detection code that just sends out a '\a' character every second. My code is still event driven, so it doesn't waste bandwidth by sending motor values when nothing has changed. And I've sort of started working on a video for it... I've chosen the background music at least. :cool: |
| All times are GMT -5. The time now is 12:49. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi