To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.roboticsOpen lugnet.robotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / *36057 (-20)
  RE: user created programs
 
(...) I'll jump in here. The two canted receptors at the front do indeed give a basic direction and range finding ability. The IR signal strength follows an inverse-square law. Double the distance from source to sensor and the signal is reduced by a (...) (23 years ago, 8-Jan-03, to lugnet.robotics.spybotics)
 
  Re: A Generic Idea
 
You might be interested in the CMUcam. See (URL) CMUcam is a new low-cost, low-power sensor for mobile robots. You can use CMUcam to do many different kinds of on-board, real-time vision processing. Because CMUcam uses a serial port, it can be (...) (23 years ago, 8-Jan-03, to lugnet.robotics)
 
  8475 Motor Tests
 
Last night I performed a few quick tests on the 5292 motors (the new motors from the 8475 Race Buggy set: (URL) to compare them to the standard geared 9V motor ((URL) summary, the 5292 motor (when geared down to match RPM of 71427) has about 2.33 (...) (23 years ago, 8-Jan-03, to lugnet.technic, lugnet.robotics)
 
  Re: A Generic Idea
 
To get a PDA to interface to RCX is easy, i am right in thinking that TV remote is the same freqency etc as RCX? If so go to pdawin.com and get TVRemote (URL) i use version 3.1 which can learn commands, and we can display this on the PC and control (...) (23 years ago, 7-Jan-03, to lugnet.robotics)
 
  Re: Brick Constants in NQC/Bricx
 
(...) Yes - I don't know about Bricx - but the NQC example programs contain one that says: #ifdef __RCX ...and (more significantly) the system file 'compiler/rcx2.nqh' contains #if __RCX==2 #if defined(__SCOUT) ...and a bunch of other defines (...) (23 years ago, 8-Jan-03, to lugnet.robotics)
 
  Re: A Generic Idea
 
(...) Start with arXiv.org. You should also hit each of the CPU makers whom you have interest in and review their Application Notes carefully (Intel has a lot of app notes that are graphics related). You'll want to get all the 'Graphics Gem' code as (...) (23 years ago, 7-Jan-03, to lugnet.robotics)
 
  Re: Brick Constants in NQC/Bricx
 
(...) Thanks Brian, but I´m looking for ways to determine the brick at compile time, not at runtime, since the generated code must match the target API. (23 years ago, 8-Jan-03, to lugnet.robotics)
 
  Re: user created programs
 
Yes, your new page is good and what we need. But I immediately have a question: It seems there are two pairs of canted receptors, two at front, and two at about mid-board. This implies there is some inherent directional sensing? I assume at least (...) (23 years ago, 8-Jan-03, to lugnet.robotics.spybotics)
 
  Re: A Generic Idea
 
(...) I extrapolated your complaints that PDAs have OS's where the c compilers don't have libraries to do the simplest things... : ("You need more than that though. Along with your C compiler, you need a set of libraries that give you access to the (...) (23 years ago, 7-Jan-03, to lugnet.robotics)
 
  Re: A Generic Idea
 
Rob Limbaugh wrote: > So, the questions (to me) become: > 1) Does a cordless phone transceiver pair have the ability to handle the data rate of a USB device? The most bandwidth you can get out of a regular analog telephone line is 56Kbaud. (...) (23 years ago, 6-Jan-03, to lugnet.robotics)
 
  Re: Brick Constants in NQC/Bricx
 
See (URL) (but don't get your hopes up). (...) (23 years ago, 8-Jan-03, to lugnet.robotics)
 
  Re: A Generic Idea
 
(...) Yes - I can control the RCX from my SONY Television remote (which is a programmable one) by 'teaching' it key commands from the Lego Remote - so if your PDA can act like a learning remote - it can drive the RCX and Scout bricks. (...) Yep - (...) (23 years ago, 7-Jan-03, to lugnet.robotics)
 
  Re: unique Identifer in RCX
 
I could only find this thread: (URL) which gives a non-authoritative "no". I glanced through Kekoa Proudfoot's librcx ((URL) and found nothing in his rom header file (rom.h). (...) (23 years ago, 8-Jan-03, to lugnet.robotics)
 
  Re: A Generic Idea
 
Has anyone any practical experience of what robotic image processing _can_ be done on a single-chip computer such as an RCX, PIC, etc.? Any links to research papers? Peter (23 years ago, 6-Jan-03, to lugnet.robotics)
 
  Re: New RCX sensor: Wire guidance sensor
 
(...) I've seen similar things on sale in my local branch of Fry's here in the USA. I wish they'd make a vacuum-cleaner that worked on similar principles. ---...--- Steve Baker ---...--- HomeEmail: <sjbaker1@airmail.net> WorkEmail: (...) (23 years ago, 7-Jan-03, to lugnet.robotics)
 
  Re: New RCX sensor: Wire guidance sensor
 
(...) Huh! Well - if only I'd done a web search I'd have known that! (URL) it works, it's not a bad deal at $199. ---...--- Steve Baker ---...--- HomeEmail: <sjbaker1@airmail.net> WorkEmail: <sjbaker@link.com> HomePage : (URL) : (4 URLs) (23 years ago, 8-Jan-03, to lugnet.robotics)
 
  Sumo-bot Four scheduled and new official rules posted.
 
You have been challenged to a sumo-bot wrestling match that will occur on Saturday, January 25th., 2003 at 2:00 PM. The location for this event will be in Ann Arbor, Michigan. The official sumo-bot rules have been updated to reflect recent (...) (23 years ago, 8-Jan-03, to lugnet.org.us.lrgoaa, lugnet.org.us.michlug, lugnet.robotics.events, lugnet.org.us.laflrc)
 
  Re: New RCX sensor: Wire guidance sensor
 
(...) I don't know what principle it works on, but Brookstones was selling a autonomous robot vacuum cleaner recently. It was in the store I was in before christmas. -Kyle (23 years ago, 7-Jan-03, to lugnet.robotics)
 
  Re: H-bridge for PDA?
 
(...) I have an E-125 and it will take a little more than a simple H-Bridge. Though I agree, it would be a fine platform for doing robotics. One idea that we've been playing around with at Hangar 18 is swarm computing. What the basic idea is to use (...) (23 years ago, 7-Jan-03, to lugnet.robotics)
 
  Brick Constants in NQC/Bricx
 
Are there predefined constants generated by Bricx or NQC that identifies the Brick (RCX, SCout ...) to wich the generated code is targeted for? It would be really usefull to write "multi-Brick" code in a single source trough the use of #ifdef. Paulo (...) (23 years ago, 8-Jan-03, to lugnet.robotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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