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 / *933 (-20)
  Re: Real C/C++ Programming Solution?
 
(...) Actually, implementing a closed-loop motor control in LEJOS OSEK is not difficult. I already have done for NXTway-DS(complex state space feedback) and NXT GT(P control for motor rev. angle). A significant factor to implement a close-loop motor (...) (17 years ago, 8-Aug-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: RotateMotorEx hangs
 
(...) <snipped> The RotateMotor call is designed to block. If you don't want to block then you can write code almost exactly like what Roger wrote in Java using other NXC API calls. Like so: #define UF_TLSM UF_UPDATE_TACHO_LIMI...PDATE_MODE #define (...) (17 years ago, 8-Aug-07, to lugnet.robotics.nxt)
 
  Re: RotateMotorEx hangs
 
(...) Hi Elizabeth: Here is how you could do it in Java: LightSensor eye = new LightSensor(SensorPort.S1); Motor.A.setSpeed(720); // 2 revolutions per second LCD.drawString("wait for dark",0,0); LCD.refresh(): Motor.A.rotate(3600,true); //rotate 10 (...) (17 years ago, 8-Aug-07, to lugnet.robotics.nxt)
 
  Re: Real C/C++ Programming Solution?
 
(...) Hmm, how hard would it be to just copy some of those functions from NXTGCC and use them in LEJOS OSEK? Would they require significant modification? Thanks, Jeremy Rand (17 years ago, 8-Aug-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: Real C/C++ Programming Solution?
 
(...) Currently, LEJOS OSEK does not provide abstracted API such as you asked. I agree that LEJOS OSEK should provide more sophisticated API for ease of use. I hope someone will raise his/her hand to write such framework library. Sorry for your (...) (17 years ago, 7-Aug-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: Mobile Phone for pbLua Development
 
(...) This is so cool that I want to find a terminal emulator for my Treo 650! Does anyone know of a free one I can use, or shareware that works well enough to pay for it? Cheers, Ralph (17 years ago, 7-Aug-07, to lugnet.robotics.nxt)
 
  Real C/C++ Programming Solution?
 
Is there a programming solution for the NXT that will allow me to use real C/C++? I've been trying to use NXTGCC (this is for firmware development based on an existing firmware for another controller, which is written in C/C++), but the code seems (...) (17 years ago, 7-Aug-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: Mobile Phone for pbLua Development
 
(...) And now the pictures of this project WindowsMobile pbLuaConsole (URL) V2 with extensions like GPS and Highspeedconnector (URL) it Bye Christian (17 years ago, 7-Aug-07, to lugnet.robotics.nxt)
 
  Re: multiple-files projects in NBC
 
(...) The compiler line number error reporting problems are bugs. It should work properly for #included files but it does not currently do so. I will try to get that fixed once I get my book written. My deadline is fast approaching and I still have (...) (17 years ago, 7-Aug-07, to lugnet.robotics.nxt)
 
  Mobile Phone for pbLua Development
 
Hi, yes it is true, pbLua-Development can be done at WindowsMobileDevices... Mobile_with_terminal...ua_Console This works fantastic in the garden or at the beach :D Enjoy pbLua Features Bye Christian (17 years ago, 7-Aug-07, to lugnet.robotics.nxt)
 
  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)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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