Search the web
Sign In
New User? Sign Up
Sumo11users · Sumo11 Robot Controller
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 442 - 471 of 536   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
442
Hello Jim, Thanks for your help with the encoder. Your code works perfect. I figured out what the problem was with me not getting a constant reading from my...
Belal Ahmad
bxa1322003
Offline Send Email
Sep 8, 2006
9:39 pm
443
Hello, I am looking for code sample for the devanchi srf04 sonar range finder. Anything would be greatly apriciated. Thank you _Duane...
ribron32
Online Now Send Email
Sep 9, 2006
3:56 am
444
In IC and on the SUMO11 with the expansion board I think the sonar() function should work. You need to wire the trigger to the digital out and the signal to...
Jim Peterson
jcpjimcp
Offline Send Email
Sep 9, 2006
3:01 pm
445
I donlt think I understand your question. What “some other device” where you interested in using? What kind of signal does the “some other device” want...
Jim Peterson
jcpjimcp
Offline Send Email
Sep 9, 2006
9:15 pm
446
Hello, I have a problem with my bot. When it goes into tight spaces; the left IR will cause it to turn right, then the right IR witll cause it to turn right....
ribron32
Online Now Send Email
Sep 9, 2006
9:37 pm
447
Duane, Check out this link on the Acroname website, everything that works for the Handyboard should work on the Sumo11 with little or no modifications. ...
Dan Gates
topazx2
Offline Send Email
Sep 9, 2006
9:48 pm
448
Also if you look in the Handyboard directory of the IC program, there is lots of sample code there including SRF-04 code. -Dan...
Dan Gates
topazx2
Offline Send Email
Sep 9, 2006
10:04 pm
449
I was looking over the code from the acroname web site. What confused me was the digital output. Doesnt the sumo11 use different output lines? Here is a code...
duane
ribron32
Online Now Send Email
Sep 9, 2006
10:15 pm
450
Actually, that code should work as is. The TIC3 line is on Digital input 7 and pin 9 is the I/O. Note that pin 9 is the left most of the two center ports as...
Dan Gates
topazx2
Offline Send Email
Sep 9, 2006
11:23 pm
451
Thanks, Dan. It does seem to work as is. I have a question though. When I run the code, it prints out values across the LCD, and beeps. However the values...
duane
ribron32
Online Now Send Email
Sep 10, 2006
12:14 am
452
Duane, you should be able to hear an audible ticking noise when the sonar fires, are you hearing that? -Dan ... values across ... same no ... ...
Dan Gates
topazx2
Offline Send Email
Sep 10, 2006
1:20 am
453
Yes, I am. It seems to be firing off correctly, but is giving me random results ranging from around17200 to 19400. These values seems to bounc around thouse...
duane
ribron32
Online Now Send Email
Sep 10, 2006
1:28 am
454
Be sure you are allowing the previous echo to "fade away before you try another. Allow at least 60ms between pings. You might be able to get away with 35. ... ...
Jim Peterson
jcpjimcp
Offline Send Email
Sep 10, 2006
2:15 am
455
Thanks Jim. I tryed changing the time between echos to 35, as well as 60. Although the values are different, I am still getting the same values regardless of...
duane
ribron32
Online Now Send Email
Sep 10, 2006
2:29 am
456
A device that reads the ouput on an encoder for a certain fix time and output the speed of the motor to the Sumo11. The idea is that I don't want to you use...
Belal Ahmad
bxa1322003
Offline Send Email
Sep 11, 2006
12:27 am
457
Any approach that uses digital measurement will always be some previous speed, not the current. My feeling is the error in the delayed reading would only be...
Jim Peterson
jcpjimcp
Offline Send Email
Sep 11, 2006
2:25 am
458
Thanks for your advise, I'll do a little more research to see if I can get anywhere with that. Another question for you, is there anyway I can control a small...
Belal Ahmad
bxa1322003
Offline Send Email
Sep 13, 2006
11:39 am
459
I have seen the motor ports used to operate even larger relays, There is always a concern for ground differential problems so another choice is an opto...
Jim Peterson
jcpjimcp
Offline Send Email
Sep 13, 2006
11:52 am
460
Ooh that is interesting, how does that work? Where can I get an Opto Isolator to work best with the sumo11? Also, aren't those LEDs used by the servo's output...
Belal Ahmad
bxa1322003
Offline Send Email
Sep 13, 2006
5:29 pm
461
I can’t take the responsibility of completely educating you, For one thing, I am not really qualified to teach this topic. Do a google search on the terms...
Jim Peterson
jcpjimcp
Offline Send Email
Sep 14, 2006
1:36 am
462
Hello, I was wondering. Is it possible to comunicate serialy from the sumo11 to another board, (bs2px). I have a mild understanding of how to send and recive...
ribron32
Online Now Send Email
Sep 16, 2006
5:35 am
463
Here's a couple of thoughts: 1- Use the "Wheel Watcher" optical quad encoder to do all the work of decifering speed and direction. I've been told by the...
Dan Gates
topazx2
Offline Send Email
Sep 17, 2006
12:25 am
464
Duane, The DB9 connector on the Sumo11 can be used as a common serial com link to other devices, though it is RS232 level shifted and would require that the...
Dan Gates
topazx2
Offline Send Email
Sep 17, 2006
12:44 am
465
Thank you. Dan. I'm not sure if the bscpx does offer rs232 level shifting. But I do belive that I have read of a few people pulling it off with a max232. I...
duane
ribron32
Online Now Send Email
Sep 17, 2006
2:34 am
466
Hello all, I am using the sonar sensor sr04 with the sumo11 using the following code: persistent int dist_test[50]; void main() { int j; sonar_init(); j = 0; ...
Belal Ahmad
bxa1322003
Offline Send Email
Sep 17, 2006
3:40 pm
467
When the topic changes change the subject. I think you need to sleep(.040) between samples to allow the prior echoes to dissipate.. ... From:...
Jim Peterson
jcpjimcp
Offline Send Email
Sep 17, 2006
5:11 pm
468
I tried a range of sleep times, but I'm still reading a constant number of tics that dances around the 1100 region. I was using the port 7 for an encoder...
Belal Ahmad
bxa1322003
Offline Send Email
Sep 17, 2006
5:47 pm
469
If you still have the encoder module loaded that is probably it. ... From: Sumo11users@yahoogroups.com [mailto:Sumo11users@yahoogroups.com] On Behalf Of Belal...
Jim Peterson
jcpjimcp
Offline Send Email
Sep 17, 2006
6:41 pm
470
But I changed the encoder port to port # 8 and I'm using port 7 for the sonar. I recycled power to the sumo11 several times but still no real results. The...
Belal Ahmad
bxa1322003
Offline Send Email
Sep 17, 2006
9:13 pm
471
I am not sure. Both the encoders.asm and the srf04_sonar_asm use TIC3. There certainly is a potential for interference. ... From: Sumo11users@yahoogroups.com...
Jim Peterson
jcpjimcp
Offline Send Email
Sep 17, 2006
10:47 pm
Messages 442 - 471 of 536   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