read the cmucam2 manual, it is very helpful in your project. you can download the manual in the seattle robotics. -Ike G....
421
navaho4x4
Jan 25, 2010 4:01 am
I compile/link/load the IBBHostInterface.java successfully but when I press start button on Robot the third fault red led lights up. I am using the latest...
422
ridgesoft
Jan 25, 2010 4:14 am
That's by design. The program is using the red (fault) LED to indicate when there is no connection to the host. You can easily switch it to use one of the...
423
Tomislav
tomislav.pec...
Feb 12, 2010 3:54 am
Greetings, from school I got the magnetic compass(Devantech CMPS03), but nowhere I found instructions on how it connects. Please help...
424
rickbrockman
Feb 25, 2010 5:26 pm
I'm using a prolific usb-serial dongle that is listed active device. I pasted the /dev/tty device name into the RoboJDE ini file. When I run RoboJDE the...
425
Golden
leegoldens
Apr 11, 2010 9:18 pm
Hi Tomislav, is it code you want. if that's the case i can send you one you will need to adjust it to sort your bot. But that will not teach you to program...
426
jujames84
Jun 11, 2010 4:39 am
I wrote this program that takes an input from the Analog Input (A01) - Hight or Low and then determines what to do next based on an output to the Digital Input...
427
ridgesoft
Jun 11, 2010 12:31 pm
Hi, As described in the API documentation, the getCom1 call "will cause communication between the virtual machine and the host computer to be disabled, giving...
428
jujames84
Jun 15, 2010 4:08 am
Ok I redid it... This has worked out... I was reading what your said about the in-stream reading... [code] import com.ridgesoft.intellibrain.IntelliBrain; ...
429
jujames84
Jun 28, 2010 3:11 am
Whenever I close the RoboJDE software, the intellibrain no longer responds to the analog commands. So if something was left in an ON state it remains ON even...
430
fergus
aquarius_1727
Jul 7, 2010 4:32 pm
hi, i have a data gathered from the CMUcam...the data are process in the computer...the equivalent action of that will be deliver in the...
431
Judane James
jujames84
Jul 9, 2010 12:31 pm
Yes you can.....
432
fergus
aquarius_1727
Jul 9, 2010 5:21 pm
ahh...i mean transfer data in real time...while the robot is moving it will also receiving a new data...how?...
433
Judane James
jujames84
Jul 10, 2010 6:54 pm
Ok so you can use the COM Port class... (you will have to download javax.com class and install it on the PC you are using.... then declare the class in you...
434
Paul King
pkinghu88
Jul 10, 2010 6:57 pm
... In the java program running on the robot, you need to open the intellibrain39;s serial port and read and write ASCII data via some protocol that you devise....
435
hikethru08
Jul 10, 2010 6:57 pm
Hi, I am having trouble configuring RoboJDE to connect to the Intellibrain from my iMac. I have the USB Air Cable offered on the Intellibrain website. This...
436
jujames84
Jul 11, 2010 2:21 am
I worked my problem down to the read statement... "|| inStream.read() == 11" causes my program to no longer respond. Is there anther way to have the...
437
pkinghu88
Jul 11, 2010 2:22 am
... [I sent a reply to this yesterday, but apparently it didn't go through because I attached some sample code. So here is my reply again without the sample...
438
jujames84
Jul 11, 2010 2:26 am
... ok so... to read from the COM Port you need the javax.com files (you will have to search google for them they are no longer available on sun java...
439
Paul King
pkinghu88
Jul 11, 2010 3:59 am
Using read() inside "if" statements in the way you are doing it is problematic. This may be the cause of your problem. read() does not just report the...
440
fergus
aquarius_1727
Jul 11, 2010 2:34 pm
tnx...it helps a lot......
441
Barbara Gavranovic
barbara_gavr...
Jul 15, 2010 2:34 pm
Hi, How to turn off verifyng after loading program to robot? thx...
442
ridgesoft
Jul 16, 2010 4:12 am
Hi Barbara, The verification only happens when loading a program to flash. If you are downloading frequently, as is common when debugging, we recommend you...
443
Barbara
barbara_gavr...
Jul 16, 2010 4:07 pm
Thank you :)...
444
navaho4x4
Jul 27, 2010 3:35 am
I have already successfully written simple host java application which communicates with Intellibrain. The intellibrain app is just a simple echo app. The...
445
ridgesoft
Jul 27, 2010 3:43 am
Hi, Source code for the Mailbox class is available here: http://www.ridgesoft.com/articles/msrsintegration/msroboticsstudio.htm Click on the IntelliBrain-Bot...
446
David Suarez
navaho4x4
Jul 28, 2010 4:22 am
Using Mailbox class in host side, resolved the issue. Thank you _____ From: intellibrain@yahoogroups.com [mailto:intellibrain@yahoogroups.com] On Behalf Of...
447
navaho4x4
Jul 29, 2010 12:20 pm
I ordered cmucam2 from seattleRobotics.com. A few days later, I received a refund, cmucam and cmucam2 have been discontinued. No one sells the cmucam2, all...
448
ridgesoft
Jul 29, 2010 1:03 pm
We don't have any current plans to provide a TTL interface to the CMUcam3. If anyone is aware of other vendors that sell the CMUcam or CMUcam2 or has had...
449
navaho4x4
Aug 23, 2010 12:40 pm
I read Ridgesoft Article on April 2005 Servo magazine, "Creating reusable robotics software components". It showed how any servo can be controlled via servo...