Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

intellibrain · IntelliBrain Forum

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 216
  • Category: Robotics
  • Founded: Nov 18, 2005
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 486 - 515 of 525   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
486 arnel
zamaylaarnel Send Email
Dec 11, 2010
11:46 pm
I have a few questions regarding the interfacing of the CMUcam2 to the PC-RS232 port and the This is our scenario. A CMUcam2 in a birds eye view line of sight...
487 ridgesoft Send Email Dec 13, 2010
5:28 am
Hi Arnel, Your best bet may be to analyze the CMUcam2 data on the PC and then send results to the robot via the Bluetooth connection. Alternatively, you could...
488 Deni Džafo
deni.dzafo Send Email
Dec 14, 2010
7:22 am
TNX ridgesoft, I figured it out .... It works!!!...
489 arnel zamayla
zamaylaarnel Send Email
Dec 17, 2010
6:19 am
-- i guess there is a misunderstanding.. we cannot connect the CMUcam2 to the COm2 port of the robot because it is in a birds eye view line of sight..that...
490 eckman.matt@...
eckman.matt... Send Email
Jan 10, 2011
1:30 am
Hello, I am working on a project to integrate the IntelliBrain-Bot to LabVIEW via wireless. I have already used the Propeller uC with LabVIEW so the LabVIEW...
491 mac.morham Send Email Jan 12, 2011
4:54 pm
I would like to Attach servos to the 13 digital input outputs however the example code only allows for one to be used at a time and I need to be able to use...
492 eckman.matt@...
eckman.matt... Send Email
Jan 15, 2011
2:29 am
Could you provide an example of the code you are trying to use?...
493 MacM
mac.morham Send Email
Jan 15, 2011
5:28 am
import com.ridgesoft.intellibrain.IntelliBrain; import com.ridgesoft.intellibrain.IntelliBrainDigitalIO; public class IntelliBrainDigitalOut { public static...
494 eckman.matt@...
eckman.matt... Send Email
Jan 21, 2011
5:53 am
I am able to send values to the IntelliBrain Bot from LabVIEW (no receiving values yet) but the problem is the IntelliBrain is slow to respond. I have the...
495 eckman.matt@...
eckman.matt... Send Email
Jan 21, 2011
5:56 am
I believe you will have to specify each different servo separately. For example: IntelliBrainDigitalIO outputOne = IntelliBrain.getDigitalIO(1); ...
496 jurica_grcic Send Email Feb 1, 2011
5:27 pm
Hello everyone! I am planing to use IntelliBrain 2 to tech high school kids robotics and electronics and my intention was to use Netbeans for that (kids...
497 ridgesoft Send Email Feb 2, 2011
6:44 am
Hi Jurica, The "Using the RidgeSoft Command Line Loader" (p. 17) and the "Loading and Running Programs from within Eclipse" (p. 19) of the RoboJDE User Guide (...
498 graniterose2003 Send Email Jul 30, 2011
10:48 pm
Anyone had any success using the Mailbox.java on a linux host using the serial cable? On the robot, I run IBBHostInterface.java, and i built a linux host java...
499 Tony Dez
tautmac Send Email
Jul 31, 2011
5:36 am
Hi, I'm trying to connect Intellibrain and a laptop via the air-cable Bluetooth but I have not been successful. When connected with a serial cable, both...
500 graniterose2003 Send Email Aug 1, 2011
2:03 pm
Answering my own question: The "early close" problem results from the linux host sending a couple of messages and then calling mailbox.close(); The send's are...
501 wjrust Send Email Aug 1, 2011
2:03 pm
A while back, I saw someone trying to compile using netbeans. I had my own build.xml file but lost it in a disk crash. Does anyone have this beastie? Thanks...
502 Paul King
pkinghu88 Send Email
Aug 1, 2011
2:05 pm
I have a related problem: I can't get RobotDE to connect over Bluetooth to the Intellibrain2. I'm using the FirePlug and FireFly Bluetooth serial cable pair,...
503 graniterose2003 Send Email Aug 6, 2011
8:38 pm
the parallax ping sonar rangefinder could give spurious results if more than one thread is doing ping/sleep/get -- e.g. a navigator thread and the...
504 graniterose2003 Send Email Sep 30, 2011
4:21 am
It would be nice if there were methods to set/get drivepower and rotatepower (maybe others) in the DifferentialDriveNavigator class. Although the manual and...
505 Peter Chatterton
peter_chatte... Send Email
Oct 2, 2011
3:04 pm
... From: graniterose2003 To: intellibrain@yahoogroups.com Sent: Wednesday, September 28, 2011 11:10 AM Subject: [intellibrain] differentialDriveNavigator...
506 graniterose2003 Send Email Oct 7, 2011
4:24 pm
I have a wall-following class that uses the TVremote to pause/resume the robot. In the main thread a loop checks the IR sensors and uses nav.go(heading) to...
507 ridgesoft Send Email Oct 8, 2011
4:02 pm
Hi, It looks like you have found a bug. The access of the mState variable is not protected in the run method so there is a potential race. Please try...
508 graniterose2003 Send Email Oct 10, 2011
12:37 am
OK, adding your synchronized block around the switch block "seems" to fix the race condition. At least in the tests I ran I didn't see the race condition....
509 graniterose2003 Send Email Oct 10, 2011
12:37 am
... There are zip files with some of the sources available here http://www.ridgesoft.com/articles/ridgewarriorii/ridgewarriorii.htm...
510 ridgesoft Send Email Oct 10, 2011
12:49 am
Hi, It's hard to say exactly what scenario you were running into. However, if the main thread is executing the stop method when the higher priority navigator...
511 vlad
vlad_w23 Send Email
Feb 23, 2012
9:19 pm
Hello, First of all, sorry for my bad english. I try to run some code line which read data from 2 sensors. After a small number of reading, the memory...
512 Jools Chadwick
joolschadwick Send Email
Mar 7, 2012
8:01 pm
... Sorry but I'm not sure I can help you. The VM has a garbage collector just like the Java runtime on your computer. If objects are unreferenced, they will...
513 graniterose2003 Send Email Mar 7, 2012
8:02 pm
I have simple test of DigitalOutput DigitalOutput tpin = IntelliBrain.getDigitalIO(6); tpin.set(); System.out.println("pin6 is " + tpin.isSet()); Despite my...
514 Chrysovalantis Nikolaou
creator403 Send Email
Mar 9, 2012
2:47 am
Hi guys, I configured Eclipse in order to run and load programs on the intellibrain robot by reading the PDF that ridgesoft provides, but I get the following...
515 graniterose2003 Send Email Mar 25, 2012
6:47 pm
... alas, an old C programmer mistaking a Java interface for a class. Pilot error....
Messages 486 - 515 of 525   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help