Society of Robots - Robot Forum
Electronics => Electronics => Topic started by: robotcoder on January 17, 2009, 01:36:02 PM
-
I have just purchased an Axon and it will be arriving on Monday. I am trying to figure out if there is a way to send instructions from and old laptop that I have to the Axon, which will then control servos and sensors. My goal is to use the laptop to run a program that will have to store a lot of information and then send signals to the Axon which will have the code to control the movement of the robot. Any help would be appreciated.
Thanks, RobotCoder
-
Look into UART, which is basically serial
-
http://erobots.blogspot.com/2008/08/bluetooth-controlled-lights.html
[youtube]Ctw1-XtCzEk[/youtube]
-
The bluetooth controlled lights are really cool, that is what I am wanting to be able to do. I don't really want to use bluetooth though, I just want to use a usb cable. Do you have any example code that I can look at that will help me send messages and recieve from the Axon using just a USB cable connection?
-
Do you have any example code that I can look at that will help me send messages and recieve from the Axon using just a USB cable connection?
It's *exactly* the same code, not even a slight tweak.
-
Ok thanks, I will try using that example then.