To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.roboticsOpen lugnet.robotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / *46148 (-20)
  RE: Bluetooth Comm Problem
 
(...) A visual review looks like everything is appropriate. The only thing I can think of is whether, on the NXT, you are calling "ReadMessage" more than once. You should have a loop that runs for at least 50 (or better yet 150) milliseconds. (...) (19 years ago, 13-Feb-07, to lugnet.robotics.nxt)
 
  Bluetooth Comm Problem
 
I have been trying to communicate via BT from a Perl script on my PC to/from the NXT. I am not using Fantom. I have no problem receiving data from the NXT, but the NXT does not appear to be receiving the messages I send. I am capturing the serial (...) (19 years ago, 13-Feb-07, to lugnet.robotics.nxt)
 
  Re: BricxCC release 3.3.7.16
 
It worked. The key was to save a file with .nxc extension... Thanks, Patrick "John Hansen" <afanofosc@comcast.net> escreveu na mensagem news:JDCzqy.MxL@lugnet.com... (...) (19 years ago, 12-Feb-07, to lugnet.robotics, lugnet.robotics.nxt)
 
  NXC/NBC release news
 
I released beta 26 last night/this morning. It is primarily a bug fix release. If you want to use the new features in beta 25 you definitely should upgrade to beta 26 due to the problems that exist in the previous beta release. - Fixes an array (...) (19 years ago, 12-Feb-07, to lugnet.robotics, lugnet.robotics.nxt)
 
  Re: BricxCC release 3.3.7.16
 
(...) If the Download button is enabled (the hot key is F6 and the button looks like a blue triangle point down) then when you click on that button your current NXC program is downloaded to the NXT unless some error message indicates otherwise. The (...) (19 years ago, 12-Feb-07, to lugnet.robotics, lugnet.robotics.nxt)
 
  Re: BricxCC release 3.3.7.16
 
Just a question: (I am sure everybody knows the answer...) How do i upload a NXC code to NXT? Obviously is not throught the RCX "Program" combo (And it is disabled when conecting to NXT), but the upload icon command seems to do nothing (nor even a (...) (19 years ago, 12-Feb-07, to lugnet.robotics, lugnet.robotics.nxt)
 
  Off-road mobile robot
 
For original web site, go to: (2 URLs) I've decided to build a mobile robot in the first week after my summer examination period in the 4th year at the university. I'd finished all exams quite early and I got bored soon doing nothing. My field was (...) (19 years ago, 11-Feb-07, to lugnet.robotics, FTX)
 
  Following Robot
 
Hello. I am trying to program a simple Jentoo-based robot ( (URL) ) to follow moving objects. However this is turning out to be much harder than expected. Here it what I want to do: 1) The robot monitors the ultrasonic sensor every second, checks if (...) (19 years ago, 11-Feb-07, to lugnet.robotics)
 
  Re: Matlab and NXT
 
(...) It is possible to create an special MATLAB Real Time Workshop Embedded Target for NXT, converting a Simulink model to say NXC. There is a document here (URL) describes the process. It is a rather big project by itself, but I'm sure some people (...) (19 years ago, 11-Feb-07, to lugnet.robotics)
 
  Re: Wireless RCX Communication.
 
Allow me to re-state what I am trying to achieve: I have however many RCX bricks, for which I want line of sight communication between ONLY. For the RCX to PC comms, I would like to use some other method that is not limited to line of sight, but I (...) (19 years ago, 11-Feb-07, to lugnet.robotics)
 
  Re: Wireless RCX Communication.
 
(...) "little odd" ? This is totally odd. 1. Possible wireless channels are : infrared or visible light, modulated ultrasonic/sound or radio 2. You don't want to compromise infrared sensors, so there only remains modulated acoustics/ultrasonics or (...) (19 years ago, 11-Feb-07, to lugnet.robotics)
 
  Wireless RCX Communication.
 
Hello, This may seem a little odd, but I want to get the RCX talking to the PC wirelessly without compromising the infrared sensors! This may seem a little odd, but it is because I need line of sight between the two robots, but communication from (...) (19 years ago, 11-Feb-07, to lugnet.robotics)
 
  Re: Matlab and NXT
 
You might also look at (URL) I have not tried this toolset it appears to basically allow for a communication channel between MATLAB and the NXT. But it does not appear to "compile" MATLAB code into NXT Bytes or NXT code. Ed (19 years ago, 11-Feb-07, to lugnet.robotics)
 
  Re: Advice on NXT demonstration Project
 
Thanks Brian! If the people at this meeting will enjoy this demonstration as cool as my kids did, It will be a major success! And JennToo is amazing! He is simple, cool design, have personality and it is very flexible. If I get some time until (...) (19 years ago, 10-Feb-07, to lugnet.robotics.nxt)
 
  Re: Matlab and NXT
 
(...) Have a look to: (URL) a problem: the target is RCX and not NTX. Good look! Julio ***...*** Julio Abascal University of the Basque Country. Dept. of Computer Architecture & Technology (19 years ago, 10-Feb-07, to lugnet.robotics)
 
  Re: Matlab and NXT
 
ello from Spain You can find a project on (URL) and a project with Simulink on (2 URLs) Koldo (URL) Hassenplug(e)k dio: (...) (19 years ago, 10-Feb-07, to lugnet.robotics)
 
  Re: motor disassembly
 
(...) I know it won't help much... but have a look to this: (URL) (19 years ago, 10-Feb-07, to lugnet.robotics, lugnet.technic)
 
  Re: Advice on NXT demonstration Project
 
"Brian Davis" <brdavis@iusb.edu> escreveu na mensagem news:JD4JyL.9zA@lugnet.com... (...) Brian, JennToo has a very interesting behaviour in the nest program. (I saw the movie). Is it ask to much for the NXTG code? I did not find it anywhere... (...) (19 years ago, 10-Feb-07, to lugnet.robotics.nxt)
 
  Re: NXT parts for MLcad 54087 or 56145
 
Hi all, (...) I checked the size with a 44292 wheel. It's exactly the same. I also checked on Peeron site, the two parts seem to be the same. (URL) Klein A Mindstorms fan. (19 years ago, 9-Feb-07, to lugnet.cad.mlcad, lugnet.robotics.nxt)
 
  Re: Matlab and NXT
 
(...) It sounds like you want to make a program in Matlab, and compile it to run on the NXT. You do NOT want to make a program that runs on a PC, and is a remote control for the NXT. Right? This is NOT a simple task. I don't know much about Matlab, (...) (19 years ago, 9-Feb-07, to lugnet.robotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR