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 146 - 175 of 410   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
159
Don, Your description makes it sound as though it is attempting to load to RAM, not flash. Please make sure you have set the load target to flash (step 6)....
ridgesoft
Offline Send Email
Feb 14, 2007
5:54 pm
160
Recently my students and I have been having quite a bit of trouble with the RoboJDE software. Two main issues. One, I often get errors like the following ...
arturuong
Offline Send Email
Feb 15, 2007
4:38 am
161
Arturo, This sounds like the "Compile when building and loading" setting in the project's properties has been unchecked. If you see the problem again, please...
ridgesoft
Offline Send Email
Feb 15, 2007
6:25 am
162
My robot has a separate editor that creates a behavior profile and downloads to the EEPROM. When the robot starts it loads this data from the EEPROM. This has...
aokjoey
Offline Send Email
Feb 16, 2007
2:55 am
163
Joe, The problem is most likely that you are overruning the receive buffering on the serial port. Both serial ports on the IntelliBrain have 64 bytes of...
ridgesoft
Offline Send Email
Feb 16, 2007
4:04 am
164
... That's what I wanted to confirm! ... This is what I'll do since the data stream very rarely changes in size. ... A bit overkill for this, BUT it is a nice...
aokjoey
Offline Send Email
Feb 17, 2007
1:43 pm
165
I'm trying to determine if the RoboJDE compiler is particular about polymorphism or I'm just missing something. I'm guessing it's the latter. Basically what...
arturuong
Offline Send Email
Feb 21, 2007
1:30 pm
166
The problem is exactly what the error message told you. Thread has no method named toggle. ... From: arturuong To: intellibrain@yahoogroups.com Sent: Tuesday,...
Don French
bozito
Offline Send Email
Feb 21, 2007
4:51 pm
167
To be a bit wordier, SeaCreature has the swim method, all of the classes that extend it will have the swim method. Thread does not have a toggle. All of your...
David Stampf
dstampf
Offline Send Email
Feb 22, 2007
2:10 pm
168
Several users have reported the RoboJDE installation fails on Windows Vista. Although Windows Vista is not officially supported, users have reported that the...
ridgesoft
Offline Send Email
Mar 10, 2007
6:23 am
169
The voltage levels that I measure on the COM2 port pins, starting from the one next to the ground pin are the following, relative to the ground pin: 6.0, 0,...
Don
bozito
Offline Send Email
Mar 15, 2007
4:16 am
170
Hi Don, The levels on COM2 are RS-232, not TTL. The pinout, from the edge of the board in is Ground, +6V, IntelliBrain Rx, IntelliBrain Tx. The power pin is...
ridgesoft
Offline Send Email
Mar 15, 2007
4:37 am
171
To wrap up this disucssion... It's tricky to download a program to the IntelliBrain controller if it has a program loaded in flash that is (1) set to run...
ridgesoft
Offline Send Email
Mar 15, 2007
2:17 pm
172
Ok, thanks for that information. So, I guess it is impossible to use COM2 with the RF modem (XBee on an AppBee adapter card), as I was attempting to do,...
Don
bozito
Offline Send Email
Mar 16, 2007
4:20 am
173
Is there a way to use hardware flow control (CTS and RTS) with either COM port?...
Don
bozito
Offline Send Email
Mar 16, 2007
2:02 pm
174
Don, The IntelliBrain boards do not support hardware flow control on either COM port. RidgeSoft Support...
ridgesoft
Offline Send Email
Mar 16, 2007
2:57 pm
175
I am having difficulty using XBee with the Intellibrain 2. Probably it is something I am doing wrong. I wonder if anyone else has experience with this RF...
Don
bozito
Offline Send Email
Mar 16, 2007
2:59 pm
Messages 146 - 175 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