| | Re: Classroom experiments gone awry
|
|
(...) I'm using terms of my own making. These are terms that seem to work with 10 - 12 year olds. By "dominant" I mean the wheel which measures the duration specified in a turn. Sometimes I use the term "outside wheel". For example, a duration of (...) (18 years ago, 28-Apr-07, to lugnet.robotics.nxt)
|
|
| | Re: Difficulty with WRITE COMMAND over BT
|
|
(...) It's hard to say what exactly might be going wrong. Here's how I write a file to the NXT: // write in < 64 byte chunks xferred := 0; aStream.Position := 0; // start at the beginning while xferred < size do begin cnt := Min(size - xferred, (...) (18 years ago, 27-Apr-07, to lugnet.robotics.nxt)
|
|
| | FW: Classroom experiments gone awry
|
|
It is hard to lay fingers on trouble shooting this without understanding your experiment. Would you clarify your experiment: Hypothesis: ??? Control variable: wheels size? Independent variable : Dependent variable: Procedure: ??? --Elizabeth (...) (18 years ago, 27-Apr-07, to lugnet.robotics.nxt)
|
|
| | RE: Classroom experiments gone awry
|
|
I'm having trouble understanding the meaning of your results. What do the percentages mean? I'd also just like to check that you used the "run for 10 rotations" as duration with "next action" indicated as stop. What speed did you use for the (...) (18 years ago, 26-Apr-07, to lugnet.robotics.nxt)
|
|
| | Difficulty with WRITE COMMAND over BT
|
|
Hi, I am attempting to download a .rxe program file to NXT from some programming environment that allows communicating over serial port. So I connect to NXT (with 1.04 firmware) from the WinXPSP2 box with BT USB dongle, and use the commands (...) (18 years ago, 26-Apr-07, to lugnet.robotics.nxt)
|