 | | Re: internals
|
|
(...) If you go to (URL) click on the "NXT'reme" button, you will be able to download all sorts of official internals documentation. -- David Schilling (19 years ago, 18-May-07, to lugnet.robotics.nxt)
|
| |
 | | internals
|
|
I have difficulty in locating info on the internal of the nxt brick. Wonder if anyone may have reference. Thanks in advance! --Elizabeth (19 years ago, 18-May-07, to lugnet.robotics.nxt)
|
| |
 | | Re: NXT pbLua Online for testing
|
|
(...) I forgot to tell you something ;-( user: nxt pass: pblua Sorry Christian (19 years ago, 18-May-07, to lugnet.robotics.nxt)
|
| |
 | | Re: NXT pbLua Online for testing
|
|
(...) Additionally you can try the pbLua-PC-emulation. telnet nxt.moccy.dyndns.org Videostream of NXT/pbLua actions follow this weekend. This allows you to watch the running NXT, controled by your commands :D Enjoy and don't kill the system Bye (...) (19 years ago, 18-May-07, to lugnet.robotics.nxt)
|
| |
 | | NXT pbLua Online for testing
|
|
Hello World, I've connected my NXT with powerful pbLua to the internet. Now you can test pbLua without modifying your own NXT. Feel free to connect to public NXT with pbLua. Just try: telnet nxt.moccy.dyndns.org 10001 So far my batteries are full (...) (19 years ago, 18-May-07, to lugnet.robotics.nxt)
|
| |
 | | Re: OS-X driver for the Vision Command cam ?
|
|
(...) good for anything else. Does anyone else's run faster? (19 years ago, 17-May-07, to lugnet.robotics.vc)
|
| |
 | | Re: circular pointer
|
|
(...) There's something about that too in the same book. If I have some time this weekend I'll try to figure that one out. (thanks for the pointer, I'd forgotten about it) linmix (19 years ago, 17-May-07, to lugnet.robotics)
|
| |
 | | Re: circular pointer
|
|
(...) Another way to accomplish the same result with less code and less memory is to use exponential smoothing. (see Wikipedia) The method uses coefficients between 0 and 1, but if you want to use integers you can always use the integer numerator (...) (19 years ago, 16-May-07, to lugnet.robotics)
|
| |
 | | Re: Building and downloading NXT firmware
|
|
(...) Thanks for trying: You need just to look at the NXTGCC project. You should probably be able to start by reading nxt.pdf at (URL) then install either the winarm or (URL) toolchains. Finally download the zip file from (URL) see if you can (...) (19 years ago, 14-May-07, to lugnet.robotics.nxt.nxthacking)
|
| |
 | | Re: circular pointer
|
|
(...) I should have written: 'array' (...) OK, undefined is not the same as zero, that makes sense (in a way). I looked up how to initialise an array and according to Dave Baum's NQC Guide "The initial values for an array's elements cannot be (...) (19 years ago, 14-May-07, to lugnet.robotics)
|