| | Re: NXT memory map
|
|
(...) I found everything here (URL) not directly at Atmel... Christian (17 years ago, 7-Aug-07, to lugnet.robotics.nxt.nxthacking)
|
|
| | Walking Bot Video
|
|
Hi All, I've just posted on my blog (URL) a video of a walking bot I built year ago using the "ROBOTIX" motorized construction set. Although the bot is being controlled by a Handy Cricket controller, it can easily be operated by a LEGO NXT. The (...) (17 years ago, 7-Aug-07, to lugnet.robotics)
|
|
| | Re: NXTway DS powered by LEJOS OSEK
|
|
(...) OK, I will make three versions (no-so-potimized version, 16msec update, and display removed version). Next couple of days I will not have time to do, so please wait for several days. (...) You are right. LEJOS OSEK does not support file system (...) (17 years ago, 6-Aug-07, to lugnet.robotics)
|
|
| | Re: RotateMotorEx hangs
|
|
(...) The change I have made is to replace this: // Waits till angle reached index __rotate_firstPort0, __rotate_ports0, NA __rotate_Running0: getout __rotate_rs0, __rotate_firstPort0, RunState brcmp EQ, __rotate_Running0, __rotate_rs0, (...) (17 years ago, 6-Aug-07, to lugnet.robotics.nxt)
|
|
| | Re: NXTway DS powered by LEJOS OSEK
|
|
(...) Thanks. I'm just glad to see people are having fun with it. (...) This is actually a bit tricky. Dick Swan (RobotC) asked about optimizing the display update function like you've done (for the same reason you did it). Basically, it means this (...) (17 years ago, 6-Aug-07, to lugnet.robotics)
|
|
| | RE: NRLink reading RCX response w/ RobotC
|
|
(...) Look at the file "RCX2 LASM Byte Codes" for a description of each of the available opcodes. Read (URL) coupled with the contents of my previous email. (...) No valid message starts with with 'opcode' byte of '00' or 'FF'. [Check out the above (...) (17 years ago, 3-Aug-07, to lugnet.robotics.nxt)
|
|
| | NXT memory map
|
|
Hi, where can I get some more informations about NXT memory map when system is running ? 1. Startaddress of RAM (Range: 0x0000 0000 - 0x0000 FFFF) ??? 2. Startaddress of Flash (Range: 0x0001 0000 - 0x0003 FFFF) ??? Is it true, that the flashmemory (...) (17 years ago, 6-Aug-07, to lugnet.robotics.nxt.nxthacking)
|
|
| | Re: Two New GBC Modules..
|
|
(...) I have some more pictures uploaded; (URL) here> and (URL) here>. The cut-away part in the lift is actually from a shortage of 1x4 bricks, but I agree, it turned out nicely. I'm just now realizing how quiet it is, I can't really say for certain (...) (17 years ago, 6-Aug-07, to lugnet.robotics, lugnet.technic, FTX)
|
|
| | RE: RotateMotorEx hangs
|
|
As long as it will still retain the value of rotation count, it will be very useful. Otherwise, it will be bad! This will help in simulating an event driven instance. Do you see there is any down side of this implementation other than a few more (...) (17 years ago, 6-Aug-07, to lugnet.robotics.nxt)
|
|
| | Re: NXTway DS powered by LEJOS OSEK
|
|
Hi Steve, It's my great pleasure to receive a reply from the father of Legway! (Everything was started from your great work) (...) Please use the following answers. Features: LEJOS OSEK Language type: ANSI C/C++ Firmware: Custom IDE(included?): (...) (17 years ago, 6-Aug-07, to lugnet.robotics)
|
|
| | Re: RotateMotorEx hangs
|
|
(...) You asked for it, you got it. :-) John Hansen (17 years ago, 5-Aug-07, to lugnet.robotics.nxt)
|
|
| | Re: Two New GBC Modules..
|
|
(...) pictures of the interal mechanism? And how is it on jamming? I really like the way you left one corner of the lift tower open, it just looks so much better with the ball motion visible. When I finally get a ball pump working that I like, I (...) (17 years ago, 5-Aug-07, to lugnet.robotics, lugnet.technic)
|
|
| | Two NXT Back2Back
|
|
Hello Community, can direct connection of two NXTs (port4) with normal Lego-cables damage any parts or drivers ? Normally I use a special cable (Pins 3,5,6) to use the RS485 communication to another NXT, but some guys told me, they have used the (...) (17 years ago, 5-Aug-07, to lugnet.robotics.nxt)
|
|
| | RE: RotateMotorEx hangs
|
|
"... Maybe I could check that the power level is not equal to zero as well..." Good idea. Will be included in the coming release? --Elizabeth -----Original Message----- From: news-gateway@lugnet.com [mailto:news-gateway...ugnet.com] On Behalf Of (...) (17 years ago, 5-Aug-07, to lugnet.robotics.nxt)
|
|
| | Re: File Error - what does it exactly mean?
|
|
(...) I would guess that 99% of the time that you get a File Error abend in an NXT program it is because of trying to access an element beyond the end of the array. I'm glad you were able to figure the problem out quickly. It would be nice if the (...) (17 years ago, 5-Aug-07, to lugnet.robotics.nxt)
|
|
| | Re: NRLink reading RCX response
|
|
(...) Thanks for the recommendation John, I think we met in '99 at Mindfest at MIT, but I'm sure you met way too many to remember. I'm a long-time user of NQC and I evaluated NXC right after I got the NXT, along with RobotC. I've been focusing on (...) (17 years ago, 5-Aug-07, to lugnet.robotics.nxt)
|
|
| | Re: Two New GBC Modules..
|
|
Some very well done modules Kevin. I really like the "Wave" module. It moves quickly enough to make it more interesting than a slower set of steps. Bryan (17 years ago, 5-Aug-07, to lugnet.robotics, lugnet.technic, FTX)
|
|
| | Re: File Error - what does it exactly mean?
|
|
(...) I have to answer myself after analyzing the reason. The error occured when trying to access elements of array outside of the initialized range. Glad to have resolved it. (17 years ago, 5-Aug-07, to lugnet.robotics.nxt)
|
|
| | File Error - what does it exactly mean?
|
|
Hello, I have an NBC program which compiles fine and the previous versions of it were working as expected. After some minor modifications, the program is interrupted in the middle with a message "File Error!" shown on the LCD for a short momemnt and (...) (17 years ago, 5-Aug-07, to lugnet.robotics.nxt)
|
|
| | Re: Wishlist for next pbLua Beta
|
|
(...) My thought would be to aim for a filesystem designed for flash use, like yaffs ( (URL) ). That particular filesystem is licensed under GPL and might be uncomfortably large too, I'm not sure, but it's structured more appropriately than FAT. I (...) (17 years ago, 4-Aug-07, to lugnet.robotics.nxt)
|