| | Re: Where to find troubleshooting guide for installing the NXT Fantom
|
|
(...) There is a link to it in the NXT News section of the main BricxCC page. (URL) Hansen (18 years ago, 15-Mar-07, to lugnet.robotics)
|
|
| | Where to find troubleshooting guide for installing the NXT Fantom
|
|
Dear All, I found this text on the forum about the Bricx Command Centre "I put together a short troubleshooting guide for installing the NXT Fantom Drivers on a windows box" Wher can I find this? Regards Jan Kromhout Hellevoetsluis-NL (18 years ago, 15-Mar-07, to lugnet.robotics)
|
|
| | Re: BricxCC release 3.3.7.16
|
|
There are several possible reasons for your problem(s). * Is COM1 the right port? If it isn't just before the main window of BricxCC is opened you are informed communication with the brick was unsuccessful and that you'll not be able to download (...) (18 years ago, 15-Mar-07, to lugnet.robotics)
|
|
| | Bricx Command Centre and the NXT
|
|
Dear All, I have installed a Belkin Bluetooth USB-adapter. The Bluetooth connection is installed as Com11. When I start the Bricx Command Centre the max Comport is "9" I can't change the comport of the Bluetooth adapter. And I switch the check bock (...) (18 years ago, 15-Mar-07, to lugnet.robotics)
|
|
| | Re: BricxCC release 3.3.7.16
|
|
And when i am trying to download the program to the bricx it says no (or invalid) reply from rcx (...) (18 years ago, 15-Mar-07, to lugnet.robotics)
|
|
| | Re: BricxCC release 3.3.7.16
|
|
Hallo, I am using your bricxcc version 3.3.7.16 and my brick version is RCX 1.0 I have some problem here with the task transfer! when i start the programm it ask me witch port do use and and my brick type and my firmware. i fill it with the (...) (18 years ago, 15-Mar-07, to lugnet.robotics)
|
|
| | Re: Robot events at BrickFest 2007
|
|
i just checked the schedule, looks like the Mosaic speed build ends at 12:30 and the sumo competition starts at 1pm. that gives me 30 minutes to get something built and programmed. you better bring your batteries, cause now i do have time to make (...) (18 years ago, 14-Mar-07, to lugnet.events.brickfest, lugnet.robotics)
|
|
| | Re: Robot events at BrickFest 2007
|
|
(...) Sounds like a personal problem to me, Bob. I, on the other hand, can give my presentations, while building the Lego Star Destroyer entirely with my left hand, while my right hand programs my Sumo'Bot to destroy all who oppose me in the Sumo (...) (18 years ago, 14-Mar-07, to lugnet.events.brickfest, lugnet.robotics)
|
|
| | Re: TachoSpeed.nqc
|
|
(...) That's exactly what I'm trying to achieve. I hadn't actually written out any pseudo code, but it is (almost)exactly the way I had thought it through in my head. My main problem is that I think up what I'd like to do and then have to scour the (...) (18 years ago, 13-Mar-07, to lugnet.robotics)
|
|
| | Re: TachoSpeed.nqc
|
|
(...) I guess there is a define statement missing that goes something like #define Drive(l,r) SetPower(OUT_L, l); SetPower(OUT_R, r); On(OUT_L+OUT_R) although the Programmer's guide doesn't mention anything about negative values being a possibility (...) (18 years ago, 13-Mar-07, to lugnet.robotics)
|
|
| | Re: TachoSpeed.nqc
|
|
(...) According to the NQC Programmer's Guide the Cybermaster wait time is in 1/10 seconds. This is consistent with my CyberMaster's behaviour when I set the threshold to a high value and the if routine is executed. I hadn't considered using sounds (...) (18 years ago, 13-Mar-07, to lugnet.robotics)
|
|
| | More Power Functions info released
|
|
Some info I can now release, in addition to what I've posted here: (URL) Power Functions large motors (URL) use the same metal motor inside as the NXT motors. The motor driver chip in the IR RC receiver (URL) is the same chip as the NXT motor driver (...) (18 years ago, 13-Mar-07, to lugnet.technic, lugnet.robotics)
|
|
| | Re: Robot events at BrickFest 2007
|
|
well if i ever get any time to make something i may enter. and hopefully i wont be leading any sessions during the sumo session. bob (...) Bob Kojima ko@fial.com Fial Incorporated 710 Center St Oregon City, OR 97045 503.607.1940 www.fial.com (18 years ago, 13-Mar-07, to lugnet.events.brickfest, lugnet.robotics)
|
|
| | Re: Robot events at BrickFest™ 2007
|
|
(...) Considering the VAST number of responses I've already received, you might just win by putting your NXT brick on the sumo table! Of course, if you add motors and wheels, and drive forward without falling off the table, you'd even get the bonus (...) (18 years ago, 13-Mar-07, to lugnet.events.brickfest, lugnet.robotics)
|
|
| | Re: TachoSpeed.nqc
|
|
(...) I found again an old code I wrote for Cybermaster to do avoiding based on tacho slowdown. The trick is indeed to drive at a low power level, or the wheels simply sleep and there is not enough slowdown to be reliable. Philo ---...--- task main (...) (18 years ago, 13-Mar-07, to lugnet.robotics)
|
|
| | lejos on UBUNTU linux?
|
|
Hi, I'm trying to build the lejos release on UBUNTU linux and I get the following error. Any help appreciated. Thanks, Ted pawlicki@robotnik:~/lego/build$ ant Buildfile: build.xml clean: [echo] saving existing files to .bak files libnxt: [taskdef] (...) (18 years ago, 13-Mar-07, to lugnet.robotics)
|
|
| | Re: Robot events at BrickFest™ 2007
|
|
Ooh, NXT-Sumo! David, I sure hope you'll be running your "Getting to know the NXT" breakout session BEFORE the sumo contest is held! My NXT remains sealed and unopened on a shelf in my Lego room. I'll bring it, and maybe I'll learn enough to be (...) (18 years ago, 13-Mar-07, to lugnet.events.brickfest, lugnet.robotics, FTX)
|
|
| | Re: TachoSpeed.nqc
|
|
(...) The question you need to answer for yourself is this: Do I want my robot to to potentially execute both if blocks in sequence or do I only want the second if block to execute if the first condition is known to be false? If you only want the (...) (18 years ago, 13-Mar-07, to lugnet.robotics)
|
|
| | Re: TachoSpeed.nqc
|
|
(...) For the RCX wait times are in 1/100 of a second. Is that the same for the Cybermaster? If so the reverse and turn times are a little short (as well as the motor ramp up period). I could see how it would be difficult to notice the robot backup (...) (18 years ago, 13-Mar-07, to lugnet.robotics)
|
|
| | Re: TachoSpeed.nqc
|
|
(...) Sorry. I meant to say 'the brick never executes the if statement'. (...) I don't see 1) how I could make an if/else statement or 2) what the benefit would be. 1) If I make an if/else statement isn't 'else' executed always if 'if' is not true? (...) (18 years ago, 12-Mar-07, to lugnet.robotics)
|