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...
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 284 - 313 of 410   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
284
Hello, I am part of a robotics research group at Armstrong Atlantic State University. My group and I have been working with the Intellibrain platform and...
aasurobotics
Offline Send Email
Sep 11, 2008
2:27 am
285
Hi, We don't have any experience with this particular device. The IntelliBrain implements a 3 wire interface and provides +5V on pin 9. Doing a Google search...
ridgesoft
Offline Send Email
Sep 11, 2008
2:41 am
286
Dear Group Members, I have a problem regarding downloading program in FLASH memory of IntelliBrainBot Robotics controller. I have changed the baud rate also,...
engr.umarfarooq
Offline Send Email
Sep 20, 2008
12:29 pm
287
What kind of error are you getting?? ... From: engr.umarfarooq <engr.umarfarooq@...> Subject: [intellibrain] Probelm Loading Program in FLASH Memory To:...
Dwight Welsh
third_party2...
Offline Send Email
Sep 21, 2008
2:30 pm
288
I'm new to Intellibrain but I would really like to see what the CMUcam is seeing without unplugging it from the IB and plugging it into my PC. Could one write...
peter_chatterton2001
peter_chatte...
Offline Send Email
Sep 21, 2008
2:31 pm
289
I tried: camera.sendCommand( "LM" ); and got: IOException: NCK at com.ridgesoft.robotics.sensors.CMUcam.CMUcamBase.sendCommand (CMUcamBase.java:585) at...
peter_chatterton2001
peter_chatte...
Offline Send Email
Sep 23, 2008
6:12 am
290
Hi Peter, The camera is sending a negative acknowledgement ("NCK") to the command your program sent it. According to the CMUcam user manual, the LM command...
ridgesoft
Offline Send Email
Sep 23, 2008
2:55 pm
291
Oops, sorry, should have noticed that. I'm still new to this and am a bit confused about some concepts. When I was reading the manual I knew LM needed parms,...
peter_chatterton2001
peter_chatte...
Offline Send Email
Sep 23, 2008
4:11 pm
292
I recommend starting with the features supported by the CMUcam class. The CMUcam is a complex sensor. The class hides much of the complexity. However, the...
ridgesoft
Offline Send Email
Sep 23, 2008
4:21 pm
293
Dear Sir   I am getting the message which i have attached with this mail (*.jpg image).. Please guide me in this regard   Thanks. ... From: Dwight Welsh...
Umar Bin Amin Amin
engr.umarfarooq
Offline Send Email
Sep 27, 2008
5:42 am
294
Dear Umar, That is not an error message. It is an informational message guiding you as to what to do next. Follow the instructions given by the first ...
ridgesoft
Offline Send Email
Sep 27, 2008
6:10 am
295
Dear Ridgesoft   I have pressed ok button after doing the settings (same settings on both the pc and intelli brain controller side). Now the error appears...
Umar Bin Amin Amin
engr.umarfarooq
Offline Send Email
Sep 27, 2008
2:35 pm
296
Hi Umar, It sounds as though you are changing the baud rate unnecessarily. The steps at the bottom of the dialog are only for rare cases. You should only have...
ridgesoft
Offline Send Email
Sep 27, 2008
3:06 pm
297
It seems that Line Mode is not supported by the CMUcam classes. Is there a way of communicating with the CMUcam3 so that I could do Line Mode processing there?...
peter_chatterton2001
peter_chatte...
Offline Send Email
Sep 28, 2008
7:45 pm
298
Hi Peter, You can have your program communicate directly with the camera using the SerialPort class. The CMUcam classes use this class "under the hood" to...
ridgesoft
Offline Send Email
Sep 28, 2008
7:52 pm
299
I was interested in understanding this serial communication issue a bit better myself. Before I start, let me say that I have been playing with the ...
Paul King
pkinghu88
Online Now Send Email
Sep 30, 2008
12:46 pm
300
Hi Paul, You are correct that the combination of the protocol and the latency introduced by the cable affects the program download speed. The download...
ridgesoft
Offline Send Email
Sep 30, 2008
2:58 pm
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
Messages 284 - 313 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