To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.roboticsOpen lugnet.robotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / *46889 (-20)
  Java for NXT
 
LeJOS NXJ 0.3 is out! After a long and painful delay (especially for the developers) the new and improved version of leJOS NXJ is finally available. This new version has many new features including storing programs and data to flash memory, a menu (...) (17 years ago, 17-Jul-07, to lugnet.robotics.nxt)
 
  Re: Fwd: Robotics - Stolen Life (fwd)
 
Ted, Looks interesting indeed. You could contact the editors of THE NXT STEP blog ((URL) or of the nxtasy.org forum ((URL) Matthias Zitat von Ted Pawlicki <lego-robotics@crynwr.com>: (...) ---...--- This message was sent using IMP, the Internet (...) (17 years ago, 16-Jul-07, to lugnet.robotics)
 
  Messing with memory pool
 
I'm working on a custom firmware with a new VM. I'm currently trying to reuse the NXT-G memory pool to hold data for the new VM, but I'm running into problems. Apparently, doing a memset to set all of the pool to 0x00 causes the firmware to crash. (...) (17 years ago, 16-Jul-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: Possible bug? Simple light sensor condition checking.
 
(...) It looks to me like the c compiler optimized the assignment to the variable away, since there is no external method call (shutdown_requested() is just a macro). (...) You should make this volatile int offonpad = 0; (...) You should also put an (...) (17 years ago, 16-Jul-07, to lugnet.robotics.rcx.legos)
 
  Re: Possible bug? Simple light sensor condition checking.
 
I use BrickOS (LegOS) but I'm not expert in the inner workings. The code you have here appears fine to me. So, it may be a bug in BrickOS, or a problem elsewhere in your code. I will say I've ran into some interesting things when using tasks. (...) (17 years ago, 16-Jul-07, to lugnet.robotics.rcx.legos)
 
  Possible bug? Simple light sensor condition checking.
 
I tried my own skill on writing a program for the included lego test pad (RIS 2.0), and I discovered something weird. The following code does set the conditions right, but the following code doesn't set the conditions right if I comment out the (...) (17 years ago, 16-Jul-07, to lugnet.robotics.rcx.legos)
 
  Program doesn't work
 
Does someone know why motors on RCX are not working with this code: #include<unistd.h> #include<conio.h> #include<dsensor.h> #include<dmotor.h> int main(int argc, char **argv){ ds_active(&SENSOR_1); while(1){ if(TOUCH_1){ dlcd_show(LCD_ARMS); (...) (17 years ago, 14-Jul-07, to lugnet.robotics)
 
  New NXC/NBC release is available
 
I have released today beta 31 of NBC/NXC. Lots and lots of fixes and enhancements. Some of your code may not compile due to fixes that I have made to the parser. It used to let things get past which it should not have been allowing such as extra (...) (17 years ago, 13-Jul-07, to lugnet.robotics.nxt)
 
  Fwd: Robotics - Stolen Life (fwd)
 
Hello I'm wondering if you can help me. I am an independent filmmaker. I have just released the DVD of a new film "Stolen Life". Stolen Life is an unusual science fiction story populated entirely by industrial (non-humanoid) robots. Do you know of (...) (17 years ago, 13-Jul-07, to lugnet.robotics)
 
  RunBot
 
I saw this on Slashdot: (URL) find it interesting that parts of this robot are TECHNIC-esque. That and the fact that the robot walks and runs like a real person. (17 years ago, 13-Jul-07, to lugnet.robotics, lugnet.technic)
 
  Re: Teaching Bluetooth and Protocols
 
(...) Sounds like a great way to test. We could probably try the experiment tomorrow. At the moment, the 10 boys in this week's class are more inclined to play "grab the flag" using automonous robots than BT Remote Control. We experienced the 5 pair (...) (17 years ago, 12-Jul-07, to lugnet.robotics.nxt)
 
  Re: Sign of center pin on power adaptor
 
(...) You must be dealing with a different release of the battery pack than I am, since the only portion of the US instructions that mentions numbers states the output of the battery pack (10VAC, 7VA) and the approximate charge time (4 hours). There (...) (17 years ago, 12-Jul-07, to lugnet.robotics.rcx)
 
  NXTasy challenge #3
 
For those not reading TheNXTStep not NXTasy (are there any?) - I organize a new community challenge over NXTasy forums. The challenge is to build a NXT 'ANT' ('ANxT' for short) which carrys a weight over 1 meter distance above ground. The extra fun (...) (17 years ago, 12-Jul-07, to lugnet.robotics.nxt)
 
  Re: problem with the RCX
 
"Brian Davis" <brdavis@iusb.edu> wrote in message news:JL1oK5.K84@lugnet.com... (...) This might help! (URL) (...) (17 years ago, 12-Jul-07, to lugnet.robotics.rcx)
 
  Re: Teaching Bluetooth and Protocols
 
(...) As soon as I get ten NXTs handy, I'll be sure to test this. In fact, I may know somebody who could test this (or at least I can think of a place, NI Week, where I might). Very odd. Try this. Establish five pairs, and then establoish a sixth (...) (17 years ago, 12-Jul-07, to lugnet.robotics.nxt)
 
  Re: problem with the RCX
 
(...) Is the RCX still working? Does it "get hot" when it's running an unloaded motor? I would have thought that the 500 mA limit within the RCX case would prevent this, but perhaps it's marginal for some plastic piece "nearby". If the RCX is dead, (...) (17 years ago, 12-Jul-07, to lugnet.robotics.rcx)
 
  Re: Teaching Bluetooth and Protocols
 
(...) Strange indeed, But, that's what we experienced. I have faith that more than 5 pairs can communicate all at the same time. On the other hand, maybe we used up all the channels. Perhaps like in RC airplanes, we ran out of crystals. (17 years ago, 11-Jul-07, to lugnet.robotics.nxt)
 
  binsert question
 
Starting with the original NXTGCC source, if I disable binsert in the makefile, the firmware crashes on boot. The firmware development which I am doing will probably increase the size of the firmware by around 20KB, so I'm wondering if I need to do (...) (17 years ago, 11-Jul-07, to lugnet.robotics.nxt.nxthacking)
 
  problem with the RCX
 
One of my students accidently left a tied up gear train running for a while, i.e. In the midst of running a RCX, the case not only gets very hot, but also has a very strong plastic burning smell. At first I thought it is due to the stuck gear train, (...) (17 years ago, 11-Jul-07, to lugnet.robotics.rcx)
 
  Re: Sign of center pin on power adaptor
 
(...) I agree. (...) The spec on the train AC adapter exactly matches the spec in the Li-Ion battery pack instructions. Jürgen (17 years ago, 11-Jul-07, to lugnet.robotics.rcx)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR