Hi Tomislav, is it code you want. if that's the case i can send you one you will need to adjust it to sort your bot. But that will not teach you to program...
I wrote this program that takes an input from the Analog Input (A01) - Hight or Low and then determines what to do next based on an output to the Digital Input...
Hi, As described in the API documentation, the getCom1 call "will cause communication between the virtual machine and the host computer to be disabled, giving...
Ok I redid it... This has worked out... I was reading what your said about the in-stream reading... [code] import com.ridgesoft.intellibrain.IntelliBrain; ...
Whenever I close the RoboJDE software, the intellibrain no longer responds to the analog commands. So if something was left in an ON state it remains ON even...
Ok so you can use the COM Port class... (you will have to download javax.com class and install it on the PC you are using.... then declare the class in you...
... In the java program running on the robot, you need to open the intellibrain39;s serial port and read and write ASCII data via some protocol that you devise....
Hi, I am having trouble configuring RoboJDE to connect to the Intellibrain from my iMac. I have the USB Air Cable offered on the Intellibrain website. This...
I worked my problem down to the read statement... "|| inStream.read() == 11" causes my program to no longer respond. Is there anther way to have the...
... [I sent a reply to this yesterday, but apparently it didn't go through because I attached some sample code. So here is my reply again without the sample...
... ok so... to read from the COM Port you need the javax.com files (you will have to search google for them they are no longer available on sun java...
Using read() inside "if" statements in the way you are doing it is problematic. This may be the cause of your problem. read() does not just report the...
Hi Barbara, The verification only happens when loading a program to flash. If you are downloading frequently, as is common when debugging, we recommend you...
I have already successfully written simple host java application which communicates with Intellibrain. The intellibrain app is just a simple echo app. The...
Hi, Source code for the Mailbox class is available here: http://www.ridgesoft.com/articles/msrsintegration/msroboticsstudio.htm Click on the IntelliBrain-Bot...
Using Mailbox class in host side, resolved the issue. Thank you _____ From: intellibrain@yahoogroups.com [mailto:intellibrain@yahoogroups.com] On Behalf Of...
I ordered cmucam2 from seattleRobotics.com. A few days later, I received a refund, cmucam and cmucam2 have been discontinued. No one sells the cmucam2, all...
We don't have any current plans to provide a TTL interface to the CMUcam3. If anyone is aware of other vendors that sell the CMUcam or CMUcam2 or has had...
I read Ridgesoft Article on April 2005 Servo magazine, "Creating reusable robotics software components". It showed how any servo can be controlled via servo...
Hi, I need a little help :) How to change a speed of servo motors using appropriate commande within program. In particular I use Hitec servo motor HS 425 BB....
Hi, Thanks for your reply, but it's not about ContinuousRotationServo, but the ordinary Servo. The speed of rotation of the ContinuousRotationServo i found in...
Hi Barbara, In order to measure shaft speed you would need an external sensor such as a shaft encoder. Hobby servos don't typically provide a way to measure...