Search the web
Sign In
New User? Sign Up
intellibrain · IntelliBrain Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 234 - 263 of 410   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
234
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...
darthmango15
Offline Send Email
Aug 28, 2007
3:22 pm
235
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....
rodmontrose
Online Now Send Email
Sep 25, 2007
3:24 am
236
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...
rodmontrose
Online Now Send Email
Sep 25, 2007
3:28 am
237
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...
jumpdavid
Offline Send Email
Sep 26, 2007
5:16 am
238
Powering options are discussed in the IntelliBrain 2 User Guide. See page 11. http://www.ridgesoft.com/intellibrain2/IntelliBrain2Guide.pdf RidgeSoft Support...
ridgesoft
Offline Send Email
Sep 26, 2007
5:28 am
239
We have recently added a new chapter on line following to our hands-on, introductory Java robotics curriculum, Exploring Robotics with the IntelliBrain-Bot....
ridgesoft
Offline Send Email
Oct 20, 2007
2:39 pm
240
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...
William J. Rust
wjrust
Offline Send Email
Dec 9, 2007
1:44 pm
241
Does it compile and link okay using the RoboJDE GUI instead of Netbeans? RidgeSoft Support ... IB. ... I'm ... netbeans ... past ... The...
ridgesoft
Offline Send Email
Dec 10, 2007
4:55 am
242
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...
jigar
tiger_jigar007
Offline Send Email
Jan 1, 2008
2:38 am
243
The AirCable simulates a real cable, replacing the wired serial communication with wireless serial communication. RoboJDE doesn't know the difference between...
ridgesoft
Offline Send Email
Jan 1, 2008
2:41 am
244
For Sale: Custom Built Robot This turn-key system was professionally built using standard components and techniques. Robot is in like-new condition. Controller...
aokjoey
Offline Send Email
Jan 16, 2008
2:16 am
245
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...
arturuong
Offline Send Email
Jan 18, 2008
3:15 am
246
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....
Doug Franklin
drf717183
Offline Send Email
Jan 21, 2008
7:18 pm
247
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...
ridgesoft
Offline Send Email
Jan 22, 2008
3:17 am
248
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: ...
Doug Franklin
drf717183
Offline Send Email
Jan 23, 2008
6:31 am
249
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>...
romy budhi
romy_budhi
Offline Send Email
Feb 1, 2008
4:06 am
250
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...
ridgesoft
Offline Send Email
Feb 1, 2008
4:17 am
251
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...
wjrust
Offline Send Email
Feb 4, 2008
4:46 pm
252
You should be able to link using JAR files. Just add them to the path in the project properties in RoboJDE. RidgeSoft Support...
ridgesoft
Offline Send Email
Feb 4, 2008
4:48 pm
253
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...
William J. Rust
wjrust
Offline Send Email
Mar 29, 2008
1:08 pm
254
Hi William, You might try using the Servo interface directly, rather than the ContinuousRotationServo facade. This will allow you to experiment with various...
ridgesoft
Offline Send Email
Mar 29, 2008
2:07 pm
255
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...
William J. Rust
wjrust
Offline Send Email
Mar 31, 2008
8:41 pm
256
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...
ridgesoft
Offline Send Email
Mar 31, 2008
8:50 pm
257
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...
hgrimberg01
Offline Send Email
Apr 18, 2008
3:53 am
258
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...
ridgesoft
Offline Send Email
Apr 18, 2008
3:56 am
259
... Install ... The ... I tried that it still gives me an error...
hgrimberg01
Offline Send Email
Apr 19, 2008
1:50 am
260
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...
ridgesoft
Offline Send Email
Apr 19, 2008
1:54 am
261
I am trying to figure out how the setPower method is implemented in particular the setPosition method call within setPower(). ((power *...
navaho4x4
Offline Send Email
Jun 12, 2008
12:46 pm
262
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...
jon.heer
Offline Send Email
Jun 12, 2008
12:47 pm
263
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...
navaho4x4
Offline Send Email
Jun 12, 2008
12:47 pm
Messages 234 - 263 of 410   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help