| | Re: NXT Newbie "Is it possible" question
|
|
(...) Thanks Brian, I am hoping to play with all of the ideas, and really appreciate the response. Robotics, programming, and the NXT are all quite new for me, but I already having fun trying out the solutions provided, and learning the G progamming (...) (14 years ago, 24-Aug-10, to lugnet.robotics, lugnet.technic)
|
|
| | Re: NXT Newbie "Is it possible" question
|
|
(...) I'm not sure how much time you have, or what resources... but you might be able to do this with a single set. If you put an arm on each motor, such that "track A" would hit a peg and turn the motor clockwise, but "Track B" would hit a peg on (...) (14 years ago, 24-Aug-10, to lugnet.robotics.nxt)
|
|
| | Re: NXT Newbie "Is it possible" question
|
|
(...) Well, just for diversity here's a slightly different approach. Make the first block a "Reset Timer" block, then split the program into four sequences. Each is simply a "Wait for Touch Sensor", followed by "Read Timer" block with the result (...) (14 years ago, 24-Aug-10, to lugnet.robotics.nxt)
|
|
| | Re: NXT Newbie "Is it possible" question
|
|
Thanks Kevin! That gives me a good start. once I get some sort of working model, I'll share with world for some good old fashion criticism. Chris (14 years ago, 19-Aug-10, to lugnet.robotics.nxt)
|
|
| | Re: How is this?
|
|
(...) Yes, change the "wait for 9" to be a "check for 9", and the problem should go away... Loop forever if Touched and distance < 9 { turn on motor } else { turn off motor } Kevin (14 years ago, 19-Aug-10, to lugnet.robotics.nxt)
|
|
| | Re: NXT Newbie "Is it possible" question
|
|
(...) Chris, Sure it is, as long as the NXT cables are long enough to place the sensors where you want on the track. As you already figured out, the tricky bits are in the software. Here is pseudocode for what I would do were I to program it in G (...) (14 years ago, 19-Aug-10, to lugnet.robotics.nxt)
|
|
| | NXT Newbie "Is it possible" question
|
|
I am hoping to build a race timer mechanism using my NXT and 4 touch sensors. Essentially I need it to be similar to a pinewood derby timer. I am holding a LEGO car race for our homeschool group, and would love to be able to do all of the timing (...) (14 years ago, 18-Aug-10, to lugnet.robotics.nxt)
|
|
| | Re: os x support for old RCX?
|
|
i'm on an intel mac though... still possible? r (...) (14 years ago, 12-Aug-10, to lugnet.robotics)
|
|
| | Re: os x support for old RCX?
|
|
I still program the old RCX using NQC on a PPC Mac (OS 10.4). Bit of mucking about to get it to work, but it does. I'll see if I can't get some notes together over the weekend for you. Cheers Tom (...) (14 years ago, 12-Aug-10, to lugnet.robotics)
|
|
| | Re: os x support for old RCX?
|
|
I had a look and osx is supported in leJOS, but it seems quite cumbersome for a total Java illiterate like me. i'd be happier if i can go the Robolab way. Thanks for the tip though, Andrew! If it comes to that, i'll go for leJOS. R (...) (14 years ago, 12-Aug-10, to lugnet.robotics)
|