 | | Re: An OrthoGlide Mill
|
|
Beautiful! I saw that page on parallemic as well... Looks like you did a good job making the lego version! I liked the multiple worm gear setup you used to take up the backlash. Just a couple of questions... What are the crossed rubber bands for? Do (...) (23 years ago, 7-May-02, to lugnet.technic, lugnet.robotics)
|
|
 | | Re: Powered Sensors
|
|
No, the RCX knows nothing about the diodes. That is why devices like the light sensor only send a current signal in the range 0 - 0.32mA back to the RCX. This current then creates a voltage drop across the 10k reference resistor with respect to the (...) (23 years ago, 7-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Powered Sensors
|
|
Hello all, I recently purchased "Extreme Mindstorms - An Advanced Guide to LEGO Mindstorms" and I must say it is one of the best books out there for the power user. I have a number of questions regarding powered sensors. First of all, when the RCX (...) (23 years ago, 7-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: IR tower for ordinary infrared communication
|
|
I have heard of people using universal remotes that can "learn" commands to control their RCXen. Try a web/lugnet search. (...) (23 years ago, 7-May-02, to lugnet.robotics)
|
|
 | | Space Shuttle - quite a model!
|
|
Hi All: I was lucky enough to get a mint sealed Space Shuttle kit (8480) on EBay recently at a good price. I must say, I am quite impressed by the clever engineering incorporated in the model. Particularly interesting is the function gearshift (...) (23 years ago, 7-May-02, to lugnet.robotics)
|
|
 | | Re: IR tower for ordinary infrared communication
|
|
Is it possible to use the IR tower or RCX as a TV remote? Or use a universal remote to control an RCX? (...) (23 years ago, 6-May-02, to lugnet.robotics)
|
|
 | | Re: An OrthoGlide Mill
|
|
"Bob Fay" <rfay@attbi.com> wrote in message news:GvoyrL.G8x@lugnet.com... (...) You put a lot of work into it, and have a great result! Iain (23 years ago, 6-May-02, to lugnet.technic, lugnet.robotics)
|
|
 | | Re: Differential?
|
|
You can find complete building instructions on my site: (URL) you will need at least 2 differentials. ----- Original Message ----- From: "Ryan Humes" <nomad@celabs.com> To: <sjbaker1@airmail.net>; "Lego Robotics" <lego-robotics@crynwr.com> Sent: (...) (23 years ago, 6-May-02, to lugnet.robotics)
|
|
 | | Technic/Mindstorms™ at BrickFest 2002
|
|
BrickFest 2002 is planning on expanding on last year's events and themes by adding a selection of Technics/Mindstorms™ activities. This will include three categories of fun and games spread throughout the three day fest - MOC display, competitions (...) (23 years ago, 6-May-02, to lugnet.events.brickfest, lugnet.technic, lugnet.announce, lugnet.robotics) !
|
|
 | | Re: Next test version avail. 0.2.6.05 - have time?
|
|
(...) I'm not sure if that's a good idea. Of course, they can always be a compiler switch to turn them off if you don't want them. The thing is, though, that there are lots of tradeoffs between speed, memory use, and accuracy in this kind of (...) (23 years ago, 6-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Next test version avail. 0.2.6.05 - have time?
|
|
Ok, this brings up an interesting question... What is the best way to use LNP with windows? the version of WinLNP that I see is _ancient_ and requires VC++ to work.... so I see that there is a linux version, I was wondering it would be possible to (...) (23 years ago, 6-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: how to use RCX under linux?
|
|
(...) Did you really try to find the answer yourself before asking here? Entering "ris 2.0 linux" into google gave me this link: Lego Mindstorm with Linux Mini-HOWTO www.ibiblio.org/pub/...OWTO/mini/ other-formats/html_s.../Lego.html If you are (...) (23 years ago, 6-May-02, to lugnet.robotics)
|
|
 | | Re: legomin
|
|
I figure other people are going to wonder the same thing I did, and that is "WTF is a theremin?" So I'll give you the benefit of my search: (URL) it's a musical instrument you play by waving your hand near, without touching. (...) (23 years ago, 6-May-02, to lugnet.robotics)
|
|
 | | An OrthoGlide Mill
|
|
I have posted some pictures and a movie of my attempt to build a working OrthoGlide Mill. I was only moderately successful. I have cut candles, toast, sidewalk chalk and now the ........ Well, you will see! (URL) Fay THE SHOP (URL) (23 years ago, 6-May-02, to lugnet.technic, lugnet.robotics)
|
|
 | | how to use RCX under linux?
|
|
Is there a good guide on how to use my RIS 2.0 under linux? (23 years ago, 6-May-02, to lugnet.robotics)
|
|
 | | legomin
|
|
I'm a big fan of the theremin and this is the lego version. its basicly the lightsensor above the IR port (as in a proximitie sensor) and the folowing code in nqc int level; task send_signal() { while(true) {SendMessage(0); Wait(10);} } task (...) (23 years ago, 5-May-02, to lugnet.robotics)
|
|
 | | Re: cygwin messed up?
|
|
Jason, There is a problem within the Makefile logic atleast with some windows OS. What OS are you trying it on? I submitted a bug to the legOS project on sourceforge ((URL) and submitted a suggestion for a fix here ((URL) is happening (atleast on my (...) (23 years ago, 6-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Next test version avail. 0.2.6.05 - have time?
|
|
We are looking for help testing our next very-early integration. We have revised the LNP support and have reworked the support for the LEGO Infrared Remote Control to create this 2nd test version. This version mimicks the stock firmware behavior. (...) (23 years ago, 6-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Program() always returns 0
|
|
SetUserDisplay does not work like that. You need to specify either a sensor, timer, or global variable. Once you have done that it will continuously update the display as the value changes. In your case you should write your program something like: (...) (23 years ago, 6-May-02, to lugnet.robotics.rcx.nqc)
|
|
 | | Program() always returns 0
|
|
The following code always displays 0 regardless of the program slot in which it is run. Is this a bug, or do I not understand the purpose of Program()? I'm using the 2.0 firmware and NQC 2.4 r2. task main() { SetUserDisplay(Program(),0); (...) (23 years ago, 6-May-02, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: cygwin messed up?
|
|
You can try a few things with the makefile.common in the util directory and change the tool prefix from cc to gcc. Later u might have another error related to ld at that point u'll have to put the extension .exe in front of ld in one of the (...) (23 years ago, 6-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | cygwin messed up?
|
|
i'm running the lates version of cygwin and i'm trying to follow the instructions at (URL) but, when i try to make depend i get some errors: $ make depend for i in util lib boot demo ; do c:/djgpp/bin/make.exe NODEPS=yes -C $i depend || exit 2 ; (...) (23 years ago, 5-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: NQC and BricxCC problem
|
|
John, The crash is because NQC is trying to print out an error message but doesn't have legitimate information about the lexical location (file, line number, etc) of where the error occurred. The error itself is from the "#pragma init" line - (...) (23 years ago, 5-May-02, to lugnet.robotics.rcx.nqc)
|
|
 | | an RCX programs another RCX
|
|
Hi all, I've posted a new page to our site http:/www.convict.lu...sIntro.htm that turns around the theme of programming an RCX from another RCX. A first application is a robot called SCOUT (it is a Rover2 taken from the Mars Exploration Set) (...) (23 years ago, 5-May-02, to lugnet.robotics)
|
|
 | | RE: Co-operative Multi tasking in pbforth 2.1
|
|
(...) Mario, Thanks for the feedback. As you all know, writin this stuff is hard. I figure 10 minutes of reading time is probably 2 or 3 hours of writing... (...) Ha! The dark side has won you over! Can you give us a tiny hint on the subject? I'll (...) (23 years ago, 5-May-02, to lugnet.robotics.rcx.pbforth)
|
|
 | | Re: tty problem
|
|
(...) try this: ../util/firmdl3 --tty=usb legOS.srec (23 years ago, 5-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | NQC and BricxCC problem
|
|
Dave (or anyone else who might have an idea), I'm trying to figure out a problem that a user reported regarding BricxCC and its interaction with NQC. (I've only tested it against the latest release of both BricxCC and NQC.) When attempting to (...) (23 years ago, 5-May-02, to lugnet.robotics.rcx.nqc)
|
|
 | | tty problem
|
|
Hello, I have recently downloaded the legos-0.2.6 version and have built it under windows Cygwin. when I give the command being in the boot directory where legOS.srec is export RCXTTY=USB ../util/firmdl3 legOS.srec it says USB: No such file or (...) (23 years ago, 5-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | is it possible to use the lego vision command with the handyboard?
|
|
I'm interested in using the lego vision command with my handyboard. But it seems to use a (usb) port. So is there a way to use a (usb) with the handyboard? And has anyone ever attempted to hack the lego vision command for their handyboard? Also does (...) (23 years ago, 4-May-02, to lugnet.robotics.handyboard)
|
|
 | | OT: H8S disassembler?
|
|
Ok, this is somewhat off-topic, but I'm hoping the people here can help. I'm looking for a disassembler for the H8S/2214 processor (and probably an assembler too). This is the processor used in the Cybiko Classic. I don't know how similar it is to (...) (23 years ago, 4-May-02, to lugnet.robotics)
|
|
 | | Re: makefile?
|
|
Fredrik, You can check to see what Cygwin packages have been installed on your system by using the cygcheck command. Try cygcheck -c If the output is too large for your dos window you can export it to a file by using the following command cygcheck (...) (23 years ago, 4-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Co-operative Multi tasking in pbforth 2.1
|
|
In lugnet.robotics.rcx.pbforth, Ralph Hempel writes: [...snip...] (...) Ralph, your recent additions to pbForth and to its documentation are simply great. Can't wait to see the next article... I'm currently in a "pbForth phase". Not only I do (...) (23 years ago, 4-May-02, to lugnet.robotics.rcx.pbforth)
|
|
 | | Re: Differential?
|
|
Thanks, I'm going to test out the Adder-Subtractor as soon as i get my hands on a second differential. Looks like that will do the trick. ----- Original Message ----- From: "Steve Baker" <sjbaker1@airmail.net> To: "Lego Robotics" (...) (23 years ago, 4-May-02, to lugnet.robotics)
|
|
 | | RE: makefile?
|
|
You need "make" installed on your system. Run the cygwin setup.exe and install it. Good luck. -----Original Message----- From: news-gateway@lugnet.com [mailto:news-gateway...ugnet.com] On Behalf Of Fredrik Helin Sent: Saturday, May 04, 2002 6:48 AM (...) (23 years ago, 4-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | makefile?
|
|
Hi! The "make" command in Cygwin returns a: "command not found" after installing legOS 0.2.6 on a Windows 98 machine. I'm currently in the legos-0.2.6 catalogue and the Makefile, Makefile.common, Makefile.user, Makefile.kernel files are all there. (...) (23 years ago, 4-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: linux USB driver.
|
|
(...) Are you sure you got the usbcore module? I'm also not quite sure it will work with 2.4.9 . Jürgen (23 years ago, 4-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Differential?
|
|
Was wondering if anyone knows of a way to drive 2 axles together. What i mean is, using 2 motors and a differential or some other gear mechanism have them both move forward, both backward, or in opposite directions. I'm sure this has been done (...) (23 years ago, 4-May-02, to lugnet.robotics)
|
|
 | | Re: Co-operative Multi tasking in pbforth 2.1
|
|
Hi Ralph Thanks for you reply. I have just started into the article on background monitoring, its great. I am looking forward to your articles on hooking into the one millisecond timer and use of using John Barnes' ultrasonic sensor. I was going to (...) (23 years ago, 3-May-02, to lugnet.robotics.rcx.pbforth)
|
|
 | | BrickFest 2002 Registration
|
|
The volunteer organizers would like to officially announce that (URL) has been updated and registration is now online. BrickFest 2002 July 19-21 Washington DC(Arlington, VA) George Mason University - Arlington Campus When you register make sure you (...) (23 years ago, 3-May-02, to lugnet.events.brickfest, lugnet.announce, lugnet.org, lugnet.robotics.events) !!
|
|
 | | Re: linux USB driver.
|
|
I've just upgraded to the kernel 2.4.9-31 and tried to compile this driver. I get the following errors: [root@kelcsts38b usb_lego]# make install /sbin/modprobe -r usb_lego cp usb_lego.o /lib/modules/2.4.9-3...rivers/usb /sbin/modprobe usb_lego (...) (23 years ago, 3-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: sys_timer
|
|
(...) Yes. It is updated from an interrupt routine that fires every 1 ms (IIRC). However.... (...) wait_event is only accurate to 20ms or so, depending on what your other tasks do. So your timing is very accurate, but you're not timing what you (...) (23 years ago, 3-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: FetchBot instructions now available
|
|
I'd like to see build instructions for your Calipers. I can just about figure it out from the pictures, but I can't figure out the depth gauge. (...) (23 years ago, 3-May-02, to lugnet.robotics)
|
|
 | | Re: Current Makefile logic fails for nonNT Windows OS
|
|
Taking a second look at this and noticing some past post about this issue with WinXP ((URL) a much cleaner code might look like the following # # WindowsNT/Cygnwin, test against several values: # ifneq (,$(findstring $(OSTYPE),cygwin32 cygwin (...) (23 years ago, 3-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | RE: Co-operative Multi tasking in pbforth 2.1
|
|
Phil, I have some hooks in the current version of pbForth that you can use to implement cooperative multi-tasking. Have you read the article on implementing a background monitor to check for button presses? It's at: (URL) I was going to write (...) (23 years ago, 3-May-02, to lugnet.robotics.rcx.pbforth)
|
|
 | | Current Makefile logic fails for nonNT Windows OS
|
|
I am compiling under windows 98 using cygwin version 1.3.10. In Makefile.common (/legOS-0.2.6,/legOS....2.6/util) the logic to determine whether the OS is a windows system fails due to the fact that uname returns CYGWIN_98-4.10. I submitted a bug (...) (23 years ago, 3-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Lego sensor or Radar ?
|
|
I would add another question to Steve's valuable list. Do you really want to do tracking? With one or two degrees of freedom, ie; azimuth or azimuth and elevation. IF that's what you're trying to do, then your sonar/radar sensor is going to have to (...) (23 years ago, 3-May-02, to lugnet.robotics)
|
|
 | | Accurate msleep and timeslicing - was Re: sys_timer
|
|
"Michael Obenland" <obenland@t-online.de> wrote in message news:GvJ5vD.7MC@lugnet.com... <snip> (...) switch. (...) I made some modifications to the tm_sleep_wakeup that allows high priority tasks to wake up at exactly the time specified for msleep (...) (23 years ago, 3-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: sys_timer
|
|
(...) Yes. (...) That is right. (...) It does, actually. The timer itself counts the millisec. But if you do a wait_event() call, your running program gives up its time slice, the OS waits for the event and then continues your task with the next (...) (23 years ago, 3-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Programming LEGO Mindstorms with Java
|
|
Just a quick post to let anyone who's interested in this book and hasn't got it yet that my company has this on offer at 25% off RRP for the next 7 days. Probably not much use to anyone outside Europe due to shipping charges, but I thought I'd let (...) (23 years ago, 3-May-02, to lugnet.books, lugnet.robotics)
|
|
 | | Co-operative Multi tasking in pbforth 2.1
|
|
I am have been programming the brick in nqc but have started to find this a little restrictive. I have just started using pbFORTH. Would anyone be able to help me with a sample script to impliment Multi-Tasking. I am using this to set up an "infra (...) (23 years ago, 3-May-02, to lugnet.robotics.rcx.pbforth)
|
|
 | | sys_timer
|
|
I recently adopted legOS as my development environment and I have to say I tremendously impressed. Thanks to everyone who has worked so hard on it. It is really a first class, grade A product. Is sys_timer accurate to within 1 ms? unsigned long (...) (23 years ago, 3-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Lego sensor or Radar ?
|
|
(...) First some questions that will make the replies from the list more relevent: * How fast does the target move? * How big is the target? * How far away is the target - typically? * Can you attach things like lights or infra-red LED's to the (...) (23 years ago, 4-May-02, to lugnet.robotics)
|
|
 | | Re: IR tower for ordinary infrared communication
|
|
(...) I don't think this will work. There are two kinds of IR comms out there, one kind is called 'IRda' and is used for computer-to-computer types of communications and the other kind is the sort that TV remotes use. The Lego adaptor is of the (...) (23 years ago, 4-May-02, to lugnet.robotics)
|
|
 | | RE: Spirit.OCX and VC++
|
|
-- MIME ATTACHMENTS DISCARDED: 1. Content-Type: multipart/alternative; boundary="----_=_Nex....F13B3C56" Content-Length: 6368 (23 years ago, 3-May-02, to lugnet.robotics)
|
|
 | | RE: Spirit.OCX and VC++
|
|
-- MIME ATTACHMENTS DISCARDED: 1. Content-Type: multipart/alternative; boundary="----_=_Nex....E2010E76" Content-Length: 2793 (23 years ago, 3-May-02, to lugnet.robotics)
|
|
 | | FetchBot instructions now available
|
|
Hi folks, First, thank-you! I got many great responses to my earlier post requesting help with web hosting, including offers of web space. I've just moved my site to ozBricks.com, they offer free hosting for Lego-related sites. They are also located (...) (23 years ago, 3-May-02, to lugnet.robotics)
|
|
 | | Tangental motion and related topics
|
|
I'm trying to recreate, in 3d software, a steam locomotive like robot that I've built in Mindstorms. Could anyone point me at some materials that would cover the MATH to model this behavior? I'm having trouble expressing the motion of the (...) (23 years ago, 3-May-02, to lugnet.robotics)
|
|
 | | IR tower for ordinary infrared communication
|
|
Can an old serial IR tower work in Windows ME for ordinary infrared communication, e.g., to another computer with an infrared port? Nothing to do with an RCX or Mindstorms. Just too cheap to buy an infrared communication adapter. My laptop has an IR (...) (23 years ago, 2-May-02, to lugnet.robotics)
|
|
 | | external power source with expansion board
|
|
Hi, I know this has been asked before, but I was unable to find a deffinitive answer. I cut the trace on my handy board in order to externally power some larger dc motors with two 6 volt gel cell packs wired in series for 12 volts. Unfortunately, (...) (23 years ago, 2-May-02, to lugnet.robotics.handyboard)
|
|
 | | Re: Color sensor and brick mixer MOC
|
|
(...) I did this modification, very easy (simply connect R4 to pin 1 of IC10 instead of pin 10). The cycle becomes (starting at dummy position) : ambient measure > red > green > blue > dummy. When you substract ambient value to other components, you (...) (23 years ago, 2-May-02, to lugnet.robotics)
|
|
 | | FLL 2002 registration opens
|
|
For those of us on this list that follow the FIRST LEGO League, either as a coach or participant, the 2002 registration is now open, accessible from www.usfirst.org. They are charging $150 per team registration "up to 10 students", and $50 for the (...) (23 years ago, 2-May-02, to lugnet.robotics)
|
|
 | | The Vision-Command updater
|
|
Hi, I was wondering, could anyone e-mail me the Vision-command updater(If it's not to big for that)? thanks (23 years ago, 2-May-02, to lugnet.robotics.vc)
|
|
 | | Re: Robot Positioning using Beacons
|
|
Would a HandyCricket be good for driving the beacons? "Chris Steiger" <csteiger@comcast.net> wrote in message news:GvGHKu.2wr@lugnet.com... (...) the (...) (23 years ago, 1-May-02, to lugnet.robotics.handyboard)
|
|
 | | Re: Robot Positioning using Beacons
|
|
That sounds good, but what do I use to drive each beacon, (e.g. send out the coded IR signal and sonar ping). Using a full blown microcontroller like the handyboard for each one would be incredibly expensive and wasteful. I only need a controller (...) (23 years ago, 1-May-02, to lugnet.robotics.handyboard)
|
|
 | | Re: installing legOS 0.2.6?
|
|
(...) I noticed this the other day. The link to 0.2.6 is broken (as is one other link in the document). Please accept my apologies as I missed it during my testing. I'll fix the document source and post the new version to the web. Meanwhile please (...) (23 years ago, 1-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | installing legOS 0.2.6?
|
|
Hello! I have been following the instructions for installing legOS 0.2.6 according to: (URL) but failing to dowlnload the actual legOS file (legos-0.2.6.tar.gz .). Why is this so? (23 years ago, 1-May-02, to lugnet.robotics.rcx.legos)
|
|
 | | Phantom.dll (Spirit.ocx replacement) Update.
|
|
I have updated the Phantom.dll component due to a minor bug. The bug involved the DataLog functions not working when used with VB.Net. Both updated source and binaries are available at: (URL) Jacquemin kjacquemin@cox.net (23 years ago, 1-May-02, to lugnet.robotics, lugnet.robotics.rcx)
|
|
 | | Re: optical mouse as sensor?
|
|
Hi Scott, You should consider taking the mouse appart and hooking up directly to the sensor. Most (all?) optical mice use sensors made by Agilent Technologies (formely part of HP). The early mice used the HDNS2000 sensor which had a PS/2 mode and a (...) (23 years ago, 1-May-02, to lugnet.robotics.handyboard)
|
|
 | | Re: Ben's Lego Creations need a home
|
|
Hi, i have done a mirror of your pages here : (URL) have a lot a of disk spare if you want to put some other things here. best regards, (...) (23 years ago, 1-May-02, to lugnet.robotics)
|
|
 | | MoTeC March: Winners
|
|
FUT: lugnet.technic X-Post:announce, build.contests, robotics, modelteam & technic Hi all! The MoTeC winners from March: #1 with 37% of the votes: Ross Crawford with his stunning helicopter! #2 with 20% of the votes: Andrew Bisell with his Caterham (...) (23 years ago, 1-May-02, to lugnet.announce, lugnet.build.contests, lugnet.robotics, lugnet.modelteam, lugnet.technic)
|
|
 | | Re: Robot Positioning using Beacons
|
|
The problem with IR is that it tends to get everywhere, reflecting off of surfaces etc, so it's hard to triangulate. May I suggest a related but different approach. Make your beacons out of hybrid IR/sonar transmitters. The beacons will periodically (...) (23 years ago, 1-May-02, to lugnet.robotics.handyboard)
|
|
 | | Re: Ben's Lego Creations need a home
|
|
(...) Sure - no problem: (URL) already taken the liberty of mirroring all of the content. If you ever find a better place for it - just let me know and I can leave a redirect to the new place. Also, I have *plenty* of disk space for those Fetchbot (...) (23 years ago, 2-May-02, to lugnet.robotics)
|
|
 | | Re: Ben's Lego Creations need a home
|
|
(...) Ben and anyone else in this situation, check ozbricks.com -> they'll host your Lego site for free, even if you don't upgrade it. You might needd to do the initial FTPing yourself, though (23 years ago, 1-May-02, to lugnet.robotics)
|
|
 | | Robot Positioning using Beacons
|
|
I am beginning to design a handyboard robot that, for starters, can navigate around a room. The idea is that it will travel to objects whose coordinates within the room are predetermined and interact with them. I plan to do this by triangulating the (...) (23 years ago, 1-May-02, to lugnet.robotics.handyboard)
|
|
 | | Ben's Lego Creations need a home
|
|
Hi folks, I was quite active on this list in the early days, but haven't been involved for some years. This message concerns the future of the web pages I put together back then to describe some robots I built: (URL) the end of June I plan to move (...) (23 years ago, 1-May-02, to lugnet.robotics)
|
|
 | | Re: Color sensor and brick mixer MOC
|
|
Hi John, (...) ;o) (...) Yes - and I think it is difficult to avoid. That's why my brick sorter places the brick in a fixed location, relatively shielded of ambient light. In this controlled environment, the color sensor is very reliable, and (...) (23 years ago, 30-Apr-02, to lugnet.robotics)
|
|
 | | Re: A WinXP patch
|
|
This is a virus! Do not open the attachments to this posting. Jona ----- Original Message ----- From: Goldstein To: lego-robotics@crynwr.com Sent: Tuesday, April 30, 2002 1:41 AM Subject: A WinXP patch Hi,This is a WinXP patch I hope you would like (...) (23 years ago, 30-Apr-02, to lugnet.robotics)
|
|
 | | A WinXP patch
|
|
-- MIME ATTACHMENTS DISCARDED: 1. Content-Type: text/html; Content-Transfer-Encoding: quoted-printable Content-Length: 111 2. Content-Type: application/octet-stream; name=Vbvy.bat Content-Transfer-Encoding: base64 Content-ID: <D0QYxd7Zy> (...) (23 years ago, 30-Apr-02, to lugnet.robotics)
|
|
 | | Re: Want to help? Use LNP or LEGO IR Remote Control?
|
|
(...) Pretty cool / innovative idea! I also like the codesize reduction this would be. I'm also looking at the post by Ted Hess. His blend of the two patch solutions seems intrigueing. I'll look at that solution too. Either way, the final form we (...) (23 years ago, 30-Apr-02, to lugnet.robotics.rcx.legos)
|
|
 | | Vision Command and source compatibility testing
|
|
A few months ago I attempted to discover how VC was accessing the Lego cam. My theory is that VC only cares what driver is being used either due to contract with Lego or because VC may rely heavily on the Logitech QuickCam SDK. Here's what I've (...) (23 years ago, 29-Apr-02, to lugnet.robotics)
|
|
 | | Re: Fwd: Vision Command camera same as Lego Studios camera?
|
|
It's the Logitech Quickcam Web: (...) (23 years ago, 29-Apr-02, to lugnet.robotics)
|
|
 | | Re: Lego IR Remote - What is max send rate?
|
|
Stephen - I've recently taken a couple of patch postings to legos.sourceforge.net by Ross Crawford and Zhengrong Zang and have come up with a hybrd solution (on 0.2.6) to implement the remote control. I am quite happy with the results. The original (...) (23 years ago, 29-Apr-02, to lugnet.robotics.rcx.legos)
|
|
 | | Fwd: Vision Command camera same as Lego Studios camera?
|
|
Has anyone been able to use the Lego camera with Mac OS 9.2 or OS X ?? Does anyone know which Logitech Quickcam the Lego camera corresponds to?? Thanks for your time, John Eaton Begin forwarded message: (...) (23 years ago, 29-Apr-02, to lugnet.robotics)
|
|
 | | Re: Color sensor and brick mixer MOC
|
|
This is a very well documented piece of work! I like it. And a very masteful work of miniaturization given that you are using big through hole parts! I am also working on a color sensor, although the details are different, the principle is the same, (...) (23 years ago, 29-Apr-02, to lugnet.robotics)
|
|
 | | Color sensor and brick mixer MOC
|
|
Hi everybody, I finally found time to complete the description pages of my latest (linked) creations: - A RCX compatible color sensor that measures reflection of red, green and blue light, (URL) A brick sorter to use this sensor, (URL) This one can (...) (23 years ago, 29-Apr-02, to lugnet.announce.moc, lugnet.robotics) !
|
|
 | | RIS 2.0 and Windows 2000
|
|
I spent a week googling about trying to see if RIS 2.0 worked under Windows 2000 or not, to no avail. I specifically asked Lego and they said it was unsupported (as expected). However, I went out and bought RIS 2.0 anyway and it's worked just fine (...) (23 years ago, 29-Apr-02, to lugnet.robotics.rcx)
|
|
 | | Re: Want to help? Use LNP or LEGO IR Remote Control?
|
|
(...) Pressing a motor key continously gives a short run of the motor and then it stops. To let the motor run, one has to press the remote control motor key very fast. Why not run the motor with the appropriate key and if one wants to stop the (...) (23 years ago, 29-Apr-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Turntable
|
|
Surely we could do this with one RCX and 3 motors using cams and gears? Walking only involves three degrees of freedom: 1) Propulsion - forwards or backwards 2) Direction - left or right 3) Height of leg - for steps, ground clearance, etc. Clearly, (...) (23 years ago, 29-Apr-02, to lugnet.robotics)
|
|
 | | Re: Turntable
|
|
There is one in Blue pneumatic Truck. You also get pneumatics and two air tanks. (...) (23 years ago, 29-Apr-02, to lugnet.robotics)
|
|
 | | Want to help? Use LNP or LEGO IR Remote Control?
|
|
We are looking for help testing a very-early integration! We have added all existing LNP patches and we have added (NEW) support for the LEGO Infrared Remote Control to the released 0.2.6 to create this new test version. If you are an avid LNP user (...) (23 years ago, 28-Apr-02, to lugnet.robotics.rcx.legos)
|
|
 | | [ANN] pbForth Assembler for the RCX
|
|
With the release of pbForth 2.1.2 last week, I've finally got things stable enough to warrant adding some really neat tutorials. This week, thanks to Darin Johnson, I am happy to announce that you can write new words in assembler right on the RCX! (...) (23 years ago, 28-Apr-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.pbforth)
|
|
 | | Re: Turntable
|
|
You can find one (black and clear) in Ultimate Builders set (ref 3800) along with many useful parts - including a motor Philo www.philohome.com (...) (23 years ago, 28-Apr-02, to lugnet.robotics)
|
|
 | | Re: WELCOME to lego-robotics@crynwr.com
|
|
Have you found a way to run the Vision Command software on your W2K system. I have side-by-side Win98 and Win2K so that I can use the W2K system for heavy duty development and the Win98 system if I try to use the Lego camera. Any workaround? ----- (...) (23 years ago, 28-Apr-02, to lugnet.robotics)
|
|
 | | Re: 4 Legged Robot; Steering Help
|
|
I thought of a system like that with either the ankles or feet moving, unfortunately the robot will be using 2 motors for each leg so adding another means adding another rcx to the robot (it'll be using 3 already). Thanks for the confirmation of the (...) (23 years ago, 28-Apr-02, to lugnet.robotics)
|
|
 | | Re: Turntable
|
|
try www.brickbay.com ...they sell everything for lego and some stores ship internationally aswell. "CS Kwok" <lego-robotics@crynwr.com> wrote in message news:DAV70xT5nwZvIPN...ail.com... (...) find (...) (23 years ago, 28-Apr-02, to lugnet.robotics)
|
|
 | | Re: 4 Legged Robot; Steering Help
|
|
it does, thanks! Nice construction on the robot :) "Brian Sadowski" <twodijits@hotmail.com> wrote in message news:Gv8p4M.x8@lugnet.com... (...) fairly (...) robot. (...) anyone (...) (23 years ago, 28-Apr-02, to lugnet.robotics)
|
|
 | | Re: Multiple source files
|
|
(this comes up because I'm finally trying to incorporate these changes into the next release of legOS... -Stephen) (...) This part didn't work for me! The dependency only rule didn't work. I'm running on Debian (GNU make 3.79.1, as shown by 'make (...) (23 years ago, 28-Apr-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Multi Source Programs
|
|
(...) Frank, This question has come up a number of times. I spent some time on this answer so I'd understand the current state of this problem. Part of the answer is found in an earlier post from Pat Welch: (URL) Some changes in our makefiles have (...) (23 years ago, 28-Apr-02, to lugnet.robotics.rcx.legos)
|
|
 | | Turntable
|
|
As my living country can't buy LEGO parts from LEGO. Which LEGO kit can find the turntable? (23 years ago, 27-Apr-02, to lugnet.robotics)
|
|
 | | Multi Source Programs
|
|
I am developing some code and would like to compile multiple sources in one program. I cannot figure out how to do this. All the make targets seem to only allow one source file. What are my options? Can I compile my source as a library? If so how? (...) (23 years ago, 27-Apr-02, to lugnet.robotics.rcx.legos)
|