Hello everyone, Does anyone have a suggestion for a rechargeable battery that can be used with the IntelliBrain2 controller board that can give the percentage...
I'm still using the old IntelliBrain controller and I'm experiencing problems with the servo ports. All other sensors and ports connected work just fine. I...
Hi Arturo, It sounds like the servo jumpers on the expansion board header may not be installed. Please check that they are installed as shown in Figure 12 on...
So this is the case even if the Servos are connected to the main board? I removed the expansion board to make sure it wasn't shorting out the mainboard in...
Yes. When the expansion board is present the timer outputs from the CPU are routed to the expansion board and multiplexed through a CPLD. When the expansion...
Thank you for the response. I think I understand that aspect, but it still doesn't explain why the servos stopped working suddenly. The jumpers have never...
Also check the jumpering for the servo power. Without the expansion board the power jumper also needs to be in place on the servo header. If the expansion...
I have an IB2 using an Air Cable combination running at 115.2k. I am trying to load the new virtual machine. I set the dropdown to RAM and try to load (I'm in...
In order to troubleshoot the problem, first work to get communication working with the old virtual machine. Check the settings for the serial port in both...
Turns out that my 3 year old AirCable setup does not have a Mac OS driver. I have the board working with a wired setup now. It's a shame that they don't...
The Roving Wireless FirePlug USB Bluetooth adapter does work with the Mac. It and a compatible RS-232 adapter for the IntelliBrain controller side are...
I am trying to use the Intellibrain2 with Eclipse IDE. I have followed the integration instructions provided in documentation and can get a clean compile....
It sounds like you may be attempting to execute the program on the PC rather than on the robot. Please verify you are using the procedure in the "Loading and...
is the intellibrain 2, too complicated to use, does it run out of processing power, memory etc? I want to buy and use it but am scared that it may too...
My experience is that most of the Intellibrain example programs are fairly simple and do not use threads. I even rewrote a serial port driver for doing remote...
The wheel position sensing tutorial on the RidgeSoft Web Site (see http://www.ridgesoft.com/articles/wheelpositionsensing/WheelPositionSensing.pdf) discusses...
It compiles fine in netbeans, but I get these errors with RoboJDE (even when I only point to the file I still get the same errors... [code] Found 16 semantic...
One more question..... Whats the best way to set a precision for decimal places I realised that import java.text for bigdecimal places not included so i tried ...
I'm not familiar with the syntax "A.00" etc. in Java. what is this? Casting to an int will result in overflow for numbers that exceed the size of an int. On...
hello i want to know is there some way to start the robot without pressing the start button? in example: ->i have program wich opens robo jde,opens some...
Good day Guys... we bought intellebrain bot and sonar at ridgesoft and cmucmu cam at seattle robotics few weeks ago... I'm going to use that for my project...
Note that the cmucam is not a full computer vision system. All it can tell you is the x,y location of the ball at any given moment (the ball being a brightly...
I know nothing about computer graphics and the rest, but would be really interested in knowing if you could convert the head-on view of the socces ball into...
converting between coordinate systems is not very computation intensive. probably not more then 5 or 10 floating point multiplies, which would only need to be...
My problem was that I thought you were mapping a 3 dimensional path of the ball from the head-of-view. If you're only trying to put yourself in front of the...
... To Peter : The robot is facing the ball because the cmucam is mounted in front of the robot, that serve as the vision of the robot....The ball is moving,...