Search the web
Sign In
New User? Sign Up
SeattleRobotics · The Seattle Robotics Society
? 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 27532 - 27561 of 41161   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27532
This one's making the rounds. I figured I'd post the link. http://www.ebaumsworld.com/2006/04/robotsfighting.html...
Rich Chandler
mauser712
Offline Send Email
May 1, 2006
8:19 am
27533
Cutting down on the noise was my main concern on my power lines. I tried some 47 pF (as suggested by someone) caps on one motor to see its effect. The spikes...
Jim McBride
jymmyrig
Offline Send Email
May 1, 2006
1:27 pm
27534
HI Jim, ... I normally use 0.1 uF (100,000 pF) or 0.01uF (10,000 pF). I'd imagine 0.047 uF would also work fine (47 nF). With motors like the solarbotcs...
Dave Hylands
dhylands_99
Offline Send Email
May 1, 2006
1:58 pm
27535
Hi Jim, In dealing with EMI, It is tempting to focus on voltage spikes; this is natural, since these spikes are the first thing you notice when scoping a...
Stephen Noel
stephennoel944
Offline Send Email
May 1, 2006
2:29 pm
27536
Just to clarify a tad: those big caps need to go as close to the switching circuit (H-Bridge) as possible: it is the wires between the power and the motor...
Larry Barello
lbarello
Offline Send Email
May 1, 2006
2:51 pm
27537
I just had a thought. (That happens every now and then but I try to keep that sort of thing to a minimum.) I had a project where I had to generate wave forms...
Jim McBride
jymmyrig
Offline Send Email
May 1, 2006
3:08 pm
27538
Packaged crystal oscillators are usually pretty clean; they are designed to be used next door to microprocessors, after all. I would just follow whatever app...
Stephen Noel
stephennoel944
Offline Send Email
May 1, 2006
3:41 pm
27539
Hello Jim, Knocking down noise caused by the primary switching of a power driver is significantly different than the application of snubbers quiried in the ...
Kenneth Maxon
kmaxon2002
Offline Send Email
May 1, 2006
7:30 pm
27540
Fellow SRS'ers I'm working on a RoboMagellan robot and we are attempting to have a microcontroller read the TTL-level Serial data from a NEMA gps receiver and...
Robin Bailey
quethe
Offline Send Email
May 2, 2006
4:38 pm
27541
You may be able to use some of the code from the GPSd project. http://gpsd.berlios.de/ On 5/2/06, Robin Bailey robin-at-robinbailey.com |6812-the|...
The Earl
theear1
Offline Send Email
May 2, 2006
5:35 pm
27542
So, you want the setup: GPS --[raw data]--> microcontroller --[decoded data]--> microcontroller --[lots of data]--> laptop Am I correct? Just about any micro...
Tom Capon
robot_mechan...
Offline Send Email
May 2, 2006
6:15 pm
27543
Mike, Did you ever find what you thought was a good solution to your objective? I followed the different options noted and they seemed pricey-unless you can...
actioncontrols
Offline Send Email
May 2, 2006
6:48 pm
27544
I was in the same situation. My robomagellan uses a Mini-itx computer. I needed to serially talk to GPS, Camera, motor control uC, and a sensor reading Uc. My...
Jim McBride
jymmyrig
Offline Send Email
May 2, 2006
7:23 pm
27545
I don't understand why you want to have two micros before the laptop, ... I assume you meant to say the protocol *is* figured out. What is that protocol?...
Tom Saxton
saxton_tom
Offline Send Email
May 2, 2006
7:29 pm
27546
... Yes, that is exactally it. Our system is very modular. For example the high level micro sends a speed/distance command to the micro that runs the motors....
Robin Bailey
quethe
Offline Send Email
May 2, 2006
8:55 pm
27547
I learned PICs in school and have pretty much stuck with them. Price is a problem for tools though. For the CCS C compiler and their (really nice) ...
Jim McBride
jymmyrig
Offline Send Email
May 2, 2006
9:50 pm
27548
I've found the best way to learn about a micro family is just to browse around the manufacturer's website and read the datasheets. I've heard great things...
Tom Capon
robot_mechan...
Offline Send Email
May 3, 2006
1:51 am
27549
I'm using a PIC18F6722 for a motor control project. It has two independent I2C channels and two USART channels. I have not used the secondary I2C channel or...
dalfxxx
Offline Send Email
May 3, 2006
3:00 am
27550
Hi all, Can anyone direct me to a a simple and maybe free plotting program that I can use to send my data direct from my microcontroller to the screen for...
Chris Schur
comets133
Offline Send Email
May 3, 2006
5:38 pm
27551
Hi Chris, ... I haven't used it, but gnuplot should work. http://www.gnuplot.info/ -- Dave Hylands Vancouver, BC, Canada http://www.DaveHylands.com/...
Dave Hylands
dhylands_99
Offline Send Email
May 3, 2006
7:09 pm
27552
Awsome. I need the same sort of thing for PID tuning. So far I have had to save to a text file and then plot it in Excel. I should just write something up in...
Jim McBride
jymmyrig
Offline Send Email
May 3, 2006
8:09 pm
27553
Thanks Dave! Chris ... the ... monitoring of ... run it ... data....
Chris Schur
comets133
Offline Send Email
May 3, 2006
8:38 pm
27554
Another one is StampPlot. On the surface it appears to be just for the Basic Stamp but in reality the microcontroller's program just sends strings out the...
Charlie Heath
charlieheath...
Offline Send Email
May 3, 2006
11:15 pm
27555
Thanks, I'll check it out. JIMc...
Jim McBride
jymmyrig
Offline Send Email
May 3, 2006
11:20 pm
27556
It's been awhile since I looked at it, but for time series data I've found GNU Plot a little frustrating. In particular it only understood how to plot...
Jon Dugan
jdugan1024
Online Now Send Email
May 3, 2006
11:33 pm
27557
Hello everybody, I am going to measure steering wheel rotation using a small rotary pot. I am looking for a small "friction disk"(?!) that can be mounted on...
Davood Karimi
dkarimi57
Offline Send Email
May 4, 2006
8:16 pm
27558
You could try a tire, like the ones they sell for mini-sumo robots or something....
Tom Capon
robot_mechan...
Offline Send Email
May 5, 2006
12:21 am
27559
How about G-Term? It is a simple terminal program with a graphics window at the bottom. The in the configuration menu the user enters a character to monitor...
Kenneth Maxon
kmaxon2002
Offline Send Email
May 5, 2006
2:05 am
27560
StampPlot is pretty cool. But this one seems a lot easier to use for what I have in mind. Thanks!! Side note. Any Idea what simple program would be good to...
Jim McBride
jymmyrig
Offline Send Email
May 5, 2006
3:21 pm
27561
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the SeattleRobotics group. File :...
SeattleRobotics@yahoo...
Send Email
May 5, 2006
11:32 pm
Messages 27532 - 27561 of 41161   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