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 129 - 158 of 410   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
134
Hi Joe, Make sure only RoboJDE.jar is in the class path of your compiler. It sounds like the compiler might be picking up the Integer class from a source...
ridgesoft
Offline Send Email
Dec 6, 2006
8:12 pm
135
Any suggested starting values for the gain and itermmax settings? I did not see anything in the examples. Also, what would be a reason I would NOT want to do...
aokjoey
Offline Send Email
Dec 20, 2006
8:36 pm
136
Joe, The gain constants and integral term maximum are totally dependent on the characteristics of the system you are controlling. The following document gives...
ridgesoft
Offline Send Email
Dec 21, 2006
6:04 am
137
Hi all I am having trouble getting my new Intellibrain2Bot to do the Line Following trick - it does not seem to drive the motors at all - I have tried other...
garthpaine
Offline Send Email
Jan 8, 2007
2:35 am
138
Hi Garth, The sensors should read very high over black - 600 to 900. It could be the surface you are using is not opaque or is too reflective, which would...
ridgesoft
Offline Send Email
Jan 8, 2007
5:50 am
139
Can anyone tell me .... I teach AP COmputer Science and am using JAVA 1.5 with JCreator 3.5. Can I write my programs in JCreator using "standard" java along...
pingber
Offline Send Email
Jan 13, 2007
3:19 pm
140
Phil, You should be able to use JCreator to edit and compile and RoboJDE to download and monitor your programs. Although we have not tried this with JCreator,...
ridgesoft
Offline Send Email
Jan 13, 2007
3:38 pm
141
My apologies if this has been posted before, I did my best to search. Anyway, I am having trouble controlling the speed of the servos. According to some of the...
arturuong
Offline Send Email
Jan 14, 2007
5:20 am
142
Arturo, There a discussion of this topic in the navigation tutorial. See page 6 of the following: ...
ridgesoft
Offline Send Email
Jan 14, 2007
5:29 am
143
Thank you so much, that helped a lot. ... page 6 ... http://www.ridgesoft.com/articles/navigation/ProgrammingYourRobotToNa vig\ ... ...
arturuong
Offline Send Email
Jan 14, 2007
6:27 pm
144
How do you change the default project directory? My software seems insistent on saving back to the original directory when the software was installed....
pingber
Offline Send Email
Jan 16, 2007
4:04 pm
145
RoboJDE saves the path to the current project in RoboJDE.ini (\Program Files\RoboJDE\RoboJDE.ini) when it exits. When you restart RoboJDE it will open the...
ridgesoft
Offline Send Email
Jan 16, 2007
4:31 pm
146
Hi i am wondering if there is anyone who knows if it is possible to incorparate wireless capability to intellibrain robot....
kariz75
Offline Send Email
Feb 3, 2007
1:36 pm
147
Yes, you can use the IntelliBrain-Bot with a Bluetooth wireless adapter attached to either or both of the serial ports. We have had good results with products...
ridgesoft
Offline Send Email
Feb 4, 2007
12:31 am
148
You could always tack on one of these and control it with a UART: http://www.sparkfun.com/commerce/product_info.php?products_id=713 -- Don French ... From:...
Don French
bozito
Offline Send Email
Feb 4, 2007
12:32 am
149
Can anyone get this method to display characters on the LCD display? Try the following code: static Display lcd = IntelliBrain.getLcdDisplay(); ...
Don
bozito
Offline Send Email
Feb 10, 2007
4:21 am
150
Hi Don, The printChar routine enables the calling thread to attempt to print a character to the LCD screen without waiting if the LCD hardware is busy. If the...
ridgesoft
Offline Send Email
Feb 11, 2007
2:25 pm
151
Ah! There it was, right in the Javadoc. I guess I missed it because all the other LCD display classes I am familiar with do that kind of readiness-checking...
Don French
bozito
Offline Send Email
Feb 11, 2007
6:35 pm
152
Oops, it is not going to be that easy to subclass Display. The problem is that you can't subclass Display without implementing printChar( ) because for some...
Don
bozito
Offline Send Email
Feb 11, 2007
9:32 pm
153
Hi everyone. i keep getting these semantic errors and i have tried to fix them in vain can anyone tell me what is wrong. Found 1 semantic error compiling...
kariz75
Offline Send Email
Feb 12, 2007
1:53 am
154
I downloaded a program to flash for the first time and now I can't download a new version of the program! RoboJDE never sees the Intellibrain (Load is grayed...
Don
bozito
Offline Send Email
Feb 13, 2007
5:21 pm
155
Don, Try the following: 1. Turn the robot off and disconnect the serial cable. 2. Close and restart RoboJDE. 3. Adjust the baud rate of the robot to match the...
ridgesoft
Offline Send Email
Feb 13, 2007
5:54 pm
156
You must have missed a step because after step 4, the robot is off and never turned back on before step 8 when you say to turn it off. And the Load button...
Don French
bozito
Offline Send Email
Feb 14, 2007
3:59 am
157
Don, I just loaded a board with a program that grabs COM1 and was set to automatically run. The previous test I tried was without the COM1 twist. I am able...
ridgesoft
Offline Send Email
Feb 14, 2007
4:37 am
158
Sorry, this does not work for me. Let me step you through exactly what happens. After step 6a, I do see the message: RoboJDE v1.2.2r1 Ready - Flash and the...
Don French
bozito
Offline Send Email
Feb 14, 2007
5:46 pm
Messages 129 - 158 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