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 to share photos of your group with the world? 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 168 - 197 of 410   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
176
The StringBuffer class is missing a clear method. This means that you can only add to a StringBuffer character string and never replace what is there. This...
Don
bozito
Offline Send Email
Mar 17, 2007
2:31 am
177
I went back and tried using the TX and RX pins on the COM2 port again, only getting power for the XBee-AppBee elsewhere, as suggested. I found that the...
Don
bozito
Offline Send Email
Mar 17, 2007
2:31 am
178
Don, There should be no difference in power drain between using COM1 and COM2. Both ports are driven off of the same 2 port RS-232 level shifter chip and have...
ridgesoft
Offline Send Email
Mar 17, 2007
5:16 pm
179
It turns out that the AppBee does not support RS232 level signals, which is why I have not been able to get the thing to work correctly. Assuming that COM1...
Don
bozito
Offline Send Email
Mar 18, 2007
12:27 am
180
Oh, then both COM1 *and* COM2 are RS232 level and not TTL level signals?...
Don
bozito
Offline Send Email
Mar 18, 2007
12:27 am
181
It must have been coincidence then. Both times I used COM2, the batteries went almost instantly dead. ... -- Don...
Don French
bozito
Offline Send Email
Mar 18, 2007
12:28 am
182
Don, Yes, both ports are RS232, as described in the user guide. The UART class would need hardware support on the board to do the hardware handshaking...
ridgesoft
Offline Send Email
Mar 18, 2007
12:36 am
183
Yes, I could buy the development kit, but I already have the XBees and a pair of AppBee-SIP adapter boards that do not suppport RS232. Oh well. I see that...
Don
bozito
Offline Send Email
Mar 19, 2007
2:27 am
184
Hi, I want to use this port for communication via Bluetooth. Can anyone give a hint how to send integers or floating point values to the intellibrain which can...
jackbosshard
Offline Send Email
Mar 19, 2007
1:57 pm
185
You can send integers or longs as a series of bytes and then recombine them in the Intelllibrain. For example, to send an integer as two bytes, the sending...
Don French
bozito
Offline Send Email
Mar 19, 2007
7:55 pm
186
Hi Jack, You might want to take a look at the MS robotics studio integration examples here (http://www.ridgesoft.com/msroboticsstudio.htm ...
ridgesoft
Offline Send Email
Mar 19, 2007
8:26 pm
187
Silly me, I was thinking that ints were 16 bits and longs 32, but of course, an int is 32 bits and a long is 64. The mask and shift method is the most...
Don
bozito
Offline Send Email
Mar 19, 2007
11:06 pm
188
for(int i = 0; i < 10; i++) System.out.println("" + i); prints two lines and throws two StackOverflowError exceptions....
Don
bozito
Offline Send Email
Mar 19, 2007
11:06 pm
189
Oops, I got the long recombine statement wrong. It should be: long longVal = byte4 + byte3*256 + byte2*256*256 + byte1*256*256*256 And byte1, byte2, byte3,...
Don
bozito
Offline Send Email
Mar 19, 2007
11:08 pm
190
Hi Don, I tested this. The following program works fine for me using the default stack size, 200 elements. public class Test1 { public static void main(String...
ridgesoft
Offline Send Email
Mar 20, 2007
3:41 am
191
Hi, Thanks to you all with your valuable inputs. Originally I thought to use string methods (parse..) which don't exist in this Java version. But nevertheless...
jackbosshard
Offline Send Email
Mar 20, 2007
12:22 pm
192
No, I was running it as the only code in the program. I used one of the example projects rather than creating a new one and the stack size apparently had...
Don French
bozito
Offline Send Email
Mar 20, 2007
12:22 pm
193
Hi guys i am trying to make my robot navigate from one location to another using Sharp range sensors. anyone who has the code to include range sonsor class...
kariz75
Offline Send Email
Mar 23, 2007
4:03 pm
194
For the wheels check Acroname and Parallax web sites....
jdunkerj@...
dunkerjeff
Offline Send Email
Mar 24, 2007
2:25 am
195
See the following examples using IntelliBrain-Bot's range sensors: \Program Files\RoboJDE\Examples\Sensors\InfraredRange\SharpGP2D12 \Program...
ridgesoft
Offline Send Email
Mar 24, 2007
2:44 pm
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
Messages 168 - 197 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