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...
Hi Shraddha, I tried your program. It does work for me, though I it may not be doing what you expect (ie. it probably has a bug). The while loop reading from...
Hi, I would highly appreciate if anybody can post a sample code of any sort which works for the intellibrain(java code) and aircable code(aircable.bas) so that...
Hi Manish, Please review the other messages posted on this forum regarding using AIRcable adapters. Typically AIRcable adapters are used as a substitute for a...
RidgeSoft has recently begun reselling Bluetooth cable replacement adapters from AIRcable. The adapters come as a pair, one AIRcable USB that attaches to your...
Hello! I'm curious if anyone has tried interfacing the Dynamixel AX-12 Smart Servos with the Intellibrain. They use a fast TTL protocol, looks to me like you...
Hi, I have been trying to interface the Aircable with the Intellibrain. For this I tried to send "Move" from the aircable to the intellibrain and make the...
hello everyone i am using Localizer's getPose method to find the currrent location of my robot. but the pose.x and pose.y return the cordinate in this unit X -...