Search the web
Sign In
New User? Sign Up
Pontech_SV203 · Pontech SV203 Robotics + Animatronics
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1234 - 1264 of 1503   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1234
Steve, Anyone Has anyone set up the SV203b to use Port A as Digital I/O? If TRISA = 11111 and ADCON1 = 1 shouldn't I be able to use DIM input1 as bit 0 of RA ...
firstreconbco
Offline Send Email
Aug 10, 2005
3:49 pm
1235
Try using: ADCON1 = 110b TRISA = 11111b DIM bINPUT1 AS BIT 0 OF RA DIM bINPUT2 AS BIT 1 OF RA see if you get the results you're looking for. Steve...
Steve Arnold
steve_arnold_63
Offline Send Email
Aug 10, 2005
4:55 pm
1236
Thanks YA after I sent the Request for ideas, I did just what you have and it work. One area I was messing up on is that the RA4 is multiplexed and there for...
firstreconbco
Offline Send Email
Aug 10, 2005
5:42 pm
1237
Good deal, glad you got it working! Steve...
Steve Arnold
steve_arnold_63
Offline Send Email
Aug 11, 2005
12:05 pm
1238
Dumb question- can the SV203 drive "big" servos, like the type used for CNC or other industrial uses- either directly or with a fairly simple to construct...
willburrtx
Offline Send Email
Aug 25, 2005
9:41 pm
1239
Will, I don't see any reason why it wouldn't. The key is PWM coding - if a servo's specs have the same timing characteristics as a Futaba S148 at 5V nominal...
Steve Arnold
steve_arnold_63
Offline Send Email
Aug 26, 2005
1:40 pm
1240
Thanks a ton for the quick reply! I'm trying to construct a mid-sized mobile platform. I have some surplus wiper motors but maybe quarter scale RC servos would...
willburrtx
Offline Send Email
Aug 26, 2005
2:53 pm
1241
Will, I think you're right on track - the 2nd approach looks more enticing if you're not concerned with "turning on the spot". Synchronizing left and right...
Steve Arnold
steve_arnold_63
Offline Send Email
Aug 26, 2005
3:18 pm
1242
... design. Yep, I'm trying to keep it simple. My wife is agitating to get the dining room table back so speed is essential! :-) ... I think I'll try the...
willburrtx
Offline Send Email
Aug 26, 2005
4:59 pm
1243
Hi, The manual for SV203c says that board select (BD) allows the user to assign numbers to boards, so that multiple boards can be used on the same serial line....
adityar7
Online Now Send Email
Sep 5, 2005
9:32 pm
1244
Nope, you're right - it's multiple boards at the same time. There's a connection diagram in the manual too, page 24. It involves diodes on the transmit line...
Steve Arnold
steve_arnold_63
Offline Send Email
Sep 6, 2005
9:55 am
1245
Hi there, I have just started out looking at the SV203BC and after playing with a number of the example files I have written the following code. I am using a...
henderd001
Offline Send Email
Sep 8, 2005
4:42 pm
1246
Hi again, I think I have found a possible hardware problem that may be affecting this program... During further testing I tried the example program called...
henderd001
Offline Send Email
Sep 8, 2005
6:10 pm
1247
Hi, 1) What are the symptoms when you run the first version? Is the servo "powered" and recieving a signal - i.e. - can you turn it by hand or is it locked in...
Steve Arnold
steve_arnold_63
Offline Send Email
Sep 8, 2005
6:55 pm
1249
Steve, Thanks for the prompt reply. In answer to your questions: 1) The symptoms are that when this example program fails, the servos apear to remain powered...
henderd001
Offline Send Email
Sep 8, 2005
9:06 pm
1250
Hi Dave, I suspect the power supply is indeed the problem. I think what's probably happening is a brownout for the PIC micro, whereby the board and servo(s)...
Steve Arnold
steve_arnold_63
Offline Send Email
Sep 8, 2005
10:44 pm
1251
Steve, You where absolutely correct. Having split the power supply to give one each to the board and to the servos, I can now run the move program without...
henderd001
Offline Send Email
Sep 9, 2005
9:46 am
1252
Dave, Glad to be able to help. Happy developing! Steve...
Steve Arnold
steve_arnold_63
Offline Send Email
Sep 9, 2005
12:25 pm
1253
Steve, Could you offer a further bit of advice as I am sure this will be simplicity itself for you? I am trying to pass a variable to indicate the servo number...
henderd001
Offline Send Email
Sep 9, 2005
6:03 pm
1254
Dave, Try using Poke and Peek and pass an offset via a variable referenced in the subroutine. Ram location 51 is servo1 position. Also, beware of the condition...
Steve Arnold
steve_arnold_63
Offline Send Email
Sep 10, 2005
10:36 pm
1255
Steve, Many thanks for that and I can see the idea, however I am still struggling to make it work. Can you see what I am doing wrong in the following code: ...
henderd001
Offline Send Email
Sep 11, 2005
9:53 am
1256
Dave, Before getting into the program in any depth, I'd like to suggest that you ensure that every "=" sign is sandwiched with a single space on each side. I...
Steve Arnold
steve_arnold_63
Offline Send Email
Sep 11, 2005
1:59 pm
1257
Steve, Thansks for that tip, I have been through the code and ensured that all "=" are set between spaces as you suggest, however the code still has no effect...
henderd001
Offline Send Email
Sep 11, 2005
7:40 pm
1258
Steve, I have managed to resolve the problems now. Basically I have given up for the moment to try and pass variables into a subroutine and simply written a...
henderd001
Offline Send Email
Sep 12, 2005
2:41 am
1259
Just wanted to let the group know that I'm auctioning off an original Carnegie Mellon University designed Palm Pilot Robot Kit or PPRK with Pontech SV203, Palm...
LOssowski
Offline Send Email
Sep 12, 2005
4:56 am
1260
Hi Dave Glad you've overcome the problems. It sounds like your servo byte was looping around PAST 255, back to 0 and incrementing around again in a loop. Any...
Steve Arnold
steve_arnold_63
Offline Send Email
Sep 12, 2005
6:31 pm
1261
Steve, I simply changed the trim setting from 255 to 215 and since there was no algorithm associated with this value, I cannot see it having been a logic...
henderd001
Offline Send Email
Sep 12, 2005
10:49 pm
1262
Dave, Ahhh, come to think of it, I've seen this happen myself when writing code for controlling servos with a standalone PIC micro. If your servo is "out of...
Steve Arnold
steve_arnold_63
Offline Send Email
Sep 12, 2005
11:26 pm
1263
I would appreciate any advice on the use of the shift byte in feature. I have been trying to read (RR7) from a 74HC165 and repeatedly get the value 214...
markleemoore
Offline Send Email
Sep 14, 2005
4:49 am
1264
Mark, There's a note on using the 74HC165 in the "addenda and errata" file, in the "files" section. It won't work without this fix. Steve ... the value 214...
Steve Arnold
steve_arnold_63
Offline Send Email
Sep 14, 2005
9:47 am
Messages 1234 - 1264 of 1503   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help