I would certainly need more info about how you have things connected, but off hand I'd agree with Richard in that your motors are most likely drawing too much...
I want to let everyone know that the 1sorc.com website is temporarily down while I change hosting companies. I have been very dis-satisfied with the current...
... Dan, I noticed this a few days ago. I was wondering... There seems to be a lot of users dissatisfied with their web hosts. Several sites I visit have or...
Well, if their host is in an area that's prone to natural disasters as was my case, then as of late I can see why there's such disatisfication. 1sorc.com was...
Hi, ... I've been using godaddy for my domain registration for a few years, and I'm quite happy with them for that. I just switched from hosting my own server...
Well its short notice but RoboMaxx IV is coming to Southern Oregon University in Ashland Oregon this April 22-23. Southern Oregon Robotics Society has...
Folks, In case you want to come south: Northern California Botball Tournament is at Santa Clara University, at the Leavey Sport Center, April 22. We will have...
Hello folks, just a reminder of RoboMaxx (Saturday April 22) is fast aproaching. We have over $1000 worth of prizes to give away. The Ashland Motel is giving...
I finnaly got around to trying to program in assembly code and I got HCLoad to connect to my sumo11 beta board that I got from Dan awhile back. I got to the...
... Well I cant help you and I know that Dan is on his way to canada right now so you'll have to hang tight for a few days until he gets settled in unless he...
The Portland Area Robotics Society, PARTS, invites you to participate in our Spring 2006 BotFest competition Saturday, May 20, in Portland, Oregon. BotFest is...
For anyone interested, I'm auctioning off a SUMO11 Based robot. The Platform is LEGO based with 2 Sharp GP2D12 IR sensors for obstacle avoidance and micro...
Hello, Whenever I download a program, I get the following error that reads... "Please note that the version (430) of the library currently in use does not...
Hi, Sorry for the delayed response. Please note that the error message has absolutly no ill effect on Sumo11 functionality and can simply be ignored. However...
... Answering this question will require some additional data: What is the resolution of the encoders, that is how many "ticks" are counted per revolution? ...
Just wanted to let everyone know that I've reduced the price on all assembled boards. Reason: I originally set the assembled board prices much higher than the...
Thanks Dan, I appreciate your help. Please let me know if you run accross a fix for the encoder problem. It is hindering with my control system, I hope there...
I am sure your programming is beyond reproach, everyone’s is. but would you mind sharing your actual logic for the RPM calculation with the encoders? I...
Sure, I have no problem sharing my code. Infact, I would prefer that to make sure that I am not making any mistakes. Do you want me to sent it to this address...
Actually I was suggesting you post to the board. What I think needs to be shown is how you are transforming the encoder counts to RPM, You need to have the...
Thanks for the explanation. Below is the first attempt... NOTE: I varied 'j' value frm 10 to like 150 or so to see if they were any changes, but no change ...
I believe the problem is the enable encoder inside the get_spd() routine. I recoded the program as below. Note that I converted the for(j… ) loop to a while...
Thanks abundance for your help. I have a few questions. What does the while loop doing? That is, stT = srtT= seconds(); //These two valuabel are equal, always...
The while has a block of code that sets stT = seconds() each time (stT – srtT <.25) is true. You read reading while as “DO Until, which would not execute...
Just one other thing.... Thanks abundance for your help. I have a few questions. What does the while loop doing? That is, stT = srtT= seconds(); //These two...
No, that is not what I meant,,,according to your loop.. stT - srtT = seconds() which is 0 <.25 that condition is always true...right? It will never be false. ...
The block updates stT with the current time. After .25 seconds we exit. ... From: Sumo11users@yahoogroups.com [mailto:Sumo11users@yahoogroups.com] On Behalf Of...
Jim, thanks so much for your help...I'am going to run it on my controller. I'll let you know how it goes. I appreciate your time. Jim Peterson <jimcp@...>...