| | Infrared protocol of the RC trains?
|
|
Is there any information on the infrared protocol that is used by the RC Trains? (18 years ago, 1-Apr-07, to lugnet.robotics, lugnet.trains)
|
|
| | Java for NXT
|
|
The second alpha release of leJOS NXJ is now out - download from (URL) is now preliminary support for I2C (including the Ultrasonic sensor), Bluetooth, and Sound. Motor and navigation support is improved. This release still runs in RAM with the NXT (...) (18 years ago, 31-Mar-07, to lugnet.robotics)
|
|
| | Re: NXC/NBC release news
|
|
(...) The standard NXT firmware has a bug in the replace opcode which makes it impossible to use with multi-dimensional arrays (or ragged arrays of arrays). I have fixed this bug and submitted the code to folks at NI and LEGO for possible inclusion (...) (18 years ago, 30-Mar-07, to lugnet.robotics)
|
|
| | Re: NXC/NBC release news
|
|
Hi, Sorry for asking a naive question but I have been trying to create and manipulate an array of strings in NXC without much success. Here is the little test program that I use: #include "NXCDefs.h" task main() { string sarr[]; ArrayInit(sarr, (...) (18 years ago, 30-Mar-07, to lugnet.robotics)
|
|
| | Re: LEGO Mindstorms NXT - Robotics based Electronics
|
|
(...) Hi Don, Thank you for your contribution in this area! I am an Electrical Engineer by education, but I went down the Software Engineering path long ago. I tinkered a little with electronics when I was younger, did some TV repair work and (...) (18 years ago, 30-Mar-07, to lugnet.robotics)
|
|
| | LEGO Mindstorms NXT - Robotics based Electronics
|
|
As most of you know I've been exploring ways to revitalize electronics education via this blog and teachings at Lawrence Tech University and now ITT Technical Institute.What saddens me is the days of building electronic circuits on breadboards or (...) (18 years ago, 29-Mar-07, to lugnet.robotics)
|
|
| | Re: Enhanced standard NXT firmware
|
|
(...) That's great news, David. I'm glad that you are having success using the new CommExecuteFunction system call. I haven't had a chance to test it at all yet personally but I was very confident that it would just work seeing as how exposing it (...) (18 years ago, 28-Mar-07, to lugnet.robotics.nxt.nxthacking, lugnet.robotics, lugnet.robotics.nxt)
|
|
| | Re: Enhanced standard NXT firmware
|
|
"John Hansen" <afanofosc@comcast.net> wrote in message news:JF0sGr.M2w@lugnet.com... (...) implement (...) big snip Great job John. And thank you especially for CommExecuteFunction. I couldn't believe that Lego didn't allow a way to make a Bluetooth (...) (18 years ago, 28-Mar-07, to lugnet.robotics.nxt.nxthacking, lugnet.robotics, lugnet.robotics.nxt)
|
|
| | Re: About velocity.
|
|
(...) You can push the gearing still higher - 1:1 isn't the upper limit. But the trick with gearing is to match the gearing to the torque that the motor provides - and to use as few stages of gearing as possible. If 1:1 gearing is optimal - then (...) (18 years ago, 25-Mar-07, to lugnet.robotics)
|
|
| | About velocity.
|
|
First, I'm a beginner. So it will be very easy question for you guys. I have to make a lego robot with RCX model as fast as it possible. I just can use two motors and 4 wheels. It means I can use only a 'driving base'. I made gear ratio for 1:1, and (...) (18 years ago, 25-Mar-07, to lugnet.robotics)
|