 | | Re: Voltage Sensor
|
|
(...) It's amazing when you get a different perspective on a problem! While not really applicable for this application the idea is indeed very elegant and saves on a precious input port. I have a spare regulator which I will modify to test this out. (...) (23 years ago, 17-Sep-02, to lugnet.robotics)
|
|
 | | Re: How to setup gcc and make in cygwin
|
|
I had a go at those instructions then gave up after 3 weeks of trying to get them to work. "Ed Manlove" <emanlove@ieee.org> wrote in message news:H2JupE.J4w@lugnet.com... (...) most (...) no (...) for (...) my (...) (23 years ago, 16-Sep-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Can anyone Remote Control RCX ?
|
|
brickx is the deal. you'll need to make sure that your brick has firmware... there is an easy test in the acutal mindstorms trouble shooter to determine if you do. otherwise brickx is more than capable of taking care of buisness. -tk "Douglas (...) (23 years ago, 17-Sep-02, to lugnet.robotics)
|
|
 | | Re: Can anyone Remote Control RCX ?
|
|
There are many. Brixcc, which is primarily and NQC GUI front-end, has a remote control dialog. Take a look at Lego Mindstorms Internals (URL) for a jump-start on all the (...) (23 years ago, 17-Sep-02, to lugnet.robotics)
|
|
 | | Re: Lego CAD
|
|
Yes. I would start at www.ldraw.org. Also check out www.lugnet.com/cad (...) (23 years ago, 17-Sep-02, to lugnet.robotics)
|
|
 | | Re: Running Vision Command on XP
|
|
I am replying to my own message here -- I followed some links on the Lego 'club' forum pages and found an excellent, step-by-step instruction set. It is fundamentally the same as Ted's, but with some changes (a bit easier). Thanks to the writer of (...) (23 years ago, 17-Sep-02, to lugnet.robotics.vc)
|
|
 | | Re: XP compatibility with Brick
|
|
firm0309.lgo (if you have 1.0 or 1.5) or firm0328.lgo (if you have 2.0) (...) (23 years ago, 17-Sep-02, to lugnet.robotics)
|
|
 | | Re: Questions about the first version of the control center console
|
|
(...) I think it would be more prudent to connect a 9V DC supply. Unlike the RCX, whose external power jack is marked to receive 9-12 V~, that is raw AC. (...) Sure thing. Guess I have not been too diligent in updating this site. (23 years ago, 17-Sep-02, to lugnet.robotics)
|
|
 | | Lego CAD
|
|
Does anyone know where I can download Lego CAD for my PC?? I'd also like to thank people for responding to my other posts thank you. Doug (23 years ago, 17-Sep-02, to lugnet.robotics)
|
|
 | | Re: RCX simulator ?
|
|
(...) The best way to learn a processor is to write a simulator/compiler or whatsoever for it. (...) Yes that's one of the standard works it seems to be doing the right (...) That's good, I'm not so far yet.. (in fact, I'm (...) Could be good way (...) (23 years ago, 16-Sep-02, to lugnet.robotics)
|
|
 | | Re: How to setup gcc and make in cygwin
|
|
Actually there is a set of updated instructions for Windows with the most recent being for brickOS. brickOS is the continued development effort foe legOS. AT the request of The LEGO Group the name has changed. So the most recent information can be (...) (23 years ago, 16-Sep-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Voltage Sensor
|
|
Hello, (...) This idea, while in itself interesting, will not work when the 12V battery gets regulated down to 9V. This is because these 9V will barely vary across the regulator's permitted input range. If of course the regulator is specifically (...) (23 years ago, 16-Sep-02, to lugnet.robotics)
|
|
 | | RE: RCX simulator ?
|
|
(...) I'm writing a H8/3292 emulator, with a view to interfacing it with an RCX simulator, to create an RCX emulator of sorts. I'm writing it in C (which I only started learning pretty recently) and it's slow going because I never quite know how to (...) (23 years ago, 16-Sep-02, to lugnet.robotics)
|
|
 | | Re: RCX simulator ?
|
|
(...) Yes, to give you even a better idea, I made a page with some of the ideas (and pictures ofcourse), see (URL) Mientki (23 years ago, 16-Sep-02, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
|
|
 | | Re: RCX <-> PC communication
|
|
(...) Kaspar, There is a bug with serial towers with RCXPort in lejos 2.0. This causes the problem you are seeing. There is a fixed version in (URL) fixes RCXPort, but I haven't put the fix in the LNP versions yet. I only have a USB Tower, and (...) (23 years ago, 16-Sep-02, to lugnet.robotics.rcx.java)
|
|
 | | Re: Can anyone Remote Control RCX ?
|
|
bricxcc has a remote control in it. (URL) Sappet" <desappet@attbi.com> wrote in message news:H2Jnpz.GuK@lugnet.com... (...) (23 years ago, 16-Sep-02, to lugnet.robotics)
|
|
 | | Can anyone Remote Control RCX ?
|
|
If anyone knows of a program or of a source code in any language that can remotly control the RCX via keyboard, mouse, or other ways please reply. Thank you. Doug (23 years ago, 16-Sep-02, to lugnet.robotics)
|
|
 | | RE: XP compatibility with Brick
|
|
VC will run under XP. Unfortunately XP prevents the VC install program from working. -----Original Message----- From: Bram Nauta [mailto:bram.nauta@home.nl] Sent: Wednesday, September 18, 2002 2:08 PM To: lego-robotics@crynwr.com Subject: Re: XP (...) (23 years ago, 16-Sep-02, to lugnet.robotics)
|
|
 | | Re: scout control
|
|
"travis" <phree@attbi.com> wrote in message news:H2IFMM.KGu@lugnet.com... (...) Light Scout? You mean the blue one that comes in the RDS kit? It's easy. Get NQC and switch it's target to SCOUT (-scout) and program away. All 400 bytes user memory. (...) (23 years ago, 16-Sep-02, to lugnet.robotics)
|
|
 | | Re: Voltage Sensor
|
|
Are you powering the RCX from this battery? If so you can use the RCX it'self to monitor the battery. task main() { while (true) { SetUserDisplay(BatteryLevel(), 3); } } I use this to detect if my 1.0 RCX is plugged in or on batterys. Hope that (...) (23 years ago, 16-Sep-02, to lugnet.robotics)
|