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 221 - 250 of 410   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
221
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...
sazzda
Offline Send Email
Jun 15, 2007
4:56 pm
222
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...
ridgesoft
Offline Send Email
Jun 16, 2007
5:00 am
223
Hi there, Sorry for that. The program we actually used is as follows: public class IntelliBrainComEcho { public static void main(String args[]) { try { int...
shraddha pathak
sazzda
Offline Send Email
Jun 17, 2007
8:58 pm
224
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...
ridgesoft
Offline Send Email
Jun 17, 2007
10:19 pm
225
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...
shraddha pathak
sazzda
Offline Send Email
Jun 18, 2007
3:06 am
226
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...
ridgesoft
Offline Send Email
Jun 18, 2007
4:16 pm
227
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...
manishdahiya81
Offline Send Email
Jun 21, 2007
1:16 pm
228
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
Offline Send Email
Jun 21, 2007
2:06 pm
229
RidgeSoft has recently begun reselling Bluetooth cable replacement adapters from AIRcable. The adapters come as a pair, one AIRcable USB that attaches to your...
ridgesoft
Offline Send Email
Jun 21, 2007
2:10 pm
230
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...
Tim White
cyface
Offline Send Email
Jun 21, 2007
4:11 pm
231
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...
sazzda
Offline Send Email
Jul 9, 2007
1:04 am
232
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 -...
fossil_007
Offline Send Email
Jul 22, 2007
3:12 am
233
Assuming your Localizer is an instance of the OdometricLocalizer class, the units are the units of the wheelDiameter and trackWidth parameters you provided in...
ridgesoft
Offline Send Email
Jul 22, 2007
3:27 am
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
Messages 221 - 250 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