 | | Re: programming the Hitachi H8... (newbie question)
|
|
(...) Well, (I'm also a C++ programmer - with a similar background - who got a RIS for his birthday this year). There are two choices that suit people like you and I. The *simplest* is 'NQC' (Not Quite C) - which is a *small* C subset that compiles (...) (25 years ago, 9-Oct-00, to lugnet.robotics)
|
|
 | | programming the Hitachi H8... (newbie question)
|
|
Hi, I am new to Lego Mindstorms and just got a RIS 1.5 for my birthday. Let me start with a brief background info on myself: By profession I'm a C++ programmer who does COM+ development. I'm not a formally educated computer scientist however (no CS (...) (25 years ago, 8-Oct-00, to lugnet.robotics)
|
|
 | | Re: need advice on joining....
|
|
Amnon: Thanks. Your right. that did the trick. I used your idea in conjunction with a part that I found in the cybermaster set. I just searched the element registry and could not find it. it has 2 friction pegs on the bottom, and forms a triangle (...) (25 years ago, 8-Oct-00, to lugnet.robotics)
|
|
 | | Resistances of touch sensors and lamps
|
|
Hi all, I played around with touch sensors and a lamp this weekend, trying to measure their resistance. Since my Ohmmeter proved rather unreliable, the values keep wandering around and it seemed zero was not well adjusted, I just took a look at the (...) (25 years ago, 8-Oct-00, to lugnet.robotics)
|
|
 | | alternate uses for IR port...
|
|
can the IR port used to send messages to the RCX also be used for other applications? in other words should i even bother trying to use the IR module hooked up to my computer for other devices or should i expect it to be proprietary. and if it is (...) (25 years ago, 8-Oct-00, to lugnet.robotics)
|
|
 | | RCX, Servos ,and Pneumatics
|
|
Hi All, I've just updated my site with new information on controlling standard RC servos with the RCX. Besides the dead-simple schematic that uses Radio-Shack parts, you can even control pneumatic switches! There are a few pictures that show a (...) (25 years ago, 7-Oct-00, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.pbforth)
|
|
 | | Re: NQC versus Lego RCX Code Speed
|
|
Yes, this explains my observations perfectly! I will probably set up some more experiments--attempting to exactly duplicate the function of my oddly-behaving RCX Code (my currently-running NQC program is very close already), and try to get some real (...) (25 years ago, 7-Oct-00, to lugnet.robotics)
|
|
 | | Re: need advice on joining....
|
|
Use the light gray pegs that have a 1-length dowel on one side and a stud on the other side. These convert holes to studs, so it is easy to make the joint you want. Put one stud next to the cross axle hole in the bend angle beam, skip two holes, and (...) (25 years ago, 7-Oct-00, to lugnet.robotics)
|
|
 | | Re: Vision command and Mac
|
|
Have you tried using Virtual PC (or Real PC)? I believe that Virtual PC at least supports some USB devices, maybe the Camera is supported. BTW, has anyone thought of extending NQC --or any of the other alternative RCX programming environments-- to (...) (25 years ago, 7-Oct-00, to lugnet.robotics)
|
|
 | | need advice on joining....
|
|
Help I am building a gripping mechanism and am using pneumatics to do the squeezing. Due to the orientation of the hole on the base of the cylinder I was "forced" to attach a beam in such a way that is now puts me in a bind. The beam in question (...) (25 years ago, 7-Oct-00, to lugnet.robotics)
|
|
 | | Re: Dropping your RCX on the floor...
|
|
Having had to dismantle an RCX at one stage, I would point out that the battery connectors are not solidly attached to the main circuit board inside the RCX. (I have noted a lot of Lego electrics are built along those lines - relying on mechanical (...) (25 years ago, 6-Oct-00, to lugnet.robotics)
|
|
 | | Re: NQC versus Lego RCX Code Speed
|
|
(...) With regards to your comment about sensor watchers, yes they are slow. If I remember correctly, they are implemented by a task that loops forever polling the sensors and starting other tasks whenever an event of the proper type occurs. Tasks (...) (25 years ago, 6-Oct-00, to lugnet.robotics)
|
|
 | | Re: Is Extreme Creatures Good?
|
|
(...) If you can find <set:6979> on clearance at TRU for $30, it's arguably a better deal, since it also has a Micromotor. It's not Technic, but my feeling is that the parts in it have more potential for making "pretty" bots. Ran (25 years ago, 6-Oct-00, to lugnet.robotics, lugnet.technic, lugnet.market.shopping)
|
|
 | | Re: Cheap pyroelectric sensor
|
|
Ah hah! That's where they come from! I had seen the $40 ones mentioned in this news group a while back and then found Walmart selling complete motion detector systems for $8. So I bought a couple and pulled the sensors out. So they only cost $4! (...) (25 years ago, 6-Oct-00, to lugnet.robotics)
|
|
 | | Cheap pyroelectric sensor
|
|
Hi all, Somebody pointed out to me a REALLY inexpensive pyroelectric sensor, to be found here: (URL) specs are here: (URL) he was asking if the sensor can be used with my interface circuit, to be found here: (URL) answer is no, at least not without (...) (25 years ago, 6-Oct-00, to lugnet.robotics)
|
|
 | | Re: A neat idea for touch sensors
|
|
(...) make that four, one more than the number of sensors (...) It's on Michael Gasperi's site ((URL) Schumm has figured out how to orient the wires to allow two or more Touch sensors to be hooked in series to create the AND function. Here is his (...) (25 years ago, 6-Oct-00, to lugnet.robotics)
|
|
 | | RE: NQC versus Lego RCX Code Speed
|
|
(...) (URL) Is a note I posted a while back on pbForth speed. It really is very fast - not as quick as legOS, but fast enough for what we're doing. In fact, NQC and native firmware is fast enough - we just don't have enough variables.... As a point (...) (25 years ago, 6-Oct-00, to lugnet.robotics)
|
|
 | | Re: Vision command and Mac
|
|
I've seen no discussions of drivers either, if any finds out anything...please post. Thanks, Doug (...) Share information about yourself, create your own public profile at (URL) (25 years ago, 6-Oct-00, to lugnet.robotics)
|
|
 | | Re: NQC versus Lego RCX Code Speed
|
|
(...) This is correct. (...) Hehe :) Yes, this is correct. LegOS is also faster for some other reasons- it samples the sensors at a much faster rate than the standard firmware, so legOS programs can react much more quickly than standard bytecode (...) (25 years ago, 6-Oct-00, to lugnet.robotics)
|
|
 | | RE: NQC versus Lego RCX Code Speed
|
|
Thanks very much, everyone, for the detailed answers. I suspect that, due to the huge performance gain I seem to get using NQC (in one observable area: touch sensor response time using two touch sensors on two separate ports), that the RCX Code (...) (25 years ago, 6-Oct-00, to lugnet.robotics)
|