Lynxmotion Tech Support

www.lynxmotion.com
It is currently Wed May 22, 2013 6:33 am

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 12 posts ] 
Author Message
PostPosted: Fri Jan 13, 2012 10:18 pm 
Offline
Roboteer

Joined: Sat Dec 17, 2011 12:04 pm
Posts: 10
I am building the AL5D to work with a PS2 controller. There is a new tutorial up ( http://www.lynxmotion.com/images/html/build091.htm ) but the Schematic that shows both micro controllers has a black/red/yellow connection, but the red wire is in a different port (11 instead of 10) than the rest. I don't have the part, and when I saw the page a few days ago, it showed it using a black/yellow only connection, which I do have.
1) Why'd it change?
2) What's the best way to go about doing it? If there was a way to see the black/yellow older schematic... that might be helpful?

Thanks in advance,
drummerdude13903


Top
 Profile  
 
PostPosted: Fri Jan 13, 2012 10:41 pm 
Offline
Robot Guru
User avatar

Joined: Wed Feb 27, 2008 8:59 am
Posts: 3151
Location: Online @ innerbreed.co.uk
if im correct in thinking from your description you require this wire or similar for the link you posted.
http://www.lynxmotion.com/p-192-data-cable-8.aspx
Image

the other connection is like this:
To connect the Bot Board II to the SSC-32, you will need to modify a 6" servo extender cable. Remove the header pins from the cable so you have two female ends. Then use an exacto knife to gently pry the tab up to pull the red wire free on one end. Cover the exposed female connector with heat shrink to avoid accidental shorts.

Remove the TX and RX jumpers from the lower-right corner of the SSC-32, and plug the unmodified end of the cable in. Yellow on TX, red on RX, and black on ground.

Image
Attachment:
data connection.JPG
data connection.JPG [ 28.8 KiB | Viewed 1183 times ]

_________________
Jonny Poole,
Freelance Concept Art & Animatronics, 3D Art and 3D Modelling, as well as Physical Modelling, Mechanical design, and illustration.
http://www.innerbreed.co.uk/
Create, Innovate, Inspire.


Top
 Profile  
 
PostPosted: Fri Jan 13, 2012 11:12 pm 
Offline
Roboteer

Joined: Sat Dec 17, 2011 12:04 pm
Posts: 10
Thanks! I did that, but the servos are still not working.
I coded the BAP28 with Basic Micro Studio to be controlled with the PS2. When I turn on the PS2 there is a connection (solid red light on the controller, solid green and red on the receiver). When I hit "Start" it makes the three tones, but then when I push the buttons/d-pad/joysticks, nothing happens.

Any suggestions?


Top
 Profile  
 
PostPosted: Fri Jan 13, 2012 11:25 pm 
Offline
Robot Guru
User avatar

Joined: Sat Apr 15, 2006 1:42 pm
Posts: 4414
Quick check. Check your baud rate jumpers on the SSC32. Sould have both installed for a baud rate of115200. Also when you do stuff do you notice the led on the ssc32 flashing at all?

Kurt


Top
 Profile  
 
PostPosted: Sat Jan 14, 2012 12:13 am 
Offline
Roboteer

Joined: Sat Dec 17, 2011 12:04 pm
Posts: 10
hmm... looks like one line of the code was accidentally commented out was the problem. Now, when I turn it on I get some, but very slow movement. I have control of the robot for about 30seconds, but it's almost like there's a delay. After about 30 seconds, I can't control the robot anymore. It seems almost as if the batteries need charging, but they are fresh.


Top
 Profile  
 
PostPosted: Sat Jan 14, 2012 12:52 am 
Offline
Roboteer
User avatar

Joined: Wed Nov 30, 2011 8:11 pm
Posts: 34
I'm pretty sure that in the Schematic above, that Red wire goes into the 11 pin. Thats how i have mine, and it works, but its very insubordinate. Description of that is here:
http://www.lynxmotion.net/viewtopic.php?f=6&t=7923


innerbreed wrote:
Image
Attachment:
data connection.JPG


Top
 Profile  
 
PostPosted: Sat Jan 14, 2012 10:20 am 
Offline
Roboteer

Joined: Sat Dec 17, 2011 12:04 pm
Posts: 10
Yep that's what I have. Robot is still very slow and unresponsive at times. Also, certain directions on the joystick move more than one motor at a time...


Top
 Profile  
 
PostPosted: Sat Jan 14, 2012 10:48 am 
Offline
Roboteer
User avatar

Joined: Wed Nov 30, 2011 8:11 pm
Posts: 34
Same. :?


Top
 Profile  
 
PostPosted: Sat Jan 14, 2012 11:07 am 
Offline
Roboteer

Joined: Sat Dec 17, 2011 12:04 pm
Posts: 10
do you think it's a software issue?

Also, for the PS2 wireless controller, is a solid red light good? or does that mean something isn't working?


Top
 Profile  
 
PostPosted: Sat Jan 14, 2012 8:21 pm 
Offline
Roboteer
User avatar

Joined: Wed Nov 30, 2011 8:11 pm
Posts: 34
It probably is a software issue...... here, read what kurte posted. Middle post with the program attachment: http://www.lynxmotion.net/viewtopic.php?f=6&t=7923 :idea:
I get the same thing, and it was like that with the old program, so i assume, that a solid red means its connected to the wireless reciever.


Top
 Profile  
 
PostPosted: Sun Jan 15, 2012 11:57 am 
Offline
Robot Guru
User avatar

Joined: Sat Apr 15, 2006 1:42 pm
Posts: 4414
DrumBum535 wrote:
I'm pretty sure that in the Schematic above, that Red wire goes into the 11 pin. Thats how i have mine, and it works, but its very insubordinate...

You mentioned that you have the Red on P11, what about the black and yellow? Normally I plug them into P10. We are not currently using the input coming back from the SSC-32, but you do need a ground wire between cards, which is what the Black will do...

As you mentioned, I did find some issues with the original program that was part of the tutorial and I posted an updated version in the thread you mentioned. Again need to mention that I moved the SSC-32 connection from P8 to P11 and updated the baud rate to 115200 as the basic atom pro serial output function was fixed a few builds ago that allowed the higher baud rates to work. In the other thread I mentioned that you can easily revert back to the older configuration, by changing the values of two constants...

Kurt


Top
 Profile  
 
PostPosted: Sun Jan 15, 2012 3:19 pm 
Offline
Roboteer
User avatar

Joined: Wed Nov 30, 2011 8:11 pm
Posts: 34
Thanks, I cant wait to try your updated orginal program. I do have the yellow and black wires on P10 and I also like the original program alot better....other than the fact that there was a bug. I will try your updated program when I get back work with the arm on Tuesday.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: Google [Bot] and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group