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...
232
fossil_007
Jul 22, 2007 3:12 am
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 -...
233
ridgesoft
Jul 22, 2007 3:27 am
Assuming your Localizer is an instance of the OdometricLocalizer class, the units are the units of the wheelDiameter and trackWidth parameters you provided in...
234
darthmango15
Aug 28, 2007 3:22 pm
I missed the boat in regards to buying an expansion board, so if anyone wants to sell their board, I would be willing to pay up to the original price for the...
235
rodmontrose
Sep 25, 2007 3:24 am
The RoboJDE API is missing the (very useful) System.arraycopy method which typically provides a high speed native way to copy bytes from one array to another....
236
rodmontrose
Sep 25, 2007 3:28 am
I created a project on my D: partition and the RoboJDE is installed on my C: partition. I could compile the project on the D: partition but not link it - it...
237
jumpdavid
Sep 26, 2007 5:16 am
I searched the forum I did not see the answer to my question. I just bought a IntelliBrain-Bot Deluxe Educational Robot Kit. Can this support rechargeable...
238
ridgesoft
Sep 26, 2007 5:28 am
Powering options are discussed in the IntelliBrain 2 User Guide. See page 11. http://www.ridgesoft.com/intellibrain2/IntelliBrain2Guide.pdf RidgeSoft Support...
239
ridgesoft
Oct 20, 2007 2:39 pm
We have recently added a new chapter on line following to our hands-on, introductory Java robotics curriculum, Exploring Robotics with the IntelliBrain-Bot....
240
William J. Rust
wjrust
Dec 9, 2007 1:44 pm
Hi, I'm trying to use netbeans to compile programs to download to the IB. I've unchecked the box for compiling on the projects dialog box and I'm using the...
241
ridgesoft
Dec 10, 2007 4:55 am
Does it compile and link okay using the RoboJDE GUI instead of Netbeans? RidgeSoft Support ... IB. ... I'm ... netbeans ... past ... The...
242
jigar
tiger_jigar007
Jan 1, 2008 2:38 am
Hey, how do you synchronize the Aircable and Robo JDE. I mean how you program your Aircable, the one that is connected to your PC? What is the format of the...
243
ridgesoft
Jan 1, 2008 2:41 am
The AirCable simulates a real cable, replacing the wired serial communication with wireless serial communication. RoboJDE doesn't know the difference between...
244
aokjoey
Jan 16, 2008 2:16 am
For Sale: Custom Built Robot This turn-key system was professionally built using standard components and techniques. Robot is in like-new condition. Controller...
245
arturuong
Jan 18, 2008 3:15 am
I saw the previous post on how to connect the cables to the board but I was wondering if any one could recommend a site to buy the small 3-pin housing and...
246
Doug Franklin
drf717183
Jan 21, 2008 7:18 pm
I'm looking at using my Intellibrain & Expansion board with a small two-motor tracked robot kit. Each motor is rated at 7.2V, 300 mA no load, 2.0 A stall....
247
ridgesoft
Jan 22, 2008 3:17 am
The motor driver chip is spec'd to deliver up to 1A per output. It has thermal shutdown, but it's probably not a good idea to depend on this. The specs on the...
248
Doug Franklin
drf717183
Jan 23, 2008 6:31 am
Thanks for the reply. I found a nice little hardware hack that could solve my particular problem: stack another motor driver chip on top. See: ...
249
romy budhi
romy_budhi
Feb 1, 2008 4:06 am
Dear all, I already follow the testing procedure of new controller. ... displays the readings of the left and right wheel sensors as follows: L Wheel: <value>...
250
ridgesoft
Feb 1, 2008 4:17 am
Do you see any text on the display? Are you turning the thumbwheel (the black knob next to the serail port connector)? The IntelliBrain-Bot, as with any...
251
wjrust
Feb 4, 2008 4:46 pm
I've been trying to use packages in roboJDE and am not having much luck. (Actually, I got it set up to use NetBeans to compile and then download with RJDE with...
252
ridgesoft
Feb 4, 2008 4:48 pm
You should be able to link using JAR files. Just add them to the path in the project properties in RoboJDE. RidgeSoft Support...
253
William J. Rust
wjrust
Mar 29, 2008 1:08 pm
Hi, I've finally gotten back to using my IB to control a TA RC car. The problem that I am having is that it won't go into reverse. When I use the RC...
254
ridgesoft
Mar 29, 2008 2:07 pm
Hi William, You might try using the Servo interface directly, rather than the ContinuousRotationServo facade. This will allow you to experiment with various...
255
William J. Rust
wjrust
Mar 31, 2008 8:41 pm
I tried using Servo directly and it didn't work. However, using a pulse output port does work. I got the motors to turn both ways. I should know this but is...
256
ridgesoft
Mar 31, 2008 8:50 pm
William, It's preemptive. All you need to do is give the thread higher priority. It isn't a simple matter to expose the lower level servo PWM control. The...
257
hgrimberg01
Apr 18, 2008 3:53 am
I get a LicenseError:ObjectLimit when i attempt to run my code. The only way to solve this is to disable some parts. Any suggestions? Thanks...
258
ridgesoft
Apr 18, 2008 3:56 am
You need to install the license key. The key is on the back of the CDROM case or was sent to you in an email or letter. Use the Install License Key item on...
259
hgrimberg01
Apr 19, 2008 1:50 am
... Install ... The ... I tried that it still gives me an error...
260
ridgesoft
Apr 19, 2008 1:54 am
Make sure the user account you are using has write access to the folder where you installed RoboJDE (e.g. C:\Program Files\RoboJDE). After you have installed...