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...
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...
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...
Hi William, You might try using the Servo interface directly, rather than the ContinuousRotationServo facade. This will allow you to experiment with various...
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, 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...
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...
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...
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...
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...
There is information available on building cables on pp. 6-8 in the IntelliBrain 2 User Guide (http://www.ridgesoft.com/intellibrain2/IntelliBrain2Guide.pdf). ...
... this ... like to ... it ... button ... thought I ... over ... would be ... it ... I also use eclipse for all my java development - web and standalone. I...
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...
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...