I know you can hook the IR Range sensors into the Analog ports 1-3, but is it possible to install them into Analog ports 4-7? I have tried it several times but...
Hi James, Yes, you can use ports 4-7, however, you have to remove the jumper to disconnect the line sensor electronics. This is described on page 19 or the...
I'm using a Bluetooth connection and it's showing steady blue lights. The "IntelliBrain 2/Boot: 115.2K" msg shows on the LCD. I didn't turn the IBrain on until...
I got it working with a USB to serial converter, even to downloading the VM. When I try again with Bluetooth: -both blue leds are steady, -the LCD shows...
Dear Group Members, Â I have a problem regarding downloading program in FLASH memory of IntelliBrainBot Robotics controller. I have changed the baud rate...
Peter, It sounds as though the COM port you have selected in RoboJDE is not correct. The AirCable should have its own COMx port. Make sure the AirCable...
I hve my serial to usb adapter all setup. I had installed the "demo" file and it worked (last week). Tried to re-install due to batteries dying and now it says...
Hi, It isn't clear what you mean by "won't see connection." Please verify you have everything configured as describe in "Establishing a Host Connection" and...
... not ... -- How do I do this? There was only one port that I could select. ... -- Can you be more specific on this? I understood from the packaging that...
Under VM State on teh run screen it says NOT RESPONDING!! IT sees the com port. When I Tell the it to build the program it finishes fine: See below ...
Dwight, The robot and the PC are not communicating. This could be due to incorrect settings. If you reinstalled your USB serial port, windows may have used a...
Peter, If there isn't another COM port listed other than your USB serial adapter, this indicates the AirCable USB adapter isn't installed correctly in Windows....
Thanks, it's working now. The device mgr showed a problem with the AIRcable so I reinstalled the driver and now there's an entry for "AIRcable USB serial port ...
Hello, I am part of a robotics research group at Armstrong Atlantic State University. My group and I have been working with the Intellibrain platform and...
Hi, We don't have any experience with this particular device. The IntelliBrain implements a 3 wire interface and provides +5V on pin 9. Doing a Google search...
Dear Group Members, I have a problem regarding downloading program in FLASH memory of IntelliBrainBot Robotics controller. I have changed the baud rate also,...
What kind of error are you getting?? ... From: engr.umarfarooq <engr.umarfarooq@...> Subject: [intellibrain] Probelm Loading Program in FLASH Memory To:...
I'm new to Intellibrain but I would really like to see what the CMUcam is seeing without unplugging it from the IB and plugging it into my PC. Could one write...
I tried: camera.sendCommand( "LM" ); and got: IOException: NCK at com.ridgesoft.robotics.sensors.CMUcam.CMUcamBase.sendCommand (CMUcamBase.java:585) at...
Hi Peter, The camera is sending a negative acknowledgement ("NCK") to the command your program sent it. According to the CMUcam user manual, the LM command...
Oops, sorry, should have noticed that. I'm still new to this and am a bit confused about some concepts. When I was reading the manual I knew LM needed parms,...
I recommend starting with the features supported by the CMUcam class. The CMUcam is a complex sensor. The class hides much of the complexity. However, the...
Dear Sir  I am getting the message which i have attached with this mail (*.jpg image).. Please guide me in this regard  Thanks. ... From: Dwight Welsh...
Dear Umar, That is not an error message. It is an informational message guiding you as to what to do next. Follow the instructions given by the first ...
Dear Ridgesoft  I have pressed ok button after doing the settings (same settings on both the pc and intelli brain controller side). Now the error appears...
Hi Umar, It sounds as though you are changing the baud rate unnecessarily. The steps at the bottom of the dialog are only for rare cases. You should only have...
It seems that Line Mode is not supported by the CMUcam classes. Is there a way of communicating with the CMUcam3 so that I could do Line Mode processing there?...
Hi Peter, You can have your program communicate directly with the camera using the SerialPort class. The CMUcam classes use this class "under the hood" to...
I was interested in understanding this serial communication issue a bit better myself. Before I start, let me say that I have been playing with the ...