Search the web
Sign In
New User? Sign Up
intellibrain · IntelliBrain Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 301 - 330 of 410   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
301
Thanks for the explanation. It's reasonable that RobotoJDE would not have been optimized for high-latency channels, since those are not usually used during...
Paul King
pkinghu88
Online Now Send Email
Oct 1, 2008
8:25 pm
302
I've written a program which is basically: while ((iData = com2InputStream.read()) != -1) { System.out.println( iData ); } but the output doesn't make any...
peter_chatterton2001
peter_chatte...
Offline Send Email
Oct 2, 2008
1:52 am
303
Paul, You bring up a good point regarding reliability provided by the Bluetooth link layer protocol. There are two benefits of the reliability of provided by...
ridgesoft
Offline Send Email
Oct 2, 2008
1:41 pm
304
Hi Peter, The CMUcam class implements a thread that reads the input stream and processes the messages coming from the camera. Your program is attempting to...
ridgesoft
Offline Send Email
Oct 2, 2008
1:41 pm
305
On Sept 28 I was told that the example programs IntelliBrainComHello and IntelliBrainComEcho interfaced directly to the serial ports and that's what I based my...
peter_chatterton2001
peter_chatte...
Offline Send Email
Oct 2, 2008
3:29 pm
306
Hi Peter, It sounds like you plan to use features of the camera that are not supported by the CMUcam class. Therefore, you need to interface directly to the...
ridgesoft
Offline Send Email
Oct 2, 2008
3:40 pm
307
Okay, I now understand what you're saying about communicating directly, but aren't you implying that the IntelliBrainComEcho example is incorrect? Thanks, ...
peter_chatterton2001
peter_chatte...
Offline Send Email
Oct 2, 2008
8:07 pm
308
Yes, the example is a good starting point. It illustrates how to read and write a serial port. Of course you will replace the echoing code with code that...
ridgesoft
Offline Send Email
Oct 2, 2008
8:12 pm
309
... Hi Peter, I'm another end-user like you, however I've spent some time working on serial port communications on the IntelliBrain card, so I can comment here...
Paul King
pkinghu88
Online Now Send Email
Oct 4, 2008
4:30 am
310
Looking into the CMUCam raw data processing issues got me thinking about the IntelliBrain's processing power with regard to serial I/O. My measurement of a...
Paul King
pkinghu88
Online Now Send Email
Oct 4, 2008
4:30 am
311
Hi Paul, The serial port routines are implemented in C code in the virtual machine. At the lowest layer there are interrupt service routines moving characters...
ridgesoft
Offline Send Email
Oct 4, 2008
4:59 am
312
Thanks for the explanation. In this case, I'm wondering more about serial bandwidth for frequent communication of sensor values to a host system, e.g....
Paul King
pkinghu88
Online Now Send Email
Oct 4, 2008
9:43 pm
313
Hi Paul, The available method implemented by the abstract base class InputStream does return zero. Subclasses will provide an implementation that returns the...
ridgesoft
Offline Send Email
Oct 4, 2008
9:51 pm
314
Hi Paul, I really appreciate your comments; if I don't give up because of them, they will be basis of my ongoing work! One thing I might not have explained...
peter_chatterton2001
peter_chatte...
Offline Send Email
Oct 4, 2008
10:56 pm
315
Hi Peter, I see. I'm not sure what you mean by "if I only had one horizontal line then the output of the TC would be the data for that line" The "lines" that...
Paul King
pkinghu88
Online Now Send Email
Oct 5, 2008
4:22 am
316
Hi Paul, You guessed right, I was completely misled by the docs that couldn't be bothered to specify that they were talking about scan lines; see page 40, GM...
peter_chatterton2001
peter_chatte...
Offline Send Email
Oct 8, 2008
6:18 am
317
Hi Paul, You guessed right, I was completely misled by the docs that couldn't be bothered to specify that they were talking about scan lines; see page 40, GM...
peter_chatterton2001
peter_chatte...
Offline Send Email
Oct 8, 2008
6:19 am
318
... I agree that the doc on the CMUCam is confusing. It sometimes refers to "rows" and other times to "lines". In fact in the opening paragraph (p. 3), it...
Paul King
pkinghu88
Online Now Send Email
Oct 8, 2008
8:05 pm
319
Thanks Paul! ... From: Paul King To: intellibrain@yahoogroups.com Sent: Wednesday, October 08, 2008 2:46 PM Subject: Re: [intellibrain] how the CMUCam works...
Peter Chatterton
peter_chatte...
Offline Send Email
Oct 9, 2008
1:59 am
320
For driving a fire-fighting bot I want to use two PWM-controlled motors (from Solarbotics) instead of servos because it seems more appropriate for providing...
peter_chatterton2001
peter_chatte...
Offline Send Email
Oct 13, 2008
12:43 am
321
Hi Peter, You would need to substitute use of the motor ports, and associated Motor objects, in place of the ContinuousRotationServo objects. The ...
ridgesoft
Offline Send Email
Oct 13, 2008
4:09 am
322
If, in CMUcam3, I use the capture_jpg command (cj) to send a jpg picture to the IB, how do I get RoboJDE to display it? This will be independent of the CMUCam...
peter_chatterton2001
peter_chatte...
Offline Send Email
Nov 25, 2008
3:19 am
323
I have the line sensors installed (as the directions on the web site show). Every time I try to get it to follow a line it just oges in a circle to the left. I...
3rd Party Support Ser...
third_party2...
Offline Send Email
Nov 26, 2008
4:31 am
324
Hi Dwight, The best way to troubleshoot this is to test sensor and motors individually. You can test the motors using the TimedManeuvering examples. Load the...
ridgesoft
Offline Send Email
Nov 26, 2008
4:49 am
325
I have tried re-positioning the sensors numerous times, they still keep giving me problems. I can adjust their position, set it on the white background and it...
Dwight Welsh
third_party2...
Offline Send Email
Dec 2, 2008
5:02 am
326
Hi Peter, RoboJDE doesn't support dislaying CMUcam images. If you want to view what the camera is seeing on you PC, your best bet is to connect the camera...
ridgesoft
Offline Send Email
Dec 2, 2008
5:02 am
327
Hi Dwight, You need to look at the numeric readings of each of the sensors when they are over the white background and over the black line. It could be the...
ridgesoft
Offline Send Email
Dec 2, 2008
5:15 am
328
Where can i found a library for java for cumcam3? Can someone help me please. Or how can i make camera cumcam2 read the color better. I just have to read if is...
Vunvulea Radu
vuvuro69
Offline Send Email
Dec 11, 2008
2:57 pm
329
I want to try and use OpenCV with the bot. But I also want to use a python ide to interface with the robot. Any tips? also, is it possible to just extract one...
seanjm8pck18
Offline Send Email
Jan 5, 2009
6:33 am
330
I have been experimenting with pyrorobotics (www.pyrorobotics.org), a python robots toolkit that has a driver for the Intellibrain. Python runs on the host...
Paul King
pkinghu88
Online Now Send Email
Jan 6, 2009
4:08 am
Messages 301 - 330 of 410   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