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 / 2225 (-20)
  IR Sensitivity - Was: 1.5/2.0 infrared problem
 
(...) I think there might be an explanation for this and I've been meaning to post on this topic, but never seem to have gotten around to it! :-) I've opened up my RCX 1.0 and the IR receiver has the markings "TSOP 1138" on it. After looking this (...) (21 years ago, 23-Oct-03, to lugnet.robotics.rcx)
 
  Re: 1.5/2.0 infrared problem
 
(...) we ' ve told about this thing with Philo few days ago cause he had the same problem. So I' ve made several tests with 4 RCX: 2 RCXv1.0 and 2 RCXv2.0 . It seems RCX emitter is the same in 1.0 and 2.0 versions. But 2.0 receiver is less sensitive (...) (21 years ago, 23-Oct-03, to lugnet.robotics.rcx)
 
  Re: Another firmware replacement for RCX
 
(...) Hi all, just a reply to myself :-) we just released a new version of ERIKA, that includes: - C++ support - a new motor library (with a PWM able to reach 1 KHz!!!) - infrared support (experimental) - a few bug fixes The documentation have also (...) (21 years ago, 21-Oct-03, to lugnet.robotics.rcx)
 
  Re: Proximity Sensors for Legway
 
Progress so far (2 URLs) I have a feeling I won't be able to stabilise it further until I can get better sensors.... This is a slightly modified Steves Legway program with two standard sensors moded with some black paper to hide the red leds cheers (...) (21 years ago, 17-Oct-03, to lugnet.robotics.rcx)
 
  Simplifying Cygwin & brickOS/leJOS
 
I have been working on creating a single (large) installer for cygwin with everything you need to build brickOS (and leJOS as well). Download one large file (which is, unfortunately, 18.9 MB) and you are ready to go. I've tested it on W2K and it (...) (21 years ago, 29-Sep-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.java)
 
  Lego RCX Emulator
 
Hello, In this mail I want to advertise my Lego emulator, again. This emulates a Lego RCX brick on hardware level, so it should run any firmware you like. You can find it at this URL: (URL) can emulate multiple RCXes communicating via infrared and (...) (21 years ago, 29-Sep-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Re: Proximity Sensors for Legway
 
Hi Chris :) Hitechnic have just changed their webpage marking the EOPD's as withdrawn and to explain that they do not have the time to share their schematics with the kind of profesionalism they desire. Which is a pity, cause I'm gratefull for any (...) (21 years ago, 23-Sep-03, to lugnet.robotics.rcx)
 
  Re: Proximity Sensors for Legway
 
Thanks Chris I had seen Henriks posts before but for some reason forgot all about it (I suspect an irrational Java aversion) I think the fact that Steve has published his code makes his solution more attractive to those of us who would like to try (...) (21 years ago, 23-Sep-03, to lugnet.robotics.rcx)
 
  Re: Proximity Sensors for Legway
 
(...) Henrik Dahlgren posted here several months back saying that he had successfully built a LegWay using standard LEGO Light Sensors instead of the HiTechnic Proximity Detector. I don't know how much code modification was required, but here is his (...) (21 years ago, 22-Sep-03, to lugnet.robotics.rcx)
 
  Re: Multiplexing 4 touch sensors on an RCX input port
 
(...) (apologies for delay - my server decided to stop talking to lugnet for some reason, hopefully now fixed) (...) Errm, probably 2.1.0 (but I don't have it immediately to hand at the moment - that's the name of the directory on my computer with (...) (21 years ago, 18-Sep-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.pbforth)
 
  Re: Proximity Sensors for Legway
 
Now Hi-Technic stop building those parts.. may be they could give their diagrams to public... Chris. (21 years ago, 18-Sep-03, to lugnet.robotics.rcx)
 
  Proximity Sensors for Legway
 
Hi I'm keen on building a Legway but Hitechnic tell me they no longer supply the sensors.... (or I maybe they don't want to supply me in New Zealand) Are there alternatives? either pre built or a circuit daigram? I don't have any electronics (...) (21 years ago, 18-Sep-03, to lugnet.robotics.rcx)
 
  Re: Low level programming of the RCX
 
(...) Take a look at the H8/3297 Hardware Manual: (URL) chance Jürgen (21 years ago, 13-Sep-03, to lugnet.robotics.rcx)
 
  Re: what is the RCX bios?
 
(...) It's a 16K hard-coded driver. It manages the permanent features of the RCX. From (URL) this page>: High level notes As expected, the ROM contains low-level routines for driving the RCX It controls the on/off/stall signals sent to the motor (...) (21 years ago, 13-Sep-03, to lugnet.robotics.rcx, FTX)
 
  what is the RCX bios?
 
And what does it actually do? I mean the small rom inside the RCX... (21 years ago, 13-Sep-03, to lugnet.robotics.rcx)
 
  Re: Low level programming of the RCX
 
(...) If you're really really hard core you could code in machine code (hex :^) Kevin (21 years ago, 12-Sep-03, to lugnet.robotics.rcx, FTX)
 
  Re: Low level programming of the RCX
 
(...) If you're really hard-core, you could program it in assembly language. I believe the official SDK lists all the operations. Get it (URL) here> if you don't already have it. (21 years ago, 12-Sep-03, to lugnet.robotics.rcx, FTX)
 
  Re: Low level programming of the RCX
 
(...) Speaking of Quite C, I am working on figuring out a good way to integrate Quite C into the BricxCC system. It is a bit different from the other languages BricxCC supports in that you compile to an SREC and download it as a new firmware rather (...) (21 years ago, 12-Sep-03, to lugnet.robotics.rcx)
 
  Re: Low level programming of the RCX
 
(...) [snip] (...) [snip] I'll second that. The BrickOS source code provides a good example of using the FRC as well as other low-level I/O. Between that source and the H8 manuals, you should be set. If you have specific questions, there are quite a (...) (21 years ago, 12-Sep-03, to lugnet.robotics.rcx)
 
  Re: Low level programming of the RCX
 
(...) Quite C is your best place to start with a language. C can give you direct access to the timer. The timer is considered an I/O device, but all I/O on the H8 is memory mapped. Having said that, if you know the address of the timer, you can (...) (21 years ago, 12-Sep-03, to lugnet.robotics.rcx)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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