 | | The end of an all-too-brief era
|
|
I had heard it here before around here... but had hoped it was just a rumour. LEGO Mindstorms is going away. Toys R Us, at least in my area, has stopped carrying Mindstorms products, and according to the fellow I spoke to about it that works there, (...) (22 years ago, 7-Jan-04, to lugnet.robotics)
|
|
 | | Re: motor repair
|
|
(...) Hi Stef, I have added a link to your page in my 43362 motor disassembly stuff (URL) also wanted to thank you for your great Mindstorms sensor pages, especially this one: (URL) do you know a web translation tool that can do Duth to English or (...) (22 years ago, 7-Jan-04, to lugnet.robotics.rcx, lugnet.technic, lugnet.robotics)
|
|
 | | Re: IR Tower and Hyperthreading
|
|
Mike Thorn wrote: > At 10:41 AM 1/6/2004, you wrote: > >> Here is what LEGO should be doing right now: >> >> 1) Putting something up on their website that acknowledges there is a >> problem, that they are working on it, and a planned target date for (...) (22 years ago, 7-Jan-04, to lugnet.robotics)
|
|
 | | Re: nop in NQC?
|
|
(...) <snipped> (...) Or you can just forget all that. I ran the same test with the order changed and the 3rd NOP of the 5 I tried was always the fastest (regardless of which one I used). Modifying the program to try each of 5 different options in (...) (22 years ago, 7-Jan-04, to lugnet.robotics)
|
|
 | | Re: IR Tower and Hyperthreading
|
|
snip (...) Yes, this is true. Once Hyper-Threading is enabled and Win XP installs the multi-processor kernel there is no reverting back to a uni-processor kernel. This is not speculation, I used to test processors for Intel. Jason (22 years ago, 7-Jan-04, to lugnet.robotics)
|
|
 | | Re: IR Tower and Hyperthreading
|
|
----- Original Message ----- From: "Mike Thorn" <buachaille@neo.rr.com> To: <lego-robotics@crynwr.com> Sent: Tuesday, January 06, 2004 6:14 PM Subject: RE: IR Tower and Hyperthreading (...) supported. XP Home was shipping on brand new PC's when RIS (...) (22 years ago, 7-Jan-04, to lugnet.robotics)
|
|
 | | RE: IR Tower and Hyperthreading
|
|
(...) The problem is that they never promised to support XP. The only thing listed is 98/ME. In fact, they explicitly say 2K and NT are _not_ supported. (...) Everywhere this is mentioned, someone says you have to reinstall windows after doing (...) (22 years ago, 6-Jan-04, to lugnet.robotics)
|
|
 | | Re: nop in NQC?
|
|
(...) Here's a program that tries to analyze the various NOP options: #pragma reserve 0 __nolist void NOP1() { Wait(0); } __nolist void NOP2() { Wait(-1); } __nolist void NOP3() { asm { 0x27, 1 }; } __nolist void NOP4() { asm { 0x10 }; } __nolist (...) (22 years ago, 6-Jan-04, to lugnet.robotics)
|
|
 | | Re: nop in NQC?
|
|
(...) According to the LASM bytecode reference, the Wait command waits for the "given number of 10ms". And, "If the given number is negative, the command is ignored." I don't know if that is quite the same as a NOP but it's worth a try. (several (...) (22 years ago, 6-Jan-04, to lugnet.robotics)
|
|
 | | Re: Laser Target Finder sensor
|
|
(...) This is a great work !! I like that kind of detector that brings LEGO to upper technology level. And the robot works quite well...well done!! Chris. (22 years ago, 6-Jan-04, to lugnet.robotics, FTX)
|