| | LEJOS OSEK giving me funky dll errors
|
|
I've installed LEJOS OSEK 1.04, but when I try to make all in the helloworld example, I get the error "This application has failed to start because cygintl-3.dll was not found. Re-installing the application may fix this problem." I've tried telling (...) (17 years ago, 17-Aug-07, to lugnet.robotics.nxt.nxthacking)
|
|
| | Re: File Error - what does it exactly mean?
|
|
(...) You've got 32k to work with for all variables of all types, including user-defined types and arrays. Every time you manipulate an array you use up more memory due to copying taking place in the VM. If you shared with me some information about (...) (17 years ago, 17-Aug-07, to lugnet.robotics.nxt)
|
|
| | Re: File Error - what does it exactly mean?
|
|
(...) But I am getting it when trying to allocate an array that is larger than the amount of heap available. And it seems there is no way of checking how much space remains free, so I have no way of preventing this File Error! from happening if I (...) (17 years ago, 17-Aug-07, to lugnet.robotics.nxt)
|
|
| | Re: NXT R/C Car Drifting (NXT GT)
|
|
(...) You might try the wheels of these vehicles: (2 URLs) are made from hard plastic. Congratulations for your work! Philo (17 years ago, 17-Aug-07, to lugnet.robotics.nxt)
|
|
| | NXT R/C Car Drifting (NXT GT)
|
|
Hi, I just uploaded a video of a NXT Bluetooth R/C Car which is called "NXT GT". I've found many NXT based cars (includes R/C or non R/C) and a uniquie point of NXT GT is that we succeeded to make the NXT GT Drifting! (URL) The trick of NXT GT (...) (17 years ago, 17-Aug-07, to lugnet.robotics.nxt)
|
|
| | Re: Power Functions Element Pics (inc Plugs)
|
|
(...) Looks like i can answer my own question. According to the faq at customer support the adapters will be out September 1st just like the bulldozer which all ready is out. :) Good to know that it'll come out so soon. I should point out that the (...) (17 years ago, 16-Aug-07, to lugnet.robotics)
|
|
| | robotc documentation
|
|
While I'm waiting a login to the RobotC forum, I wonder if anyone knows where I can find documentation. I looked at the robotc forum. One developer said software guide will be ready not at a cost "up to the Sensing part"?? What does that mean (...) (17 years ago, 15-Aug-07, to lugnet.robotics.nxt)
|
|
| | Re: Real C/C++ Programming Solution?
|
|
Takashi Chikamasa wrote: LEJOS OSEK also supports the program upload to Flash. However, I intentionally (...) As far as I know, this is from the manufacturers extreme limits of operation. I have personally cycled my NXT through a SAMBA load many (...) (17 years ago, 15-Aug-07, to lugnet.robotics.nxt.nxthacking)
|
|
| | Re: Real C/C++ Programming Solution?
|
|
(...) LEJOS OSEK also supports the program upload to Flash. However, I intentionally do not describe it in the docs. I am not sure about the life cycle of Flash in the ATMEL ARM7 very well, however, some lugnet discussions told me that the lifecyle (...) (17 years ago, 15-Aug-07, to lugnet.robotics.nxt.nxthacking)
|
|
| | RISbotics Nominated for Eindhoven's Pride Award - they need your votes
|
|
Hi all! The First Lego League team in Eindhoven, called RISbotics (www.risbotics.nl), has been nominated for the prestigious "Eindhoven's Pride" award. Eindhoven is one of the major cities in the Netherlands, and a major centre of engineering, (...) (17 years ago, 14-Aug-07, to lugnet.general, lugnet.robotics)
|
|
| | Re: Power Functions Element Pics (inc Plugs)
|
|
(...) Hey mark have you got any new info? I just noticed that the bulldozer is out through S@H and want to know if the adapters will be available there too. More importantly when. The official launch date is just a few weeks away so surely it can't (...) (17 years ago, 14-Aug-07, to lugnet.robotics)
|
|
| | Re: Mobile Phone for pbLua Development
|
|
(...) I finally loaded pbLua into a brick and tested it with PocketPuTTY, my normal SSH client and it works great! It comes with a BSD license so is free to use. (URL) I am using PocketPuTTY 2007-02-28 dev build for WM2003. This version added serial (...) (17 years ago, 13-Aug-07, to lugnet.robotics.nxt, FTX)
|
|
| | NXTAssembler 1.0 Alpha 4 and site
|
|
Hi, I have released the Alpha 4 of NXTAssemlber project. It contains a bugs fix and a new feature. I hope that this version can be used because is near to the first beta version (I suppose two or one alpha version after this) And I have published (...) (17 years ago, 12-Aug-07, to lugnet.robotics.nxt)
|
|
| | RE: RCX transmitting on the IR over 2400
|
|
(...) 4800 baud is not always easy to achieve. Success is very dependent on what RCX vintage and which tower type you're using. Yo9u haven't mentioned what RCX programming system you're using and what is the message format you're using. If it is (...) (17 years ago, 10-Aug-07, to lugnet.robotics)
|
|
| | Re: Real C/C++ Programming Solution?
|
|
(...) The closed-loop features I'd like would be comparable to those implemented in the Charmed Labs Xport Botball Controller (see charmedlabs.com and botball.org) - PID control of velocity, with a "move to position" command and preferably (not (...) (17 years ago, 10-Aug-07, to lugnet.robotics.nxt.nxthacking)
|
|
| | Re: NXTway DS powered by LEJOS OSEK
|
|
Hi Takashi, (...) you can use interrupts and the PCD (DMA-channel), so it should be possible to do it with a very light load on the processor. Jürgen (17 years ago, 10-Aug-07, to lugnet.robotics)
|
|
| | Re: NXTway DS powered by LEJOS OSEK
|
|
(...) The problem is that the J is LeJOS means Java. LeJOS is a Java OS for a LEGO brick, in this case (i.e., LeJOS NXJ) it is for the NXT. So it is very confusing to have your OS be called LeJOS OSEK. It would be really good if you would rename it (...) (17 years ago, 10-Aug-07, to lugnet.robotics)
|
|
| | Re: NXTway DS powered by LEJOS OSEK
|
|
(...) I could measure the performance for the three cases and it was also very interesting for me. #no-so-optimized(update LCD every time) Loop count: 2695 (very slow) Size: 18240byte(includes LEJOS OSEK firmware) #optimized(LCD is updated every (...) (17 years ago, 10-Aug-07, to lugnet.robotics)
|
|
| | Re: NXT memory map
|
|
(...) Strange, for me it is always easy to find with Google: (URL) data sheet is here: (URL) Jürgen Stuber <juergen@jstuber.net> (URL) (17 years ago, 10-Aug-07, to lugnet.robotics.nxt.nxthacking)
|
|
| | FW: RotateMotorEx hangs
|
|
Thank you to both John and Roger, I'll try it out later next week. --Elizabeth -----Original Message----- From: news-gateway@lugnet.com [mailto:news-gateway...ugnet.com] On Behalf Of John Hansen Sent: Wednesday, August 08, 2007 6:20 PM To: (...) (17 years ago, 9-Aug-07, to lugnet.robotics.nxt)
|