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 / *923 (-20)
  Re: Two NXT Back2Back
 
(...) ReHi, I'm building an external SD-Card-Interface for storing data, using RS485... NXT-->RS485-->AtMega...->SPI-->SD Next project is AVRCAM via RS485 :D Thanks for your response Bye Christian (17 years ago, 7-Aug-07, to lugnet.robotics.nxt)
 
  multiple-files projects in NBC
 
I might have missed this topic in the manual, but is there any support for splitting NBC project into several files? I know there is #include macro, but the problem is that the compiler then reports errors/warnings at lines relative to the merged (...) (17 years ago, 7-Aug-07, to lugnet.robotics.nxt)
 
  Re: Two NXT Back2Back
 
(...) I do not see how you could burn any parts or drivers. Even if both ports would be in active sensor mode and (obviously) out-of sync, the electronics that connects the port to ADC should handle that as normally the same pin is used to power up (...) (17 years ago, 7-Aug-07, to lugnet.robotics.nxt)
 
  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)
 
  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: 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: 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: RotateMotorEx hangs
 
(...) You asked for it, you got it. :-) John Hansen (17 years ago, 5-Aug-07, to lugnet.robotics.nxt)
 
  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: 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)
 
  Re: NRLink reading RCX response
 
(...) You might want to consider using NXC and the standard NXT firmware. Here's some code John Barnes wrote in NXC for reading sensor values via the NRLink: int count; int sensorval; int i; int temp; byte toggle=0; byte csum; byte RCXcmnd[]; /*[0] (...) (17 years ago, 4-Aug-07, to lugnet.robotics.nxt)
 
  Re: RotateMotorEx hangs
 
(...) When you call RotateMotorXXX here is the code that is executed: subroutine __RotateMotor0 brtst EQ, __rotate_Done0, __rotate_angle0 sign __rotate_thePower0, __rotate_angle0 abs __rotate_theAngle0, __rotate_angle0 mul __rotate_thePower0, (...) (17 years ago, 3-Aug-07, to lugnet.robotics.nxt)
 
  RotateMotorEx hangs
 
This is actually the topic about interrupting RotateMotor(). I resend with a more appropriate topic. --E -----Original Message----- From: news-gateway@lugnet.com [mailto:news-gateway...ugnet.com] On Behalf Of Elizabeth Mabrey Sent: Thursday, August (...) (17 years ago, 3-Aug-07, to lugnet.robotics.nxt)
 
  RE: Idea on how to interrupt RotateMotor?
 
Look at the following sample code: ===...=== int shut =0; task x1() { TextOut(0, LCD_LINE3, "Waiting until it sees dark!..."); until (Sensor(IN_1)<40); shut=1; Off(OUT_AC); } task x2() { RotateMotorEx(OUT_AC, 75, 360, 0, FALSE, TRUE); TextOut(0, (...) (17 years ago, 3-Aug-07, to lugnet.robotics.nxt)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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