To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.nxt.nxthackingOpen lugnet.robotics.nxt.nxthacking in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / NXT / NXT Firmware Hacking / *113 (-20)
  Free IAR compiler for NXT firmware
 
If you haven't heard yet, IAR has released a free LEGO MINDSTORMS version of their compiler. It happens to be the same compiler that LEGO uses to build the NXT firmware so it makes it extraordinarily simple to build your own modified firmware (...) (15 years ago, 3-Mar-09, to lugnet.robotics.nxt.nxthacking)  
 
  Another little update to nxtgcc.sf.net: 1.05 compatability
 
Hi The 1.05 sources have been changed toward compatibility with a gcc-toolchain. To save rewriting, I take the liberty of pasting the contents of the readme file that you find in the root directory of the NXTGCC-0.0.10.zip file that can be (...) (16 years ago, 22-Aug-08, to lugnet.robotics.nxt.nxthacking)
 
  Update to nxtgcc toolchain
 
I have updated the toolchain little bit: *the binsert utility reads binary file info directly from the standard firmware image (and you do not have to cut out the file sections manually) *the demo program executes, which is probably what some have (...) (16 years ago, 15-Aug-08, to lugnet.robotics.nxt.nxthacking)
 
  PC I2C Port
 
For those that didn't know the DDC (Display Data Channel) on A PC Video Connector is actually an I2C BUS. so dont bother buying an adapter all you need is an old monitor cable! Read more here: (URL) (16 years ago, 13-Jun-08, to lugnet.robotics, lugnet.robotics.nxt, lugnet.robotics.nxt.nxthacking)
 
  Ultrasonic sensor calibration settings
 
Hi, Has anyone tried using the standard NXT Ultrasonic sensor calibration settings? I've been doing a little work on the leJOS i2c interface and although I can read both the factory default values and the current settings I do not seem to be able to (...) (17 years ago, 17-Oct-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: ARM Assembly Language Programming on NXT?
 
Hi T.C. (...) aha. I just programmed some startup and interrupt wrapper code (the rest is C), so I didn't get into the higher reaches of macros etc. Jürgen (17 years ago, 16-Oct-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: ARM Assembly Language Programming on NXT?
 
(...) Sorry, I found a more recent version, but it's still missing some parts on the ARM architecture: (URL) also found the following Intro guide (which is better than nothing): (URL) (17 years ago, 16-Oct-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: ARM Assembly Language Programming on NXT?
 
Hi Juergen, Thanks for replying. (...) Thanks for the info. My goal is to run and debug ARM assembly language programs executing in RAM. I was not familiar with the NXT, so currently I'm looking at the on-board capabilities. I realized after some (...) (17 years ago, 16-Oct-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: ARM Assembly Language Programming on NXT?
 
Hi T.C., (...) I have an AT91SAM7S-EK here, it has 4 LEDs and 4 touch buttons. It should also be fairly easy to write a driver for one of the serial ports (polling would suffice for a start). On the NXT the only I/O that is easy to use with the (...) (17 years ago, 14-Oct-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: ARM Assembly Language Programming on NXT?
 
(...) Thanks for the tip. I glanced at (URL) previously but I must've missed it thinking it's Java based. (...) Are you referring to the default NXT firmware or the LEJOS NXJ/OSEK firmware? (...) You're right, I've come across several ARM-based SBC (...) (17 years ago, 9-Oct-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: ARM Assembly Language Programming on NXT?
 
(...) Thanks Dick for intruducing LEJOS OSEK, When we develolped LEJOS OSEK, Prof. Mizuno wrote several GCC assembly code to port TOPPERS OSEK (an open source OSEK OS) to NXT. Whole assembly code(*.S) is stored in lejos_osek\toppers_o...1sam7s-gnu (...) (17 years ago, 9-Oct-07, to lugnet.robotics.nxt.nxthacking)
 
  RE: ARM Assembly Language Programming on NXT?
 
Do a Google on "LEJOS OSEK". I believe this is a solution that has taken the base "OS" from the NXJ JAVA byte code interpreter as the basis for programming the NXT using GCC C++. I assume if you can use the GCC C/C++ tools with the NXT then you (...) (17 years ago, 8-Oct-07, to lugnet.robotics.nxt.nxthacking)
 
  ARM Assembly Language Programming on NXT?
 
Hi, I just stumbled on this newsgroup/website while searching for kits for teaching Assembly Language programming to undergraduate students in Comp. Science in an interesting (interactive) manner. I'm primarily interested in the ARM instruction set. (...) (17 years ago, 8-Oct-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: US-Sensor I2C-address
 
(...) To my knowledge the LEGO Ultrasonic sensor does not support changing its I2C address. IIRC it is hard-coded to 0x02. I do not think it is ADPA-compliant. John Hansen (17 years ago, 5-Sep-07, to lugnet.robotics.nxt.nxthacking)
 
  US-Sensor I2C-address
 
Hello Community, is there currently a known way to change the I2C-Address of the Ultrasonic sensor ? What's the magic with the ADAP ? Thanks for some informations Bye Christian (17 years ago, 4-Sep-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: The standard NXT firmware & the case of the missing opcodes
 
(...) Could you, please, confirm, that the latest version of NBC then translates the following two commands with three arguments listed in the NBC manual: shr shl to the correct new opcodes of the enhanced firmware (depending on the type of the (...) (17 years ago, 30-Aug-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: The standard NXT firmware & the case of the missing opcodes
 
(...) If you download the test_release.zip that I uploaded late last night you will be able to use these new opcodes (after installing the enhanced firmware in lms_arm_jch.zip) in both NBC and NXC programs. Here is some sample NXC code: task goofy() (...) (17 years ago, 23-Aug-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: The standard NXT firmware & the case of the missing opcodes
 
(...) I don't think I ever got around to mentioning this here, but a long time ago I implemented all of the above opcodes in my NBC/NXC enhanced standard NXT firmware. I implemented all of the shift opcodes so that they take 3 parameters rather than (...) (17 years ago, 22-Aug-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: LEJOS OSEK giving me funky dll errors
 
(...) The problem that you have encountered seems to be a common Cygwin problem. (please google cygintl-3.dll). I guess that you need to re-install Cygwin. In my case, I just select make 3.81-1 under Devl and other stuff remains as default during (...) (17 years ago, 19-Aug-07, to lugnet.robotics.nxt.nxthacking)
 
  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)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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