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...
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...
Hi there, Sorry for that. The program we actually used is as follows: public class IntelliBrainComEcho { public static void main(String args[]) { try { int...
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...
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...
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...
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...
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 has recently begun reselling Bluetooth cable replacement adapters from AIRcable. The adapters come as a pair, one AIRcable USB that attaches to your...
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...
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...
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 -...
Assuming your Localizer is an instance of the OdometricLocalizer class, the units are the units of the wheelDiameter and trackWidth parameters you provided in...
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...
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....
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...
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...
Powering options are discussed in the IntelliBrain 2 User Guide. See page 11. http://www.ridgesoft.com/intellibrain2/IntelliBrain2Guide.pdf RidgeSoft Support...
We have recently added a new chapter on line following to our hands-on, introductory Java robotics curriculum, Exploring Robotics with the IntelliBrain-Bot....
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...
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...
The AirCable simulates a real cable, replacing the wired serial communication with wireless serial communication. RoboJDE doesn't know the difference between...
For Sale: Custom Built Robot This turn-key system was professionally built using standard components and techniques. Robot is in like-new condition. Controller...
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...
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....
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...
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>...
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...