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 / *7440 (-20)
  Installing full BrickOS (in an easier way)
 
I am trying to install the full version of BrickOS. However, there are many files to download. Does anyone have all the files zipped together? thanks -- ===...=== Carson Au carson.au@myrealbox.com www.thunderobotics.zzn.com ===...=== (22 years ago, 27-Mar-03, to lugnet.robotics.rcx.legos)
 
  Communications (I'm a total newbie by the way)
 
Hi I've been reading the NQC guide v2.3 and I notice it tells me how to send and receive IR messages. Now I reckon I could send messages between RCX's, but how can I send messages to a program running on my PC via the IR tower (assuming that's (...) (22 years ago, 25-Mar-03, to lugnet.robotics.rcx.nqc)
 
  Re: Gcc/BrickOS installation issues
 
(...) Not so. Here is the script I use. I suspect that the buildgcc.sh may have omitted to make sure the newly-installed binutils were in the PATH whilst building gcc. Max. BEGIN-SCRIPT #!/bin/bash # Syntax: ./build-h8x (binutils-srcdir|gcc-srcdir) (...) (22 years ago, 25-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: Gcc/BrickOS installation issues
 
(...) BricxCC page. (URL) Hansen (22 years ago, 25-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: Gcc/BrickOS installation issues
 
(...) It is extremely difficult to get GCC to build under cygwin. I would highly recommend installing the pre-built binaries from Hitachi's website. I have a set of instructions at (URL) Hansen (22 years ago, 25-Mar-03, to lugnet.robotics.rcx.legos)
 
  Gcc/BrickOS installation issues
 
Hi, I'm trying to compile Gcc/BrickOS under cygwin. I have latest version of BrickOS. I tried running ./buildgcc.sh, and the last few lines of that were: bc -I. -I/build/gcc-2.95.2/gcc -I/build/gcc-2.95.2/gcc/config -I/build/gcc- 2.95 (...) (22 years ago, 25-Mar-03, to lugnet.robotics.rcx.legos)
 
  lnpd patch
 
I someone currently maintaining the lnpd code ? In the case someone does: I do propose a patch for stub.c in liblnp. Because when ublock_rcv() gets executed in lnp_logical_write the SIGIO signal becomes unblocked when executing a lnp_logical_write (...) (22 years ago, 25-Mar-03, to lugnet.robotics.rcx.legos)
 
  BricxCC release 3.3.7.4
 
Version 3.3.7.4 fixes a bug where editing large files was extremely slow. If you thought editing large files was slow in BricxCC you may want to try this new release. It is now significantly faster. Users with low-end machines may see a speed (...) (22 years ago, 25-Mar-03, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 
  Re: compile error with pid_t
 
(...) Somewhere along the way the terminology changed from 'process id' to 'thread id'. So it should work if you change it to tid_t . I ran in to the same problem a while ago when trying to learn how to use threading based on an old example. Rob (22 years ago, 23-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: compile error with pid_t
 
(...) pid_t is no defined type. Regards, Michael (22 years ago, 23-Mar-03, to lugnet.robotics.rcx.legos)
 
  compile error with pid_t
 
Hi, I am having some compile problems. This is how the beginning of my sample program #include <conio.h> #include <dbutton.h> #include <dmotor.h> #include <dsensor.h> #include <unistd.h> #include <sys/tm.h> #include <rom/system.h> pid_t (...) (22 years ago, 23-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: RCX Ultrasonic Sensor
 
Hi I've checked out the circuits online, but they all make use of a PIC to generate the frequency. I don't have access to PICs so im looking for an alternative. Also, I checked out about your kits and unfortunately no-one stocks that sort of stuff (...) (22 years ago, 20-Mar-03, to lugnet.robotics.rcx)
 
  Re: Robolab 2.5 on Mac OS X?
 
(...) It works in OSX, albeit in emulation mode. I haven't had any trouble with it. Good luck. -j. James Isom (URL) (22 years ago, 19-Mar-03, to lugnet.robotics.rcx.robolab)
 
  Robolab 2.5 on Mac OS X?
 
Anyone here have any luck running Robolab on Mac OS X? I haven't bothered to try it yet-- just purchased a new machine and i'm still rather new to OS X. Any experiences or other tips would be appreciated. Thanks for reading (22 years ago, 18-Mar-03, to lugnet.robotics.rcx.robolab)
 
  Re: RCX Ultrasonic Sensor
 
Hi,I've made my own one. I use a electronic kit I find in an electronic shop in France. This kit needs to be soldering, I do not remenber the name but it was a 9Volts ultrasonic sensor kit. It was very convenient because the output was a led: The (...) (22 years ago, 17-Mar-03, to lugnet.robotics.rcx)
 
  Would Like Recommendations for a PDA....
 
Hi All, [Just fyi, this is my first post to Lugnet so if anything seems amiss, please let me know :) ] I'm in the market for a PDA so I can work on my NQC programming as well as word processing. I have looked at a few of the Pocket PCs, such as the (...) (22 years ago, 17-Mar-03, to lugnet.robotics.palm, lugnet.robotics, lugnet.robotics.rcx.nqc, lugnet.robotics.rcx)
 
  RCX Ultrasonic Sensor
 
Hi, Does anyone know how to make an ultrasonic sensor for the RCX? i have seen a few for sale on the internet, but I currently live in the UK so I would be subject to large delivery charges. Also, I think it would be interesting to make my own. I (...) (22 years ago, 16-Mar-03, to lugnet.robotics.rcx)
 
  1.5/2.0 infrared problem
 
Hi I've got two RCX: a 1.5 and 2.0 version. I' ve got a problem with IR emiter/reicever. The 1.5 version seems to be more sensitive to reflected infrared and its good to use ! But the 2.0 RCX is less sensitive and for example doesn't receive (...) (22 years ago, 15-Mar-03, to lugnet.robotics.rcx)
 
  hacking Emiglio robot for RCX control
 
I am trying to hack into the control board on the Emiglio robot for control via RCX. There is a 16 pin dip on this board labeled RX2 7C222M1 which appears to drive the H-Bridge for motor control. I plan to tap into this area and via opto-isolators (...) (22 years ago, 15-Mar-03, to lugnet.robotics.rcx)
 
  Re: NQC IDE
 
(...) There are several NQC IDEs already - some even written in VB. What is your purpose in wanting to write your own? Are there specific features missing from existing IDEs that you are looking for? John Hansen (URL) (22 years ago, 10-Mar-03, 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