To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.legosOpen lugnet.robotics.rcx.legos in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / legOS / *3249 (-20)
  Re: /brickos-0.2.6.10/kernel/dsensor.c:360: `sys_time' undeclared (first use in this function)
 
(...) now i tried to change //#define CONF_DSENSOR_VELOCITY //!< rotation sensor velocity to #define CONF_DSENSOR_VELOCITY //!< rotation sensor velocity because it use sys_time too. same error: /usr/local/bin/h8300...hi-hms-gcc -O2 -fno-builtin (...) (21 years ago, 28-Apr-03, to lugnet.robotics.rcx.legos)
 
  /brickos-0.2.6.10/kernel/dsensor.c:360: `sys_time' undeclared (first use in this function)
 
I changed in /boot/config.h the //#define CONF_DSENSOR_MUX //!< sensor multiplexor TO #define CONF_DSENSOR_MUX //!< sensor multiplexor Now I got an errormessage if compile once again make realclean make depend make --unix (...) (21 years ago, 28-Apr-03, to lugnet.robotics.rcx.legos)
 
  Re: LONG DELAY after pressing RUN button (to end the program)
 
(...) Wow, Steve I've never sucess to make adressing work .... with 2.5 kernel and lnpd with serial tower..... So I've write a library who permit to communicate with other RCX/PC (combot project) it's the first part of my project and i'll post it (...) (21 years ago, 27-Apr-03, to lugnet.robotics.rcx.legos)
 
  Re: LONG DELAY after pressing RUN button (to end the program)
 
(...) Because stuff was changed in BrickOS. I can't tell you too much, but I'm sure it's trying to shut-down the program in a cleaner way. I think BrickOS waits 2 seconds before killing tasks. You need to change your LegOS loop: while(true) to (...) (21 years ago, 27-Apr-03, to lugnet.robotics.rcx.legos)
 
  LONG DELAY after pressing RUN button (to end the program)
 
Hi there, I see that I'm the only one who has recently used this newsgroup. Well thanks to the people who has taken the time to answer my questions, such as nanobapt. I have another question now. I've two different kernels, legOS 0.2.6 and brickOS (...) (21 years ago, 27-Apr-03, to lugnet.robotics.rcx.legos)
 
  Re: can't dll with brickOS 2.6.10
 
(...) Dear Ben Now i have find the solution for the problem: Machine: WIN2000 1) delete cygwin-B20 and clean regedit 2) Follow now the Instruction LegOS 0_2_6 - Instructions for installing on Win9x-NT-2000-XP.htm install latest cygwin Version (...) (21 years ago, 25-Apr-03, to lugnet.robotics.rcx.legos)
 
  Re: can't dll with brickOS 2.6.10
 
(...) Dear Ben I have the same problem. But i checked version 0.2.6 till 0.2.6.10 and i got the same problem with all versions. (only vers 0.2.5 and earlier works) . I have testes with WIN2000 and WIN98. cygwin Vers is B20 and i use the old (...) (21 years ago, 22-Apr-03, to lugnet.robotics.rcx.legos)
 
  Re: LNP and DLL
 
(...) Oh it's normal :) Soft use the library liblnp to connect to tower with lnpd. And lnpd block the acess to the tower ! You need then to download your program with a program like dllx or dll which is include in the application folder of lnpd (...) (21 years ago, 21-Apr-03, to lugnet.robotics.rcx.legos)
 
  LNP and DLL
 
Hi there. I'm running cygwin (because I just have the usb tower) well I want to use the addressing mode of lnp. Ok I edit the file boot/config.h of the kernel and have this: #define CONF_LNP #define CONF_LNP_FAST #define CONF_LNP_HOSTADDR 0x20 (...) (21 years ago, 20-Apr-03, to lugnet.robotics.rcx.legos)
 
  Re: LNPD and cygwin
 
Nop, actually what I'd like to find out, is if there's some way to make the usb tower work (either on cygwin or linux) for lnpd Thanks in advance, if anyone has the answer CL "nanobapt" <nanobapt@wanadoo.fr> escribió en el mensaje (...) (21 years ago, 20-Apr-03, to lugnet.robotics.rcx.legos)
 
  Re: LNPD and cygwin
 
(...) does lnpd work with usb tower under linux ? nanobapt (21 years ago, 17-Apr-03, to lugnet.robotics.rcx.legos)
 
  LNPD and cygwin
 
Sorry if this message is duplicated, but I got an error when publishing and untin now I don't see it published. Hi all, I have the USB tower so by now (because I have a project for the university, and not too much time) I've to use cygwin. Well (...) (21 years ago, 17-Apr-03, to lugnet.robotics.rcx.legos)
 
  LNPD and Cygwin
 
Hi all, I have the USB tower so by now (because I have a project for the university, and not too much time) I've to use cygwin. Well everthing is running fine, but I came with this question: Is is possible to install LNPD (as a deamon) the same way (...) (21 years ago, 17-Apr-03, to lugnet.robotics.rcx.legos)
 
  addressing bricks
 
Hi everyone, I was wondering if anyone could tell me how to address RCX bricks, using LNP. I have been looking at examples of code on lnp for ages now. Any help would be appreciated. Thanks a lot Andrew ___...___ Hotmail messages direct to your (...) (21 years ago, 13-Apr-03, to lugnet.robotics.rcx.legos)
 
  Re: Can an input be configured as an output?
 
Hi Vik, An input has a 10K pull-up resistor to 5V in it. When nothing is connected to the input the A/D converter will return a value of about 1023 (which represents 5V). If you short the input (make sure it's in passive mode), you will get a value (...) (21 years ago, 11-Apr-03, to lugnet.robotics.rcx.legos)
 
  Can an input be configured as an output?
 
Hi, Im still learning legos (brickOS) and my friend asked me whether an input could be configured as an output? Also, i have seen several robots using 2 RCX, all connected together using wires running from 1 input to anothers output...how does this (...) (21 years ago, 10-Apr-03, to lugnet.robotics.rcx.legos)
 
  can't dll with brickOS 2.6.10
 
I have been away for quite a while, and when I tried to upgrade to 0.2.6.10 I found that after I firmdl3 (which works, and the RCX works) I am unable to dll (yes, using the included dll, yes, with rebuilt .lx files). I get "error deleting program". (...) (21 years ago, 8-Apr-03, to lugnet.robotics.rcx.legos)
 
  Problems after upgrading from brickos 0.2.6.09 to 0.2.6.10
 
Hello, I hope somebody could help me with the following problem. So far I was using brickos 0.2.6.09 under Windows XP and everything worked fine. I downloaded version 0.2.6.10 and downloaded it's brickos.srec file to the RCX. As soon as I switch on (...) (21 years ago, 5-Apr-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOs Problem (again)
 
(...) Cygwin is pure Windows. DJGPP is DOS, and doesn't work well with brickOS. Although everyone should use Linux. DJGPP and brickOS: I managed to build binutils under djgpp, gcc failed but is probably fixable. However, djgpp doesn't have POSIX (...) (21 years ago, 5-Apr-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOs Problem (again)
 
(...) You didn't install tar. Run Cygwin setup again and add tar. (...) No, incorrect. (...) No, he needs to install tar. Max. (21 years ago, 5-Apr-03, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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