-- i guess there is a misunderstanding.. we cannot connect the CMUcam2 to the COm2 port of the robot because it is in a birds eye view line of sight..that...
488
Deni Džafo
deni.dzafo
Dec 14, 2010 7:22 am
TNX ridgesoft, I figured it out .... It works!!!...
487
ridgesoft
Dec 13, 2010 5:28 am
Hi Arnel, Your best bet may be to analyze the CMUcam2 data on the PC and then send results to the robot via the Bluetooth connection. Alternatively, you could...
486
arnel
zamaylaarnel
Dec 11, 2010 11:46 pm
I have a few questions regarding the interfacing of the CMUcam2 to the PC-RS232 port and the This is our scenario. A CMUcam2 in a birds eye view line of sight...
485
gcx715
Dec 11, 2010 4:36 am
Dear Robotic Researchers, We would like to cordially invite you to consider contributing your expertise in robotics to a forthcoming book edited by Drs. Tarek...
484
Deni Džafo
deni.dzafo
Dec 10, 2010 5:21 pm
Hi! Last few days I was handeling robot to move with my TVremote, but the problem is I can not make robot to read infrared. I wrote the program for Mvp1 remote...
483
ridgesoft
Dec 7, 2010 3:26 am
Hi Deni, There's an example program that illustrates how to use a Sony compatible remote control. It can be found under the folders where RoboJDE is...
482
deni.dzafo
Dec 7, 2010 3:21 am
Hi all! I'm a student and I use IntelliBrain-Bot Deluxe Robot for my study. I'm curious if there is some tutorial or does some of you know how to program robot...
481
ridgesoft
Nov 25, 2010 11:30 pm
There is a bug displaying the stack trace when the exception is in a classfile that does not include line numbers. Thank you for reporting the problem. ...
480
w3bbo
Nov 25, 2010 3:26 pm
Weird. When I use your program, I get the expected result: /////////////////////////////////// RidgeSoft Loader 2.0.0 (c) Copyright 2009 RidgeSoft, LLC. All...
479
ridgesoft
Nov 25, 2010 6:46 am
If you try this program: public class Ex { public static void main(String args[]) { try { throw new Exception("Test"); } catch (Exception ex) { ...
478
w3bbo
Nov 25, 2010 5:44 am
Using both RoboJDE and Eclipse (with rsload) whenever we catch an exception and call ex.printStackTrace() all that's output to the display (on the desktop) is...
477
topazx2
Nov 12, 2010 3:16 am
This is my robot designed to participate in the WCRG mine sweeper competition. Uses the original intellibrain with expansion board and does not yet incorporate...
476
ridgesoft
Nov 11, 2010 3:14 am
Hi Dan, It looks like you can extend the servo pulse by setting a position greater than 100. The maximum that will work should be about 125 or slightly less....
475
topazx2
Nov 11, 2010 2:17 am
Anyone have a Devantech SP03 Text to Speech Synthesizer they'd like to sell? Apparently they are discontinued. -Dan...
474
topazx2
Nov 9, 2010 1:51 pm
Yes, I agree. Unfortunately that detail is all compiled into the RoboJDE interpreter and is not available for the end user to modify....
473
topazx2
Nov 9, 2010 1:51 pm
Even with a futaba servo, the 0 to 100 sweep does not cover the full range of the servos potential. I've tried GWS, Futaba, and Hitech. Oh well, I'll try to...
472
ridgesoft
Nov 8, 2010 5:57 pm
RoboJDE version 2.0 should install fine on Windows 7 without having to switch to special modes. Regards, RidgeSoft Support...
471
ridgesoft
Nov 8, 2010 5:57 pm
It looks like an exception is occuring. If you do your testing with the robot connected to to the host computer you should get a full textual stack trace...
470
Steven
johnbrosteven
Nov 8, 2010 5:48 pm
does anyone knows how can i install the roboJDE software in the Windows 7 OS?? hopefully other way without using the Windows 7 XP mode... Thanks........
469
turkovic.dino
Nov 8, 2010 5:47 pm
I'm trying to get my intellibrain bot to comunicate with arduino via I2C, but I get some errors which I don't know how to debug. Google doesn't help at all....
468
ridgesoft
Nov 6, 2010 1:56 pm
Yes, the IntelliBrain 2 does support full duplex communication on both serial ports. RidgeSoft Support...
467
gloewen
Nov 5, 2010 12:46 pm
I am wondering if the IntelliBrain-2 microcontroller supports full duplex serial communication. That is, can I send and receive data from the serial port...
466
William J Rust
wjrust
Nov 3, 2010 5:21 am
I did this a long time ago so my memory isn't too great but ... I used a dio pin and pulsed it and then did a thread sleep to fill out the duty cycle. It's not...
465
David Suarez
navaho4x4
Nov 3, 2010 5:21 am
Dan, I was the same boat a while ago, when I was trying to figure out why Parallax Standard servo sweep was only 0 through 160 degrees, Even if played around...
464
topazx2
Nov 2, 2010 2:29 pm
I wonder if changing the servos potentiometer value by adding a resistor to the center leg would solve this? Hmmm, more on this later. -Dan...
463
David Suarez
navaho4x4
Nov 2, 2010 2:25 pm
Ridgesoft, In reference to changing Servo class for wider sweep, Instead of changing Servo class, is there a way to extend Servo class ? I am knowledgable with...
462
ridgesoft
Nov 2, 2010 4:27 am
Hi Dan, The servo class implementation for the IntelliBrain supports Futuba compatible servos which are controlled by a 1 to 2 millisecond positioning pulse...
461
topazx2
Nov 2, 2010 4:17 am
Thank you William, got the board and already playing with it. -Dan...
460
topazx2
Nov 2, 2010 4:17 am
I have an arm on my robot that uses 4 GWS servos (non-modified), but when I test them with the setServo command, 0 - 100 doesn't service the entire sweep of...