Hi everyone. I just added nubotics wheelwatcher ww-01 but i have no idea how to connect then to my robot. If anyone has the pin connection to the robot board...
I went to \Program Files\RoboJDE\Examples\Sensors\ShaftEncoder but couldnt find any directions on how to install the wheel watchers. What i was looking for is...
There 4 wires from each of the wheel watcher you'll need to be concerned with: black - ground red - power blue - one signal yellow - the other signal None of...
There is no clock/calendar. There are hardware timers which are used by the RoboJDE Java virtual machine for servo control signals, pulse generation, IR...
Hi everyone. I am trying to figure out the algorithm used the Sharp range sensor to avoid obstacles and how they interface with the main program. I have been...
I have followed this thread and tried everything outlined. as soon as I go into Boot mode the load and run buttons become greyed out. If I just start up...
Garth, The discussion on this thread only applies to the following narrow situation: 1. The program already in the FLASH takes control of the COM1 port - ie, ...
Hello, Has anyone used the SD21 servo controller from Devantech with Intellibrain? The SD21 is accessed over the I2C bus at address 0xC2. There are three...
Carlos, You need to do something like this: public void setSpeed(I2CMaster i2cMaster, int servoNumber, int speed) throws IOException { i2cMaster.transfer(0xC2,...
I'm trying to use the AIRcable USB-serial Bluetooth pair with IntelliBrain-Bot. The AIRcable pair seem to communicate fine (the blue "Connection" light on ...
Mark, Make sure the switches on the adapter on the robot are set to 115.2K, no hardware handshake. They should be set to on, on, on, off. Also check that the...
I'm trying to follow the directions in the example at: http://www.ridgesoft.com/articles/msrsintegration/MSRoboticsStudioIntegration.pdf When I build in step...
Thank you for the example. Here is a tested code that moves servo 1 and servo 21 in sequence. Regards, Carlos import com.ridgesoft.io.I2CMaster; import...
Mark, The example was created with the October 2006 version of MRS. It's possible that there are some differences with newer versions of MRS. I recommend...
Hello, I try to figure out the problem for my Intellibrain robot last night, it seems very unusual to me, before, I configured my robot as following board...
Sophal, Check that the baud rate setting of the board matches the baud rate setting you are using in RoboJDE. - switch power off - disconnect the serial cable ...
Hello, Does any one have experience in controlling LEGO NXT motors with the IntelliBrians's H-Bridge? Can we get a good velocity/power relation? Is it feasible...
Hi, I have two students who would like to use the Parallax Ping sensor with the IntelliBoard to control Swing events on the PC... Has anyone solved the problem...
Bill, The Java program running on the IntelliBrain controller will need to communicate with the Java program running on the PC. One way you can accomplish...
I just downloaded the 1.5 update to a new laptop that doesn't have a serial port so I installed a belkin usb port. When I start up robojde and try to set the...
That usually means there is some application like PalmSync, etc that has grabbed the port. Check the icons in the system tray (lower right next to the Windows...
I have been trying to take the input from the aircable and display it in the LCD of the Intellibrain but I haven't been able to do so. Intellibrain can output...
This is very little information to debug from. Can you post more code to provide more context? What is the specific symptom? "cannot take input" is not much...
Hi there, Sorry for that. The program we actually used is as follows: public class IntelliBrainComEcho { public static void main(String args[]) { try { int...
There's an example that you should take a look at in C:\Program Files\RoboJDE\Examples\IntelliBrain\SerialPorts\Echo. This program echos back each character...
Thanks for your quick response. But I already tried that, it didn't work. I was able to send a character from the robot to the hyperterminal and display that...