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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1 - 30 of 410   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
Welcome to the IntelliBrain group. This group is open to users of RidgeSoft's IntelliBrain robotics controller, IntelliBrain-Bot educational robot and RoboJDE...
ridgesoft
Offline Send Email
Nov 19, 2005
7:40 am
2
Here are a few links to sites that mention the IntelliBrain robotics controller: http://www.lancs.ac.uk/ug/robinsdb/robot.html ...
ridgesoft
Offline Send Email
Nov 19, 2005
8:17 am
3
A few RoboJDE users have inquired about using Eclipse to edit and compile their programs. You can use Eclipse and RoboJDE together. To do this, do the...
ridgesoft
Offline Send Email
Nov 21, 2005
4:12 pm
4
... Yes, it works quite well - it would be nice if the "code" window in RoboJDE picked up the changes in the filesystem version of the code, and, of course...
Tim White
cyface
Offline Send Email
Nov 21, 2005
8:57 pm
5
The program below demonstrates how to setup and use the COM2 port on the IntelliBrain(tm) controller. The program simply echos each character it receives. By...
ridgesoft
Offline Send Email
Nov 23, 2005
1:39 pm
6
The following example program shows how to receive input from a Sony infrared remote control (or a universal remote control configured to emulate a Sony remote...
ridgesoft
Offline Send Email
Nov 26, 2005
3:29 pm
7
I received a demo version of RoboJDE with my Sumo11 bot. I haven't used it for a couple of reasons: First, Java isn't a language I know much about. I have...
rtstofer
Offline Send Email
Nov 28, 2005
8:51 pm
8
Hi Richard, Java code actually compiles into very compact code. The main routine of the echo example compiles into 58 bytes. However, Java does impose some ...
ridgesoft
Offline Send Email
Nov 29, 2005
5:06 am
9
Many laptop computers no-longer include built-in COMx serial ports. If you would like to use your IntelliBrain controller with one of these PCs you can do so...
ridgesoft
Offline Send Email
Dec 2, 2005
4:06 am
10
hi, has any one else had a problems in getting the com port 2 to work The program does not seem to do anything when run it. I have the robot connected to the...
andy_g_1984
Offline Send Email
Dec 2, 2005
8:58 pm
11
I am a little confused by your question. I've used com1 and com2 on my intellibrain, IB, and they work fine. Just to be clear, com1 is the com port on the IB...
William J. Rust
wjrust
Offline Send Email
Dec 3, 2005
3:17 am
12
If you would like to allow your IntelliBrain-based robot to communicate to a host PC via an unteathered serial link, the following Bluetooth serial cable...
ridgesoft
Offline Send Email
Dec 5, 2005
5:08 pm
13
I am having a bit of trouble working around the PortAllocationConflict exception when trying to define an analog input. I am trying to create a method to get...
d_j_dash
Offline Send Email
Dec 6, 2005
1:36 pm
14
Hi Dash, The reason for compiler complaint about the exception is you are trying to initialize the member variable irRangeFinder using a method that throws an...
ridgesoft
Offline Send Email
Dec 6, 2005
2:14 pm
15
Here's an interesting site about a RoboJDE programmed robot by students at the University of Central Florida. ...
ridgesoft
Offline Send Email
Dec 12, 2005
1:38 am
16
I picked up a cmp03. Should I be using the pwm or I2C interface. Does the base classes have a preference. Could you please tell me what cable to make up to...
Howard Forstrom
njhsarobot
Offline Send Email
Dec 14, 2005
4:21 pm
17
Where can you buy one of these things and how much are they? Thanks, wjr...
William J Rust
wjrust
Offline Send Email
Dec 14, 2005
5:00 pm
18
Here are some links: www.robot-electronics.co.uk/shop/Compass_CMPS032004.htm http://www.junun.org/MarkIII/Info.jsp?item=26 ...
ridgesoft
Offline Send Email
Dec 14, 2005
5:06 pm
19
Hi Howard, I think you are referring to the Devantech CMPS03 compass. You can interface it to your IntelliBrain via I2C or one of the pulse input ports...
ridgesoft
Offline Send Email
Dec 14, 2005
5:08 pm
20
I am trying to get a CMUcam2 working. It works fine when connected to the PC. When I download one of the test programs and then run, it starts and then...
njhsarobot
Offline Send Email
Dec 15, 2005
3:16 am
21
Hi Howie, It does sound like the board is resetting, which is what will happen when the batteries are low. The red fault LED blinks when the board...
ridgesoft
Offline Send Email
Dec 15, 2005
4:23 am
22
Hi, This works fine either on COM1 or COM2 port. But if I want to realize a communication (strings and floating values) between a notebook (also a Java program...
jackbosshard
Offline Send Email
Dec 19, 2005
3:00 pm
23
RidgeSoft has released RoboJDE version 1.4, the latest version of its Java-enabled robotics software development environment for the IntelliBrain robotics...
ridgesoft
Offline Send Email
Dec 20, 2005
6:38 am
24
Serial port events and listeners are not supported. You can probably use a separate thread to accomplish what you are wanting to do. The CMUcam classes use...
ridgesoft
Offline Send Email
Dec 20, 2005
3:14 pm
25
I've attached my GPSReader class. It's not commented :-( , but what it does is pretty simple. It's runnable so it goes on a separate thread. What it is doing...
William J. Rust
wjrust
Offline Send Email
Dec 20, 2005
8:07 pm
26
Many thanks to you all for your valuable input! I will go into the details. By the way, last year I realized in J2ME a GPS reader with WGS transformation to CH...
jackbosshard
Offline Send Email
Dec 21, 2005
3:20 am
27
I attached a switch to Analog 7 and as I expected got a value of 0 or 1023. When I attached the switch to Analog 15 I got a value of 0 or between 200 and 300....
njhsarobot
Offline Send Email
Dec 23, 2005
4:01 am
28
Are you enabling the pull-up resistor? IntelliBrainAnalogInput input = IntelliBrain.getAnalogInput(15); input.setPullUp(true); When you use a switch you need...
ridgesoft
Offline Send Email
Dec 23, 2005
5:01 am
29
Worked fine. Interesting 1023 is 1023 but 0 is 15. Any idea why? Why do the expansion ports need to a pullup resistor and the ones on the main board don't? ...
njhsarobot
Offline Send Email
Dec 24, 2005
1:37 am
30
The reason it doesn't go to zero is the resistance of the switch. The switch and the pull-up resistor form a voltage divider circuit. When the switch is...
ridgesoft
Offline Send Email
Dec 24, 2005
2:20 am
Messages 1 - 30 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