I am trying to figure out how the setPower method is implemented in particular the setPosition method call within setPower(). ((power *...
262
jon.heer
Jun 12, 2008 12:47 pm
Hi, I am very much an Eclipse kind of guy, and I've already found on this forum how to edit and compile within eclipse. However, I would like to create an...
263
navaho4x4
Jun 12, 2008 12:47 pm
How do I build custom cables to interface with Intellibrain controller ? What is standard awg wire gage for digital inputs ? What about wire gage for analog...
264
ridgesoft
Jun 12, 2008 2:07 pm
There is information available on building cables on pp. 6-8 in the IntelliBrain 2 User Guide (http://www.ridgesoft.com/intellibrain2/IntelliBrain2Guide.pdf). ...
265
navaho4x4
Jun 12, 2008 2:12 pm
... this ... like to ... it ... button ... thought I ... over ... would be ... it ... I also use eclipse for all my java development - web and standalone. I...
266
ridgesoft
Jun 12, 2008 2:12 pm
Jon, The load function is only available via the GUI. Adding command line support to enable the type of things you have in mind is something we plan to do in...
267
ridgesoft
Jun 12, 2008 2:33 pm
There is a discussion of the ContinuousRotation class on pp. 9-10 of the Programming Your Robot to Navigate tutorial ...
268
navaho4x4
Jun 21, 2008 1:47 pm
Air cable communication is very slow. Bluetooth is configured as COM5 at 115200 baud on PC and so is the RoboJDE GUI. 115200 speed on rs232 cable is much...
269
ridgesoft
Jun 28, 2008 4:46 pm
Communication via the AirCable will not be as fast as via a real cable. The input and the output of the AirCable are RS232 at 115200. The AirCable can't...
270
jamesvweston
Jul 27, 2008 12:39 pm
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...
271
ridgesoft
Jul 27, 2008 12:43 pm
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...
272
peter_chatterton2001
peter_chatte...
Aug 12, 2008 2:47 pm
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...
273
peter_chatterton2001
peter_chatte...
Aug 12, 2008 2:48 pm
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...
274
Umar Bin Amin Amin
engr.umarfarooq
Aug 12, 2008 2:48 pm
Dear Group Members, Â I have a problem regarding downloading program in FLASH memory of IntelliBrainBot Robotics controller. I have changed the baud rate...
275
ridgesoft
Aug 13, 2008 3:51 am
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...
276
3rd Party Support Ser...
third_party2...
Aug 13, 2008 3:52 am
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...
277
ridgesoft
Aug 13, 2008 4:01 am
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...
278
peter_chatterton2001
peter_chatte...
Aug 13, 2008 7:26 am
... 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...
279
Dwight Welsh
third_party2...
Aug 13, 2008 4:15 pm
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 ...
280
ridgesoft
Aug 13, 2008 4:39 pm
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...
281
ridgesoft
Aug 13, 2008 4:51 pm
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....
282
peter_chatterton2001
peter_chatte...
Aug 13, 2008 8:34 pm
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 ...
283
Dwight Welsh
third_party2...
Aug 14, 2008 3:05 am
Figured it out. IT was the RObots Baud rate. Thanks for helping!! Dwight ... From: RidgeSoft <rs1@...> Subject: [intellibrain] Re: Won't see...
284
aasurobotics
Sep 11, 2008 2:27 am
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...
285
ridgesoft
Sep 11, 2008 2:41 am
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...
286
engr.umarfarooq
Sep 20, 2008 12:29 pm
Dear Group Members, I have a problem regarding downloading program in FLASH memory of IntelliBrainBot Robotics controller. I have changed the baud rate also,...
287
Dwight Welsh
third_party2...
Sep 21, 2008 2:30 pm
What kind of error are you getting?? ... From: engr.umarfarooq <engr.umarfarooq@...> Subject: [intellibrain] Probelm Loading Program in FLASH Memory To:...
288
peter_chatterton2001
peter_chatte...
Sep 21, 2008 2:31 pm
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...
289
peter_chatterton2001
peter_chatte...
Sep 23, 2008 6:12 am
I tried: camera.sendCommand( "LM" ); and got: IOException: NCK at com.ridgesoft.robotics.sensors.CMUcam.CMUcamBase.sendCommand (CMUcamBase.java:585) at...
290
ridgesoft
Sep 23, 2008 2:55 pm
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...