Hi, I can confirm, that this product works. But everytime I want to connect, there is a need to push the small knob with a screwdriver to start the pairing...
We've found in our testing that once the units are paired they remain paired. Our experience is that the only time you need to reinitiate the pairing...
Hello, The IntelliBrain User Guide says that the digital IO ports 3 through 6 can be used for measuring input pulse durations. We are using these ports for...
Carlos, The IntelliBrain supports a maximum of four pulse measurement inputs. The pulse inputs are implemented using the ATmega128 controller's external...
I tried to compile parts 3, 4 and 5 but had a compiler problem. The error is that abstract Stop method is not realized by the ServoMotor class. I just wanted...
The problem is because the RidgeWarriorII was written using RoboJDE version 1.3. The Motor interface was extended with 1.4 to add the stop method. The method...
Hi in my main program on the robot i am creating a few arrays and populating them however when i run the program it reports a stack overflow exception, what...
Since upgrading to the version of RoboJDE, I am having problems with the CMUcam2. IntilliBrainCMUCam2: Program does not track. Displayed data displays all...
Andy, You probably need to increase the size of the stack for your project. You can set the stack size in the project properties. The greater the call depth,...
Have you tried experimenting with the color range you are tracking with the CMUcam2? The camera is quite sensitive to the color of the object and lighting...
The IntelliBrainCMUcam2 was one of the ones that did not track but returned all zeros. What about the fact that the camera light showed it tracked using two...
Hi, I'm spec'ing out a bot that will use an IntelliBrain controller and one of the CMUCam2 products. My preference would be to use the CMUCam2+ as shown at...
You are correct. The COM2 port supports RS232, not TTL. You will need to use a sensor which has an RS232 interface. RidgeSoft Support ... and ... this ... ...
Hi, I had this problems with other devices (PID motor control) too. I used with success a RS 232 level shifter from www.acroname.com which you can connect to....
Hi im trying to generate a random number using the random.nextInt(int n) method the integer i am passing the method is the leght of an array which contains...
Have you initialized the reference random? For example: Random random = new Random(seed); If you have and you are still having problems, copy and paste the ...
Hans, Thanks for the tip! I'd still end up saving money and weight even with a level shifter in the mix. Doug _____ From: intellibrain@yahoogroups.com...
Hi i am using a pair of bluetooth com port adapters as opposed to the serial cable, i am aware that one of the pins for com2 on the intellibrain can provide...
Andy, +5V is on pin 9 of the DB9 connector. Some earlier boards had a resistor which would limit the current. Newer boards have a 0 ohm resistor so they can...
Hi, In my case the serial Bluetooth module (without external powering) on com1 port on the IntelliBrain and the USB Bluetooth (both from Aircable) on the Host...
Is there a setting or a reason why the IntelliBrain would display "Load" as opposed to "Ready" on the screen when turned on. Due to that state, I cannot load...
Hi, I have 3 Sharp GP2D12 sensors connected to analog ports 8, 9 and 10, and 2 servos connected to servo ports 3 and 4. The servos work fine if the sensors are...
The IntelliBrain will always display "Ready - Flash" when you turn it on once you have downloaded a program to flash. This should have no impact on your...
Carlos, It could be that you are drawing more current than the batteries or regulator can supply. The GP2D12 sensors draw quite a lot of current. You may...
Unfortunately that's just the problem... As soon as I turn it on it displays the boot up screens such as the copyright etc... and then the final screen is ...
Your problem could be the baud rate set on the IntelliBrain controller does not match the baud rate set in RoboJDE. If the "VM State" in the RoboJDE Run...
Thanks for the help... for some reason or other I had remembered the screens the other way around which is why it didn't occur to me that the baud rate was the...
i have the same problem too,would it be possible to have versions that will work with 1.4 downloaded in the files section as my java is non existent at the...
The IntelliBrainBotDemo example program (\Program Files\RoboJDE\Examples\IntelliBrainBot\Demo\IntelliBrainBotDemo.java) is a version of the RidgeWarriorII...
The source at http://www.ridgesoft.com/articles/ridgewarriorii/ridgewarriorii.htm for RidgeWarriorII parts 3, 4 and 5 has been updated so it compiles with...