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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 334 - 363 of 424   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
334
Hi. I have a program that I have been working on that needs fine tuning. It keeps finding one syntax error that says there is an extra brace, but when I...
miss_star_cherry
miss_star_ch...
Offline Send Email
Feb 3, 2009
4:31 pm
335
First I would like to start by suggesting java IDE tool like eclipse. This will simplify you development. Here are issues I spotted: LED class already exist...
navaho4x4
Offline Send Email
Feb 4, 2009
2:44 am
336
... ** I forgot to mention that you do indeed remove the brace. Peter...
peter_chatterton2001
peter_chatte...
Offline Send Email
Feb 4, 2009
2:44 am
337
... ** change your class name to avoid conflict ... ** inconsistent spelling ... ** where is the display variable? also I would suggest using indentation and ...
peter_chatterton2001
peter_chatte...
Offline Send Email
Feb 4, 2009
2:44 am
338
SerialPort com1 = IntelliBrain.getCom1(); byte[] ch = new byte[11]; InputStream inputStream = com1.getInputStream(); while(true) { int inData =...
navaho4x4
Offline Send Email
Feb 4, 2009
2:45 am
339
The LCD display shows RoboJDE v1.5.2r1 on the top line and Load on the second line. I've loaded the Demo program and I still get this message. What do I need...
wrmsjosborne
Offline Send Email
Feb 4, 2009
2:46 am
340
Proper indentation would make the program easier to read. Did the email client remove the indentation? I agree with the compiler that there is one "}" too...
Paul King
pkinghu88
Online Now Send Email
Feb 4, 2009
3:13 am
341
I've also wondered what triggers an "end of stream" on a serial input port. Is it a special terminator character? Or some port disable signal on the serial...
Paul King
pkinghu88
Online Now Send Email
Feb 4, 2009
6:24 am
342
John, Make sure the download completes successfully from the GUI - no error messages, etc. If this is the case, check the status reported in the VM Status...
ridgesoft
Offline Send Email
Feb 5, 2009
4:28 am
343
When I hit the Start button on the IntelliBrainBot, I get LicenseError: objectlimit on the computer screen. I tried uninstalling and re-installing but I still...
Osborne, John [WR]
wrmsjosborne
Offline Send Email
Feb 6, 2009
4:52 am
344
Hi John, That error occurs when you haven't installed the license key. You must enter the key from the back of the CD case into the Tools- ... page 6 of the...
ridgesoft
Offline Send Email
Feb 6, 2009
5:02 am
345
I'm hacking a Radio Shack RC car for a mini-magellan contest and can't figure out the servo. It has six wires going to the steering box: brown, red, orange,...
peter_chatterton2001
peter_chatte...
Offline Send Email
Feb 7, 2009
4:49 am
346
... can't ... go ... of ... left, ... Hi Peter, I have not worked with your particular car, but in general an RC car with a "steering box" is not really using...
ka3gyi
Offline Send Email
Feb 8, 2009
12:10 am
347
Thanks for your reply, the explanation was very helpful. It looks like a lot of work to go with the original 'servo' so I'm going to try to drop in a real...
peter_chatterton2001
peter_chatte...
Offline Send Email
Feb 8, 2009
1:31 am
348
I'm working on Project to similate the old mouse search for cheese in maze puzzle. The first time through the maze, the mouse smells the cheese from distance...
navaho4x4
Offline Send Email
Feb 16, 2009
5:43 am
349
Do you have any advice about the driving motor? I've got it hooked up to a Motor port but it only goes slowly on high power and otherwise makes whining noises....
Peter Chatterton
peter_chatte...
Offline Send Email
Feb 18, 2009
1:24 pm
350
RidgeSoft is pleased to announce the availability of the RoboJDE Java-enabled robotics software development environment version 2.0. The major highlights of...
ridgesoft
Offline Send Email
Feb 19, 2009
4:09 pm
351
Wow! This is great, I can't wait to try it out! Thanks, Tim ... Wow! This is great, I can't wait to try it out! Thanks, Tim On Feb 19, 2009, at 9:09 AM,...
Tim White
cyface
Offline Send Email
Feb 19, 2009
4:18 pm
352
RoboJDE 2.0 uses the rxtx serial libraries to interface to serial ports. On Windows and Mac systems the libraries are installed by the installer. On Linux...
ridgesoft
Offline Send Email
Mar 26, 2009
2:58 pm
353
Surely this is only possible when all the computing is done on a PC?...
peter_chatterton2001
peter_chatte...
Offline Send Email
Mar 28, 2009
4:36 am
354
The example integration with MS Robotics studio runs the HostInterface example on the IntelliBrain-Bot, which allows the PC running MSRS to control the robot...
ridgesoft
Offline Send Email
Mar 28, 2009
4:48 am
355
Thanks, but what I'm interested in is a fully autonomous robot. I was wondering about using MSRS and a superficial search didn't deny the possibility but that...
Peter Chatterton
peter_chatte...
Offline Send Email
Mar 28, 2009
8:28 pm
356
I have Robotics Studio and Visual C# Express so I am trying to extend the services in the IntellibrainBot and IntelliBrainBotServices. I am running into the...
navaho4x4
Offline Send Email
Apr 5, 2009
5:46 pm
357
latency of communication might not be the bottleneck here. The " .net serializer" uses the same communication for MSRS robot control. I haven't used it so,...
Pranav
pranavtrehun007
Offline Send Email
Apr 7, 2009
12:44 pm
358
Hi, I want to use Intellibrain to sample sensor data and send it over to the PC. The PC will be used for kalman filtering and fuzzy logic control. The PC will...
Pranav
pranavtrehun007
Offline Send Email
Apr 9, 2009
12:56 am
359
I have done some experimenting with PC data communication to the IntelliBrain, including doing this over Bluetooth. While the serial port can handle the speed...
Paul King
pkinghu88
Online Now Send Email
Apr 10, 2009
1:19 am
360
Thank you Paul for such a detailed answer. It was very helpful and informative. I wasn't aware that processing was the bottleneck here. So this is what i...
Pranav
pranavtrehun007
Offline Send Email
Apr 10, 2009
4:18 pm
361
Pranav, "9600 baud" was what I thought was the maximum practical rate that the JVM could process input from the PC. THis is because input has to be parsed...
Paul King
pkinghu88
Online Now Send Email
Apr 12, 2009
1:08 am
362
Hello everyone, Does anyone have a suggestion for a rechargeable battery that can be used with the IntelliBrain2 controller board that can give the percentage...
jamesvweston
Offline Send Email
May 8, 2009
5:25 pm
363
I'm still using the old IntelliBrain controller and I'm experiencing problems with the servo ports. All other sensors and ports connected work just fine. I...
Arturo
arturuong
Offline Send Email
May 14, 2009
1:57 am
Messages 334 - 363 of 424   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help