| | Re: NXTway DS powered by LEJOS OSEK
|
|
Hi Takashi, (...) you can use interrupts and the PCD (DMA-channel), so it should be possible to do it with a very light load on the processor. Jürgen (17 years ago, 10-Aug-07, to lugnet.robotics)
|
|
| | Re: NXTway DS powered by LEJOS OSEK
|
|
(...) The problem is that the J is LeJOS means Java. LeJOS is a Java OS for a LEGO brick, in this case (i.e., LeJOS NXJ) it is for the NXT. So it is very confusing to have your OS be called LeJOS OSEK. It would be really good if you would rename it (...) (17 years ago, 10-Aug-07, to lugnet.robotics)
|
|
| | Re: NXTway DS powered by LEJOS OSEK
|
|
(...) I could measure the performance for the three cases and it was also very interesting for me. #no-so-optimized(update LCD every time) Loop count: 2695 (very slow) Size: 18240byte(includes LEJOS OSEK firmware) #optimized(LCD is updated every (...) (17 years ago, 10-Aug-07, to lugnet.robotics)
|
|
| | Re: NXT memory map
|
|
(...) Strange, for me it is always easy to find with Google: (URL) data sheet is here: (URL) Jürgen Stuber <juergen@jstuber.net> (URL) (17 years ago, 10-Aug-07, to lugnet.robotics.nxt.nxthacking)
|
|
| | FW: RotateMotorEx hangs
|
|
Thank you to both John and Roger, I'll try it out later next week. --Elizabeth -----Original Message----- From: news-gateway@lugnet.com [mailto:news-gateway...ugnet.com] On Behalf Of John Hansen Sent: Wednesday, August 08, 2007 6:20 PM To: (...) (17 years ago, 9-Aug-07, to lugnet.robotics.nxt)
|
|
| | RCX transmitting on the IR over 2400
|
|
Dear friends, I am trying to use the lego RCX 2.0 over 2400 bps, actually at 4800 bps. I have no problems transmitting but Very rarely receives correctly. Any idea about this? Have you been in this road before? Thanks Rodrigo (17 years ago, 9-Aug-07, to lugnet.robotics)
|
|
| | Re: Mobile Phone for pbLua Development
|
|
(...) I'm not sure what operating system is on your Treo, but I am running vxHpc on my Dell Axim which runs Windows Mobile 5. Details on vxHpc are at (URL) and screen shots of my setup are at (URL) It really is nice to be able to program from a PDA. (...) (17 years ago, 9-Aug-07, to lugnet.robotics.nxt)
|
|
| | 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)
|