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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 104 - 133 of 410   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
104
Thanks to the efforts of James Snow and Dr. Timothy Fossum at the State University of New York, Potsdam, the IntelliBrain-Bot now interoperates with Pyro...
ridgesoft
Offline Send Email
Aug 1, 2006
2:16 pm
105
Hello, we are trying to use of bunch of intellibrain bots in an entry level class. I prepared some stuff to run on them, but want to "hide" some of the ...
Ron
cj5cowboy
Offline Send Email
Sep 5, 2006
2:22 am
106
Hi Ron, RoboJDE doesn't support creating jar files. Eclipse includes a jar building feature. See ...
ridgesoft
Offline Send Email
Sep 5, 2006
2:16 pm
107
Ok, Let's see we use BlueJ in that class too. And BlueJ can create jar files. So what I did is copied the class that I want to turn into a jar file in a...
Ron
cj5cowboy
Offline Send Email
Sep 6, 2006
1:20 am
108
I've done it in JCreator and the only jar you need is c:\program files\robojde\robojde.jar (or wherever you put the robojde folder). Unfortunately, you can...
William J. Rust
wjrust
Offline Send Email
Sep 6, 2006
5:45 am
109
Hi, Have anybody used a ZigBee transceiver with Intellibrain-Bot ? If so could you give me some details about this ? Thanks, Andrei...
marand24
Offline Send Email
Sep 14, 2006
1:35 pm
110
I'm curious, is it possible to capture an entire frame off of the CMUCam2? If so, how? I looked through the API and didn't see a command to do so. Jim...
jtbourke
Online Now Send Email
Sep 25, 2006
8:30 pm
111
Frame capture is not supported by the CMUcam classes. However, it is possible to retrieve raw frame data by communicating directly with the CMUcam at a lower...
ridgesoft
Offline Send Email
Sep 26, 2006
4:31 am
112
Version 1.5 of the RoboJDE™ Java™-enabled robotics software development environment is now available for download at ...
ridgesoft
Offline Send Email
Sep 30, 2006
5:12 pm
113
RidgeSoft is pleased to announce its latest product, the IntelliBrain™ 2 robotics controller. The IntelliBrain 2 robotics controller combines the most...
ridgesoft
Offline Send Email
Sep 30, 2006
5:12 pm
114
Due to discontinuation of a key component, the IntelliBrain Expansion Board has been discontinued. A small number of units are still available and may be...
ridgesoft
Offline Send Email
Oct 1, 2006
3:10 am
115
The release notes pdf is 404. Does this version support auto-starting a program on power-up? ... described in ... RoboJDE ... than ... robotics ... community...
Don
bozito
Offline Send Email
Oct 2, 2006
3:13 am
116
I would like to read about RidgeSoft's take on the new MS Robotics Studio. Have there been any discussions on this topic yet? -- chris...
Chris Rodriguez
sendto_chris
Offline Send Email
Oct 2, 2006
3:20 am
117
Unfortunately the period at the end got interpreted as part of the URL. This link should work: http://www.ridgesoft.com/robojde/1.5/ReleaseNotes.pdf Yes,...
ridgesoft
Offline Send Email
Oct 2, 2006
3:41 am
118
Hi Chris, You are the first to post regarding MS Robotics Studio. We have done some initial testing to verify he IntelliBrain-Bot works with the MS Robotics...
ridgesoft
Offline Send Email
Oct 2, 2006
4:45 am
119
I have a comment on the article at the RidgeSoft web site "Enabling Your Robot to Keep Track of Its Position". I also have a request for the membership of...
G.W. Lucas
glacier762000
Offline Send Email
Oct 6, 2006
3:07 pm
120
The document is correct. The calculation is intended to determine the distance the center of the robot moves, which, for small movements, is the average of...
ridgesoft
Offline Send Email
Oct 6, 2006
3:26 pm
121
No sooner did I let the post get out than I realized that I was dead wrong. Please disregard my comment. The calculation is correct as stated in the...
G.W. Lucas
glacier762000
Offline Send Email
Oct 6, 2006
4:22 pm
122
Line following posters for use with the IntelliBrain-Bot are now available from the RidgeSoft store. See http://www.ridgesoft.com/shop.htm#LineSensorKit ...
ridgesoft
Offline Send Email
Oct 25, 2006
3:47 pm
123
RidgeSoft's introductory Java robotics programming tutorials are now available as a printed and spiral bound book. Click the following link for more...
ridgesoft
Offline Send Email
Nov 24, 2006
4:59 pm
124
Just want to verify that COM1 is a true RS-232 port with RS-232 voltage levels or does it use microcontroller logic levels? Thx Joe...
aokjoey
Offline Send Email
Nov 27, 2006
4:03 pm
125
I would like to use the sample RidgewarriorII java code to test on my platform but I cannot get the java code converted to use motors instead of servos. Help!...
rayraydiazz
Offline Send Email
Nov 27, 2006
5:00 pm
126
Both COM1 and COM2 use RS-232 signal levels. Regards, RidgeSoft Support ... voltage levels or does it use...
ridgesoft
Offline Send Email
Nov 27, 2006
8:24 pm
127
You should be able to replace: ServoMotor leftMotor; ServoMotor rightMotor; leftMotor = new ServoMotor(leftServo, false, 14); rightMotor = new...
ridgesoft
Offline Send Email
Nov 27, 2006
9:25 pm
128
I will try it out. Yes I do have analog shaft encoders. I'm new to JAVA so I will have to figure out the wrapper class. Thank you for your help. I will let you...
rayraydiazz
Offline Send Email
Nov 28, 2006
5:47 am
129
In the future, I'm planning to do all I/O via Bluetooth. I was wondering if it is safe to operate the Intellibrain 2 without the LCD, the idea being saving...
aokjoey
Offline Send Email
Dec 2, 2006
5:00 am
130
Joe, Yes, you can safely operate IntelliBrain controllers without an LCD display. See the following for a Bluetooth adapter we have tested. Regards, RidgeSoft...
ridgesoft
Offline Send Email
Dec 2, 2006
5:55 am
131
I'm getting compile errors on a couple of my classes and I'm betting that I am using things that are not implemented in the VM. In general, can I assume that...
aokjoey
Offline Send Email
Dec 2, 2006
9:08 pm
132
Joe, All of the classes which are supported are documented in the javadoc. See http://www.ridgesoft.com/robojde/1.5/docs/apidoc/index.html ...
ridgesoft
Offline Send Email
Dec 3, 2006
12:46 am
133
The entire system works great. I am very pleased. I'm using NetBeans to compile and include the resulting JAR file in the project properties. It works fine...
aokjoey
Offline Send Email
Dec 6, 2006
4:17 pm
Messages 104 - 133 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