To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / *4990 (-20)
  As promised - Mecha using RCX with MacNQC - Draft 1.
 
Hi, well some weeks ago I promised that I'd begin a project of developing a Mech incorporating the RCX unit, some motors and sensors. Here is my very first attempt at a minifig scale Mech: (URL) RCX is programmed using MacNQC and at this stage only (...) (23 years ago, 11-Aug-01, to lugnet.build.mecha, lugnet.loc.au, lugnet.robotics.rcx)
 
  Re: Rechargeable Batteries
 
(...) We'll have to feed it K'nex's, right? :-) (23 years ago, 10-Aug-01, to lugnet.robotics.rcx)
 
  Re: Rechargeable Batteries
 
(...) "Definitive Guide" had a sentence or two suggesting rechargeable alkalines. I didn't go into any detail about the tradeoffs, though. I'm still waiting for "Mr. Fusion" :) Dave (23 years ago, 10-Aug-01, to lugnet.robotics.rcx)
 
  Re: SALE on Creative Projects with LEGO Mindstorms at Fatbrain!
 
I have this book and highly recommend it! Ben did a great job! -Peter "Ben Erwin" <ben@alum.mit.edu> wrote in message news:GC5w3p.DGG@lugnet.com... (...) (23 years ago, 9-Aug-01, to lugnet.books, lugnet.robotics, lugnet.robotics.rcx)
 
  Re: RoboLab 2.x?
 
Yes, there are planned updates. I believe 2.5 should be out in the "near future". -Peter "Edward Cox" <ecox@bigpond.net.au> wrote in message news:GF0pK9.7Iw@lugnet.com... (...) a (...) (23 years ago, 9-Aug-01, to lugnet.robotics.rcx.robolab)
 
  NQC 2.4 a2 in beta test
 
Some minor tweaks from 2.4 a1. (URL) reply to: dbaum at enteract dot com (23 years ago, 9-Aug-01, to lugnet.robotics.rcx.nqc)
 
  ECG sensor
 
hi all, I've build and ECG sensor for the RCX, so for who is interested: (URL) also want to maintain an overview of avaliable bio-sensors, so if you have or see something interesting, please mail me, you can find the current biosensor-overview: (...) (23 years ago, 8-Aug-01, to lugnet.robotics.rcx)
 
  Re: Rechargeable Batteries
 
Thanks to everyone who responded to this. As is usually the case on the web there was unanimous consent for ... Only kidding. I haven't yet decided how to go on this. I still have a bunch of alkaline AA's sitting around and with the kids starting (...) (23 years ago, 8-Aug-01, to lugnet.robotics.rcx)
 
  Re: maximum current of outputs
 
(...) the batteries/ power supply's max is. Dean -- Dean Husby LUGNET Member #320 TFM's LEGO Workshop (www.akasa.bc.ca/tfm) The Vancouver LEGO Club (www.akasa.bc.ca/vlc/) (23 years ago, 8-Aug-01, to lugnet.robotics.rcx.nqc)
 
  Re: Maximum current of motor outputs (2)
 
(...) No problem, they protect themselves against overcurrent. The best links I could find are (URL) Jürgen Stuber <stuber@loria.fr> (URL) (23 years ago, 8-Aug-01, to lugnet.robotics.rcx.nqc)
 
  Maximum current of motor outputs (2)
 
Hi, this is my second attempt for getting information about the motor outputs. Some replies have been made for my first question but my question was not understood correctly. So, I will describe what I need and ask more precisely. Instead of a (...) (23 years ago, 8-Aug-01, to lugnet.robotics.rcx.nqc)
 
  Re: maximum current of outputs
 
(...) That's all nice and well, but Bernd asked about current. I think it's on the order of several hundred mA, but I don't have exact figures. Unfortunately there is no (more?) data sheet for the 10402 motor controller used in the RCX at (URL) (...) (23 years ago, 8-Aug-01, to lugnet.robotics.rcx.nqc)
 
  Re: Help needed for an NQC newbie
 
(...) Welcome! (...) ^^ 27 is way too low for a light sensor, so since this test fails your program just ends. Typical is 35 for very dark up to ca 50 for reflection on a bright surface, and higher if it looks into bright light. Use the View key to (...) (23 years ago, 7-Aug-01, to lugnet.robotics.rcx.nqc)
 
  Re: transfer data failed
 
I use 0.2.5 in windows (djgpp), and can't get by without using the slow download option (-s). If you have lighting problems, perhaps flipping the little switch on the IR tower will help. When I download stuff at school, it helps to have it set to (...) (23 years ago, 8-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: maximum current of outputs
 
I am living in Tokyo, Japan now, here is 110v and same as NA. BTW, I will live in Boston from next month. Zhengrong (...) (23 years ago, 8-Aug-01, to lugnet.robotics.rcx.nqc)
 
  Re: maximum current of outputs
 
(...) What part of the world do you live in? I'm in North America. I've checked the power levels very carefully to make sure my custom stuff would still work. If it's different with 220 volt stuff. Dean (...) -- Dean Husby LUGNET Member #320 TFM's (...) (23 years ago, 8-Aug-01, to lugnet.robotics.rcx.nqc)
 
  Re: SetWatch() only accepts constants
 
(...) Sorry, the opcode requires constants - there's not much NQC can do (aside from generating an enormous switch statement). Dave (23 years ago, 8-Aug-01, to lugnet.robotics.rcx.nqc)
 
  Re: maximum current of outputs
 
In my layout, I used Train power supply for RCX to drive train, the max voltage is 9.7v. Zhengrong (...) (23 years ago, 8-Aug-01, to lugnet.robotics.rcx.nqc)
 
  Re: Help needed for an NQC newbie
 
Thanks a lot. I added the while statement and it worked. As far as the value of the light sensor, I kept the value I had and it worked correctly. I will post pictures of the setup after the weekend and you will understand. Jude Thanks again for the (...) (23 years ago, 8-Aug-01, to lugnet.robotics.rcx.nqc)
 
  Re: Help needed for an NQC newbie
 
Try this. I had to change the value of the light sensor and add a While (true) statement. task main() { SetSensor(SENSOR_3,S...ROTATION); ClearSensor(SENSOR_3); SetSensor(SENSOR_2,S...OR_LIGHT); SetPower(OUT_A,2); while (true) if (SENSOR_2<40) { (...) (23 years ago, 8-Aug-01, to lugnet.robotics.rcx.nqc)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR