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 / *7890 (-20)
  RE: Multiplexing 4 touch sensors on an RCX input port
 
(...) Ian, Great to see that you are having success with pbForth! I have a couple of questoins: 1. Which version are you using? 2. Are there any features you REALLY wish were available? 3. Do you have any stories or code to share? Ralph ---...--- (...) (21 years ago, 10-Sep-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.pbforth)
 
  Re: Multiplexing 4 touch sensors on an RCX input port
 
(...) It works very well for me, with the variation that I use home-made touch sensors that are actually microswitches embedded into 2x2 blocks. That does mean you might need to debounce in software, but normally I don't bother since the inertia of (...) (21 years ago, 10-Sep-03, to lugnet.robotics.rcx)
 
  Re: Multiplexing 4 touch sensors on an RCX input port
 
I have done work in this area. I chose to solve the problem to permit 4 touch sensors to be pressed in any arbitrary combination with high probability of getting the answer right :) A simple R, 2R, 4R, 8R scheme will do. I chose R = 40.2K. This is (...) (21 years ago, 10-Sep-03, to lugnet.robotics.rcx)
 
  Re: Multiplexing 4 touch sensors on an RCX input port
 
(...) Good analysis. Series can work quite well as long as you know that the touch sensors are touched mutually exclusively, but you are right parallel doesn't work well. I remember trying to come up with good resistance values to do parallel, and (...) (21 years ago, 9-Sep-03, to lugnet.robotics.rcx)
 
  Re: Multiplexing 4 touch sensors on an RCX input port
 
(...) While in theory, this sounds very cool, in pratice, I doubt it will work quite that well. The biggest problem will be that the standard touch sensors may not be 100% on when you press it. This means the sensor itself can provide some (...) (21 years ago, 9-Sep-03, to lugnet.robotics.rcx)
 
  Re: Multiplexing 4 touch sensors on an RCX input port
 
(...) I don't think that would work very well, as the lights have a rather low resistance, lower than a pressed touch sensor ((URL) as a purist you can use the cybermaster sensors to multiplex three inputs ((URL) Jürgen Stuber <stuber@loria.fr> (...) (21 years ago, 9-Sep-03, to lugnet.robotics.rcx)
 
  Re: Multiplexing 4 touch sensors on an RCX input port
 
(...) LEGO purists use LEGO light bricks as resistors. I created potentiometer bricks, where the resistance is variable for each brick. Two stacks of 4 potentiometer bricks can be seen to the left of the RCX. In this case each stack puts the (...) (21 years ago, 9-Sep-03, to lugnet.robotics.rcx)
 
  Multiplexing 4 touch sensors on an RCX input port
 
You can use four touch sensors per input port on the RCX. The Cybermaster touch sensors have resistors in parallel, and this is how the Cybermaster knows which implement is attached to the tracked robot. It uses its sensor input as a temperature (...) (21 years ago, 5-Sep-03, to lugnet.robotics.rcx)
 
  RE: leJOS & BricxCC news
 
(...) OK, I've looked at your wish list and have the following comments with respect to how I see the pbForth implementation of DCC. 1. How important is it to have more than one port with DCC capabilities. The reason I'm asking is that it "would be (...) (21 years ago, 7-Sep-03, to lugnet.robotics.rcx, lugnet.trains, lugnet.robotics.rcx.pbforth)
 
  Re: USB Tower Performance [was leJOS/BricxCC news]
 
(...) Doh! I forgot about Odd parity and the USB tower. I will see about fixing that little problem. Is your quad speed boot loader source significantly different from Kekoa's fastdl.s (with the parity disabling code removed)? I'd like to see it if (...) (21 years ago, 7-Sep-03, to lugnet.robotics.rcx)
 
  Re: leJOS & BricxCC news
 
(...) Hmmm. I was seriously considering writing a leJOS package to support the LDCC IR Protocol. (Here's why: (URL) ) What capabilities were you going to add? Depending on your timeline, you might convince me to try FORTH. (21 years ago, 7-Sep-03, to lugnet.robotics.rcx.java, lugnet.robotics.rcx, lugnet.trains, lugnet.robotics.rcx.pbforth)
 
  RE: pbForth & ROLL
 
(...) John, As always, it depends. ROLL can sometimes be recovered gracefully, but not always. If you ROLL more than the stack depth, you'll shift some RAM that you probably don't want to shift - like the pbForth image itself. In that case, there's (...) (21 years ago, 6-Sep-03, to lugnet.robotics.rcx.pbforth)
 
  pbForth & ROLL
 
(...) While testing my console the other day I kept getting pbForth to hang (or so it appeared). It turns out I was passing ROLL a number that caused it to do bad things. I'm wondering whether it should error out with "aborted stack underflow" or (...) (21 years ago, 6-Sep-03, to lugnet.robotics.rcx.pbforth)
 
  Re: USB Tower Performance [was leJOS/BricxCC news]
 
In a recent post, John Hansen raised some questions about USB Tower [1] quad speed downloading and [2] varioustimeouts and difficulty with certain optocdes. Here's a bit of an explanation. Lots of technical detail for those that are interested. (...) (21 years ago, 6-Sep-03, to lugnet.robotics.rcx)
 
  Re: Lego Mindstorms Robotic Sumo Question
 
(...) Thanks Steve! Everything I wanted to know I found out on that website. Great information. Thanks again! David Perdue www.geocities.com/imroboguy (21 years ago, 6-Sep-03, to lugnet.events, lugnet.robotics.rcx)
 
  RE: leJOS & BricxCC news
 
John, Thanks for continuing to work on this. It's one of the things that keeps me motivated to continue supporting pbForth. Now, there has not bee much traffic there lately, and I have not done much with it becuase as far as I know, things are "just (...) (21 years ago, 5-Sep-03, to lugnet.robotics.rcx.java, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.rcx.pbforth)
 
  Re: trouble compiling brickOS
 
(...) Hm, that should not happen. Try to start your hitachi compiler by hand, for example with "h8300-hms-gcc --version" to get an "I am alive" message from it, so you are sure it is installed as intended. If _you_ can't get it to work, configure (...) (21 years ago, 5-Sep-03, to lugnet.robotics.rcx.legos)
 
  Re: leJOS & BricxCC news
 
In lugnet.robotics.rcx.java, Mark Riley wrote: [snipped] (...) I have incorporated the changes made to firmdl in the leJOS distribution into my BricxCC firmware downloader code. Now I can successfully download all the firmwares I have access to (...) (21 years ago, 5-Sep-03, to lugnet.robotics.rcx.java, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.rcx.pbforth)
 
  Linremote
 
Hello, I've wait a report from a friend for this software ... But he have no time to produce it ... Then I announce it here : Linremote permit you to control via PC (it the same soft that Dr Vegetable make : an remote control emulator). You can view (...) (21 years ago, 5-Sep-03, to lugnet.robotics, lugnet.robotics.rcx)
 
  Re: trouble compiling brickOS
 
(...) I did! (...) It did complain and I did install the hitachi 8300 gcc version. Funny thing, after installing it, the configure script was still complaining that it cannot find the hitachi gcc compiler, although the binaries were right there in (...) (21 years ago, 5-Sep-03, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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