Search the web
Sign In
New User? Sign Up
intellibrain · IntelliBrain Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 196 - 225 of 410   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
196
Hi everyone. I just added nubotics wheelwatcher ww-01 but i have no idea how to connect then to my robot. If anyone has the pin connection to the robot board...
kariz75
Offline Send Email
Apr 6, 2007
3:37 pm
197
There's an example program with comments in the source file regarding connecting the sensors. See \Program ...
ridgesoft
Offline Send Email
Apr 6, 2007
3:58 pm
198
I went to \Program Files\RoboJDE\Examples\Sensors\ShaftEncoder but couldnt find any directions on how to install the wheel watchers. What i was looking for is...
kariz75
Offline Send Email
Apr 7, 2007
5:41 am
199
There 4 wires from each of the wheel watcher you'll need to be concerned with: black - ground red - power blue - one signal yellow - the other signal None of...
ridgesoft
Offline Send Email
Apr 7, 2007
6:09 am
200
Hi everyone I wanted to find out if the intelli brain board has a clock which drives the programms and how it is programmed....
kariz75
Offline Send Email
Apr 19, 2007
7:58 pm
201
There is no clock/calendar. There are hardware timers which are used by the RoboJDE Java virtual machine for servo control signals, pulse generation, IR...
ridgesoft
Offline Send Email
Apr 20, 2007
3:45 am
202
Hi everyone. I am trying to figure out the algorithm used the Sharp range sensor to avoid obstacles and how they interface with the main program. I have been...
kariz75
Offline Send Email
Apr 24, 2007
3:23 pm
203
I have followed this thread and tried everything outlined. as soon as I go into Boot mode the load and run buttons become greyed out. If I just start up...
garthpaine
Offline Send Email
May 1, 2007
12:07 pm
204
Garth, The discussion on this thread only applies to the following narrow situation: 1. The program already in the FLASH takes control of the COM1 port - ie, ...
ridgesoft
Offline Send Email
May 1, 2007
12:38 pm
205
Hello, Has anyone used the SD21 servo controller from Devantech with Intellibrain? The SD21 is accessed over the I2C bus at address 0xC2. There are three...
cacarreto
Offline Send Email
May 2, 2007
5:16 am
206
Carlos, You need to do something like this: public void setSpeed(I2CMaster i2cMaster, int servoNumber, int speed) throws IOException { i2cMaster.transfer(0xC2,...
ridgesoft
Offline Send Email
May 2, 2007
5:45 am
207
I'm trying to use the AIRcable USB-serial Bluetooth pair with IntelliBrain-Bot. The AIRcable pair seem to communicate fine (the blue "Connection" light on ...
Mark Fienup
fienups
Offline Send Email
May 2, 2007
3:22 pm
208
Mark, Make sure the switches on the adapter on the robot are set to 115.2K, no hardware handshake. They should be set to on, on, on, off. Also check that the...
ridgesoft
Offline Send Email
May 2, 2007
3:45 pm
209
Problem solved. It was the hardware handshaking dip switch on the Bluetooth adapter....
Mark Fienup
fienups
Offline Send Email
May 2, 2007
7:22 pm
210
I'm trying to follow the directions in the example at: http://www.ridgesoft.com/articles/msrsintegration/MSRoboticsStudioIntegration.pdf When I build in step...
Mark Fienup
fienups
Offline Send Email
May 2, 2007
7:30 pm
211
Thank you for the example. Here is a tested code that moves servo 1 and servo 21 in sequence. Regards, Carlos import com.ridgesoft.io.I2CMaster; import...
cacarreto
Offline Send Email
May 3, 2007
1:51 pm
212
Mark, The example was created with the October 2006 version of MRS. It's possible that there are some differences with newer versions of MRS. I recommend...
ridgesoft
Offline Send Email
May 3, 2007
3:06 pm
213
Hello, I try to figure out the problem for my Intellibrain robot last night, it seems very unusual to me, before, I configured my robot as following board...
CHAO SOPHAL
sophal_chao
Offline Send Email
May 8, 2007
4:33 pm
214
Sophal, Check that the baud rate setting of the board matches the baud rate setting you are using in RoboJDE. - switch power off - disconnect the serial cable ...
ridgesoft
Offline Send Email
May 8, 2007
4:54 pm
215
Hello, Does any one have experience in controlling LEGO NXT motors with the IntelliBrians's H-Bridge? Can we get a good velocity/power relation? Is it feasible...
cacarreto
Offline Send Email
May 14, 2007
12:19 pm
216
Hi, I have two students who would like to use the Parallax Ping sensor with the IntelliBoard to control Swing events on the PC... Has anyone solved the problem...
blescohier
Offline Send Email
May 16, 2007
2:12 am
217
Bill, The Java program running on the IntelliBrain controller will need to communicate with the Java program running on the PC. One way you can accomplish...
ridgesoft
Offline Send Email
May 16, 2007
3:02 am
218
Thanks... we added the Serial Demo code into the ParallaxPing demo for the robot, and found a simple serial port solution here: ...
Bill Lescohier
blescohier
Offline Send Email
May 18, 2007
1:46 am
219
I just downloaded the 1.5 update to a new laptop that doesn't have a serial port so I installed a belkin usb port. When I start up robojde and try to set the...
wjrust
Offline Send Email
May 23, 2007
5:26 am
220
That usually means there is some application like PalmSync, etc that has grabbed the port. Check the icons in the system tray (lower right next to the Windows...
ridgesoft
Offline Send Email
May 23, 2007
5:32 am
221
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...
sazzda
Offline Send Email
Jun 15, 2007
4:56 pm
222
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...
ridgesoft
Offline Send Email
Jun 16, 2007
5:00 am
223
Hi there, Sorry for that. The program we actually used is as follows: public class IntelliBrainComEcho { public static void main(String args[]) { try { int...
shraddha pathak
sazzda
Offline Send Email
Jun 17, 2007
8:58 pm
224
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...
ridgesoft
Offline Send Email
Jun 17, 2007
10:19 pm
225
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...
shraddha pathak
sazzda
Offline Send Email
Jun 18, 2007
3:06 am
Messages 196 - 225 of 410   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help