| | Re: multiple motors
|
|
(...) Okay I've done it. I have the drive train all figured out with the exact gearing I wanted. Now the question to answer before I totally tear down and rebuild a complete robot is; will adding an additional 2 motors to help in forward and reverse (...) (21 years ago, 16-Feb-04, to lugnet.robotics.rcx)
|
|
| | Re: multiple motors
|
|
(...) Now that is conveinient! ;) (...) I am messing around with this idea hoping to get the gear ratio I want (2:5). I currently have 16t on the motors driving 40t on the drive axle. I haven't come up with a good way to incorporate the differential (...) (21 years ago, 15-Feb-04, to lugnet.robotics.rcx)
|
|
| | Re: multiple motors
|
|
(...) ... (...) Jona, Take a look at Fingers from Sumo-bot 4 (on YOUR web site :) :) (URL) a pretty good picture from the bottom. (URL) robot uses 4 motors (two RCX outputs) to drive 6 wheels. That's kind of the opposite of what you want, but it may (...) (21 years ago, 15-Feb-04, to lugnet.robotics.rcx)
|
|
| | Re: multiple motors
|
|
In lugnet.robotics.rcx, Steve Hassenplug wrote: <SNIP> (...) </SNIP> So Steve (or Brian or anyone else reading this), have you actually built the drive train you describe? And if so, can you share the specifics of the gearing and configuration of (...) (21 years ago, 15-Feb-04, to lugnet.robotics.rcx)
|
|
| | Re: RCXCC and Visual NQC 2001
|
|
(...) require the Spirit OCX control (which may be why RcxCC didn't work). And with the latest NQC 3.0 beta (3.0 a2) you can take advantage of such cool things as pointers, integrated Spybotics API, and extended support for writable sources. (...) (21 years ago, 13-Feb-04, to lugnet.robotics.rcx)
|
|
| | Re: RCXCC and Visual NQC 2001
|
|
(...) Hello Ahui, Just have a look to John Hansen's messages below, and you'll have your answer: (URL) (21 years ago, 13-Feb-04, to lugnet.robotics.rcx)
|
|
| | RCXCC and Visual NQC 2001
|
|
It's been a while (since 2001) that I have not used NQC. =0 I tried installing RCXCC on windows XP and it won't work. =( Not compatible I guess. I tried to look for Visual NQC 2001 on the net but can't seem to find it either. =( The main website no (...) (21 years ago, 13-Feb-04, to lugnet.robotics.rcx, FTX)
|
|
| | Re: C$ - Code Only
|
|
(...) Nope. I knew there was a certain amount configurability in brickOS, but I assumed it would be hard to get it down to a minumum. (...) With librcx, I started out with the minimum and added only what I needed. (...) Kevin (21 years ago, 12-Feb-04, to lugnet.org.ca.rtltoronto, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
|
|
| | BricxCC home page is moving!
|
|
At the end of last year I finally signed up for high speed internet access from Comcast. Included in the agreement (with my wife) is that I would get rid of my long association with AOL. I've had the JohnBinder AOL email address for many, many years (...) (21 years ago, 12-Feb-04, to lugnet.robotics.rcx.nqc, lugnet.robotics, lugnet.robotics.spybotics, lugnet.robotics.scout, lugnet.robotics.rcx)
|
|
| | dll error deleting program
|
|
Hi all. Yestaday I installed brickOS-2.60 and compiled it with gcc 3.2. Downloading the firmware with firmdl3 works great but I cannot download any program with dll getting the usual "error deleting program". Maybe is a problem with LNP and dll (...) (21 years ago, 8-Feb-04, to lugnet.robotics.rcx)
|
|
| | Re: C$ - Code Only
|
|
(...) I am admittedly biased toward BrickOS; however, I am wondering if you attempted to free some memory in BrickOS by disabling features that you didn't need? If you are only going to run one program (whether single threaded or multi), you can (...) (21 years ago, 7-Feb-04, to lugnet.org.ca.rtltoronto, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
|
|
| | Re: C$ - Code Only
|
|
(...) I think most people seriously underestimated how hard building the robot would be. The funny thing is, all of rtlToronto's events have the same general premise: Build a robot that does something. Second, if you can make the robot do it well, (...) (21 years ago, 6-Feb-04, to lugnet.org.ca.rtltoronto, lugnet.robotics.rcx)
|
|
| | Re: C$ - Code Only
|
|
(...) NQC compiles not quite C code into LEGO firmware opcodes. You download the .rcx result, and LEGO firmware interprets the program. This makes it slow. QuiteC and brickOS both use H8 native C compilers that spit out H8 assembly code directly. (...) (21 years ago, 6-Feb-04, to lugnet.org.ca.rtltoronto, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
|
|
| | Re: C$ - Code Only
|
|
(...) Forgive a clueless question here, but is QuiteC different than NotQuiteC? If so where can I learn more about it? Thanks! The oldest mention of the term "QuiteC" I could find on LUGNET was only 3 weeks ago but MAYBE I'm searching wrong? see (...) (21 years ago, 6-Feb-04, to lugnet.org.ca.rtltoronto, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
|
|
| | Re: C$ - Code Only
|
|
(...) Folks who read rtlToronto can skip this part. I added it because I'm cross posting to robotics.rcx. For those who don't know, rtlToronto had a contest with robots playing Connect Four. Creating a robot for this is double faceted. Getting (...) (21 years ago, 6-Feb-04, to lugnet.org.ca.rtltoronto, lugnet.robotics.rcx)
|
|
| | Re: QuiteC IR interfacing to lego firmware IR
|
|
(...) It is my conclusion that QuiteC is not receiving back to back IR bytes fast enough, and that characters are lost. Kevin (21 years ago, 5-Feb-04, to lugnet.robotics.rcx)
|
|
| | RE: QuiteC IR interfacing to lego firmware IR
|
|
(...) Not knowing EXACTLY what is going on with QuiteC, I can only offer some suggestions.... The 0x55 to 0x5D might just be IR warmup goofiness. As far as I know, the RCX really only looks for the FF 00 Not sure what happened to the F7 and 08, but (...) (21 years ago, 3-Feb-04, to lugnet.robotics.rcx)
|
|
| | QuiteC IR interfacing to lego firmware IR
|
|
Hi, QuiteC's IR facilities are rudimentary. They send and receive single bytes. I need to be able to make it send and receive lego IR protocol messages for opcode 0xf7. I'm not having much luck. When I send a 0xf7 opcode with a message of 0x03 (...) (21 years ago, 3-Feb-04, to lugnet.robotics.rcx)
|
|
| | Re: BricxCC release 3.3.7.7
|
|
(...) Upon further review, it would appear that (at least on my machine and one other that I have heard about) the new release of BricxCC (3.3.7.7) does, in fact, correctly download the brickOS firmware. My previous tests were using an old copy of (...) (21 years ago, 30-Jan-04, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
|
|
| | Re: Problems with if-close with phantom.dll
|
|
(...) Hi!! are you italian??so am I :) (...) phantom.dll control ( a replacement of spirit.ocx) used in a visual c++ mfc application (...) I had already tried this.. it doesn't work.. I was wondering if there is a problem with the if function! thank (...) (21 years ago, 28-Jan-04, to lugnet.robotics.rcx)
|