To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.nxtOpen lugnet.robotics.nxt in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / NXT / *958 (-20)
  RE: mindstorms sdk
 
John, I regret to admit that, between work and this, 16 hrs a day and 7 days a week, I got so frustrated that files were deleted... I won't have time to reproduce it until next weekend. To put it shortly.... nxc_guide.pdf .. 3.13.3.... (...) (17 years ago, 23-Aug-07, to lugnet.robotics.nxt)
 
  Re: The standard NXT firmware & the case of the missing opcodes
 
(...) If you download the test_release.zip that I uploaded late last night you will be able to use these new opcodes (after installing the enhanced firmware in lms_arm_jch.zip) in both NBC and NXC programs. Here is some sample NXC code: task goofy() (...) (17 years ago, 23-Aug-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: mindstorms sdk
 
(...) Unfortunately, I have verified beyond any possible doubt that the comm module offsets in NBCCommon.h (as well as the offsets for all the other modules) are correct. I had really hoped that there was a bug here. What I did to verify the values (...) (17 years ago, 22-Aug-07, to lugnet.robotics.nxt)
 
  Re: The standard NXT firmware & the case of the missing opcodes
 
(...) I don't think I ever got around to mentioning this here, but a long time ago I implemented all of the above opcodes in my NBC/NXC enhanced standard NXT firmware. I implemented all of the shift opcodes so that they take 3 parameters rather than (...) (17 years ago, 22-Aug-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: mindstorms sdk
 
(...) I think you might very well be right since some things just don't seem to work right for some folks who have tried that particular IOMap. But I haven't been able to find where it is off yet. Which offset were you trying to use? You need to (...) (17 years ago, 21-Aug-07, to lugnet.robotics.nxt)
 
  mindstorms sdk
 
Would someone tell me the link to the sdk site where I can find the proper iomap . the one in the nxc guide.pdf seems to be off somewhere. we were playing with the comm. Module map,. the offset is off!!! Elizabeth (17 years ago, 21-Aug-07, to lugnet.robotics.nxt)
 
  Re: LEJOS OSEK giving me funky dll errors
 
(...) The problem that you have encountered seems to be a common Cygwin problem. (please google cygintl-3.dll). I guess that you need to re-install Cygwin. In my case, I just select make 3.81-1 under Devl and other stuff remains as default during (...) (17 years ago, 19-Aug-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: pbLua Beta 13c Sumo program
 
(...) That's a great idea. My kids worked on an RCX based sumo bot last year in school, and just last week they were asking about using the NXT and the new motors. Maybe it's time to build a robot instead of write software all the time :-) (...) 1. (...) (17 years ago, 19-Aug-07, to lugnet.robotics.nxt)
 
  pbLua Beta 13c Sumo program
 
I posted earlier about my first impressions of pbLua Beta 13c and some things I couldn't figure out, mainly having to do with numbers. Ralph Hempel promptly replied and some of the concepts are a bit over my head so I decided I should just plow (...) (17 years ago, 19-Aug-07, to lugnet.robotics.nxt)
 
  Re: NXT R/C Car Drifting (NXT GT)
 
(...) !!! Great !!! -- alf (17 years ago, 17-Aug-07, to lugnet.robotics.nxt)
 
  Re: File Error - what does it exactly mean?
 
(...) Well, I try to allocate all memory available for one big array and then deal with it using my own memory manager with C-like calls of malloc and free. It works fine, but I'd need to know how big this one array I can make while the program (...) (17 years ago, 17-Aug-07, to lugnet.robotics.nxt)
 
  LEJOS OSEK giving me funky dll errors
 
I've installed LEJOS OSEK 1.04, but when I try to make all in the helloworld example, I get the error "This application has failed to start because cygintl-3.dll was not found. Re-installing the application may fix this problem." I've tried telling (...) (17 years ago, 17-Aug-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: File Error - what does it exactly mean?
 
(...) You've got 32k to work with for all variables of all types, including user-defined types and arrays. Every time you manipulate an array you use up more memory due to copying taking place in the VM. If you shared with me some information about (...) (17 years ago, 17-Aug-07, to lugnet.robotics.nxt)
 
  Re: File Error - what does it exactly mean?
 
(...) But I am getting it when trying to allocate an array that is larger than the amount of heap available. And it seems there is no way of checking how much space remains free, so I have no way of preventing this File Error! from happening if I (...) (17 years ago, 17-Aug-07, to lugnet.robotics.nxt)
 
  Re: NXT R/C Car Drifting (NXT GT)
 
(...) You might try the wheels of these vehicles: (2 URLs) are made from hard plastic. Congratulations for your work! Philo (17 years ago, 17-Aug-07, to lugnet.robotics.nxt)
 
  NXT R/C Car Drifting (NXT GT)
 
Hi, I just uploaded a video of a NXT Bluetooth R/C Car which is called "NXT GT". I've found many NXT based cars (includes R/C or non R/C) and a uniquie point of NXT GT is that we succeeded to make the NXT GT Drifting! (URL) The trick of NXT GT (...) (17 years ago, 17-Aug-07, to lugnet.robotics.nxt)
 
  robotc documentation
 
While I'm waiting a login to the RobotC forum, I wonder if anyone knows where I can find documentation. I looked at the robotc forum. One developer said software guide will be ready not at a cost "up to the Sensing part"?? What does that mean (...) (17 years ago, 15-Aug-07, to lugnet.robotics.nxt)
 
  Re: Real C/C++ Programming Solution?
 
Takashi Chikamasa wrote: LEJOS OSEK also supports the program upload to Flash. However, I intentionally (...) As far as I know, this is from the manufacturers extreme limits of operation. I have personally cycled my NXT through a SAMBA load many (...) (17 years ago, 15-Aug-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: Real C/C++ Programming Solution?
 
(...) LEJOS OSEK also supports the program upload to Flash. However, I intentionally do not describe it in the docs. I am not sure about the life cycle of Flash in the ATMEL ARM7 very well, however, some lugnet discussions told me that the lifecyle (...) (17 years ago, 15-Aug-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: Mobile Phone for pbLua Development
 
(...) I finally loaded pbLua into a brick and tested it with PocketPuTTY, my normal SSH client and it works great! It comes with a BSD license so is free to use. (URL) I am using PocketPuTTY 2007-02-28 dev build for WM2003. This version added serial (...) (17 years ago, 13-Aug-07, to lugnet.robotics.nxt, FTX)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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