 | | Re: NQC for sale?
|
|
This is a C-based programming trainer CD is from the Robotics Academy at Carnegie Mellon. I haven't seen this one in paticular but own a couple of others from them. It is a great resource for teachers just starting out in robotics. I think the NQC (...) (22 years ago, 7-Jan-04, to lugnet.robotics)
|
|
 | | Re: The end of an all-too-brief era
|
|
(...) Dear Mark, I do not believe that they will stop production (maybe development) - at least not regarding the educational part of the system. But as of today I sent the following eMail to LEGO Customer Service: "... Especially because of several (...) (22 years ago, 7-Jan-04, to lugnet.robotics)
|
|
 | | Re: The end of an all-too-brief era
|
|
(...) Has this been confirmed or denied by anyone from TLC ? At Lego World, the folowing question was asked... Q: is there any future for the Mindstorms line? A: yes. (URL) a bit like an urban legend to me. (like a floor person at a TRU would know (...) (22 years ago, 7-Jan-04, to lugnet.robotics)
|
|
 | | RE: IR Tower and Hyperthreading
|
|
(...) Thanks for confirming an assumption I made regarding using the serial tower. This means the problem is either in the USB driver code for the IR tower, or it is in the DLL that talks to the USB driver. Does anyone with a hyper-threaded machine (...) (22 years ago, 7-Jan-04, to lugnet.robotics)
|
|
 | | Re: The end of an all-too-brief era
|
|
(...) If IBM hadn't produced their PC's and the Macs never broke into the market we'd still be using C64's. The key thing is that the C64's became outdated and obsolete. The RCX is far from outdated OR obsolete. ~Mike (22 years ago, 7-Jan-04, to lugnet.robotics)
|
|
 | | Re: The end of an all-too-brief era
|
|
(...) Right... just because Commodore stopped making the C64 that shouldn't stop C64 development because of all the people that bought them in the first place? Sorry... it doesn't work like that. The RCX and the Mindstorms line won't die instantly, (...) (22 years ago, 7-Jan-04, to lugnet.robotics)
|
|
 | | RE: The end of an all-too-brief era
|
|
Exactly! James C. Jones Technology Consultant/Instructor Timber Creek High School 1001 Avalon Park Blvd. Orlando, FL 32828 321\235-7800 x5509 321\235-7821 (fax) jonesj5@ocps.net www.rightnote.com "Do what you do so well that those who see you do (...) (22 years ago, 7-Jan-04, to lugnet.robotics)
|
|
 | | RE: The end of an all-too-brief era
|
|
LEGO can easily close off the consumer market, but they can't do that through the educational side. Schools won't spend money with a place that walks away from products. Kids break things, lose them, or classes increase in size or add more assets. (...) (22 years ago, 7-Jan-04, to lugnet.robotics)
|
|
 | | Re: The end of an all-too-brief era
|
|
(...) I don't. Does nobody remember the rumour of RIS 3.0? Nothing ever disproved it (and in fact several sources confirmed it, which were all publicized here). I'm sticking with that hope. And besides, just because the line discontinues doesn't (...) (22 years ago, 7-Jan-04, to lugnet.robotics)
|
|
 | | RE: The end of an all-too-brief era
|
|
While the commercial side of Mindstorms may or may not be readily available, Pitsco-Lego Dacta is alive and well and selling the Team Challenge Set, similar, but with better parts (personal opinion). Check it out: www.pitsco-LEGOeducation.com or (...) (22 years ago, 7-Jan-04, to lugnet.robotics)
|
|
 | | 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)
|
|
 | | Re: Happy new year!!!
|
|
(...) Thanks Dave, it works now ! Stef Mientki (22 years ago, 6-Jan-04, to lugnet.robotics.rcx.nqc)
|
|
 | | RE: NQC for sale?
|
|
| BTW, Interactive C (originally developed for the Handyboard) is available | as freeware from (URL) Its a binary package that doesn't come with sourcecode :-( Not worth considering since there are excellent open soure alternatives as NQC and (...) (22 years ago, 6-Jan-04, to lugnet.robotics)
|
|
 | | Re: Should I buy Accessory Set?
|
|
Yes! You want the UAS. More parts is better. Always better. Depending on how much of a purist you are, you want ALL the packs, just for completeness. :) and of course the cool parts. Jim West www.jameswest.com The box said Windows 95 or better, so I (...) (22 years ago, 6-Jan-04, to lugnet.robotics)
|
|
 | | Should I buy Accessory Set?
|
|
Hi, I ordered my RIS 2.0 yesterday. Could you give me some recommendations about the additional Minstorms packs? Is there any must-have? What about 3801, Ultimate Accessory Set? thanks, (22 years ago, 6-Jan-04, to lugnet.robotics)
|
|
 | | RE: IR Tower and Hyperthreading
|
|
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 resolution. 2) They should offer people the option to exchange (...) (22 years ago, 6-Jan-04, to lugnet.robotics)
|
|
 | | Re: Does RIS2.0 set use the fiber optics cable?
|
|
(...) The USB tower can be connected to the Scout and MicroScout bricks with the FO light tube contained in the RIS2.0 set. Have a look at WinVLL: (URL) (22 years ago, 6-Jan-04, to lugnet.robotics.rcx, lugnet.robotics.vll)
|
|
 | | Re: IR Tower and Hyperthreading
|
|
(...) Unfortunately there's no consistency here. All of our problem machines are < 3Ghz, but usually > 2Ghz. Rob Limbaugh was right when he said LEGO Tech Support isn't the greatest. As a Host in the Forum I'm supposed to direct problems like this (...) (22 years ago, 6-Jan-04, to lugnet.robotics)
|
|
 | | RE: NQC for sale?
|
|
BTW, Interactive C (originally developed for the Handyboard) is available as freeware from (URL) Message----- From: John Barnes [mailto:barnes@sensors.com] Sent: Monday, January 05, 2004 15:41 To: lego-robotics@crynwr.com Subject: NQC for sale? Did (...) (22 years ago, 6-Jan-04, to lugnet.robotics)
|
|
 | | Re: Does RIS2.0 set use the fiber optics cable?
|
|
(...) I think it is supposed to connect the USB tower to something, notice the hole in front of the LED that is used in VLL mode. That something might be a CodePilot, MicroScout or Spybotics brick, but I never tried it. Jürgen (22 years ago, 6-Jan-04, to lugnet.robotics.rcx)
|
|
 | | Re: Events in robolab
|
|
(...) As part of some of our robotics outreach work, we have produced various materials that may be of use. Some of the stuff we have got round to putting on the web can be found at: (URL) particular in the resources section towards the end of the (...) (22 years ago, 6-Jan-04, to lugnet.robotics.rcx.robolab, FTX)
|
|
 | | Re: Does RIS2.0 set use the fiber optics cable?
|
|
(...) Thanks for that info! Unfortunately they seem pretty hard to find on bricklink... (...) It could be used in the same way it is in the spybotics set... (though the spybotics set has a 12L one). Maybe spybotics uses it to send light through (for (...) (22 years ago, 6-Jan-04, to lugnet.robotics.rcx)
|
|
 | | Re: The BrickOS Task Manager
|
|
IIRC the issue was that Task, Process and Thread were all used to represent the same item/concept in the Kernel code. After some discussion, it was decided that the word Task would be used in all cases. This improves readability, etc... (ie. Task (...) (22 years ago, 6-Jan-04, to lugnet.robotics.rcx.legos)
|
|
 | | Re: nop in NQC?
|
|
"Brian Davis" <brdavis@iusb.edu> wrote in message news:Hr150r.vu2@lugnet.com... (...) bytecode? I'm (...) timer (...) sequences like: (...) at a (...) the speed (...) inbetween the (...) have one? (...) Opcode 0x10 is effectively a nop when (...) (22 years ago, 6-Jan-04, to lugnet.robotics)
|
|
 | | Re: NQC for sale?
|
|
(...) I wasn't aware of this, and I doubt I'll see any financial benefit, but I didn't create NQC for financial gain, and there have been ample rewards in other ways. I also don't mind if other people use NQC for some commercial purpose. I haven't (...) (22 years ago, 6-Jan-04, to lugnet.robotics)
|
|
 | | Re: nop in NQC?
|
|
(...) I think all of the single bytecode commands have side effects, which may or may not matter to you. You might want to use UnmuteSound(). Another option would be to create a command that does nothing. For example, a jump to the following (...) (22 years ago, 6-Jan-04, to lugnet.robotics)
|
|
 | | Re: Sensor Power
|
|
(...) Take a look at the functions ds_power_on() & ds_power_off() as defined in the dsensor.c kernel file. When you've set the sensor to passive mode, you should be able to manipulate the sensor power bits using these functions[1] or just use the (...) (22 years ago, 6-Jan-04, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Motor Display
|
|
(...) This problem has been fixed in the most recent CVS source file (dmotor.c), but as far as I can tell it hasn't been part of an offical release yet: (URL) (22 years ago, 5-Jan-04, to lugnet.robotics.rcx.legos)
|
|
 | | Re: RCX low battery indicator problem
|
|
(...) I've tried the RCX2 firmware (firm0328.lgo). Same results: after downloading the firmware the RCX beeps (low battery signal) and is locked. In BrickOS when I read the battery sensor and write it's value on the display it says 620 (mV, Ithink) (...) (22 years ago, 5-Jan-04, to lugnet.robotics.rcx)
|
|
 | | Re: The BrickOS Task Manager
|
|
tid_t -> thread ID pid_t -> process ID ? "nanobapt" <nanobapt@wanadoo.fr> wrote in message news:3FF95FD4.608020...adoo.fr... (...) (22 years ago, 5-Jan-04, to lugnet.robotics.rcx.legos)
|
|
 | | Re: New Robolab user saying hello!
|
|
In lugnet.robotics.rcx.robolab, Paul Britton wrote: <snip> I am an electronics test development engineer for satellite payloads and (...) <snip> Paul, you must have seen my 'Satellite Tracker'. If not, go to (URL) and navigate to that project. (...) (22 years ago, 5-Jan-04, to lugnet.robotics.rcx.robolab)
|