To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.nxtOpen lugnet.robotics.nxt in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / NXT / *848 (-20)
  Re: nxt interfaces with GPS using nxc or robotc?
 
(...) I'm not convince personally that it can't be done with the standard NXT firmware yet but I quite possibly am missing something in my examination of the NXT firmware sourcecode. It seems like the incoming data should be copied into the (...) (17 years ago, 18-Jul-07, to lugnet.robotics.nxt)
 
  leJOS NXJ 0.3 released
 
The latest version of leJOS NXJ is finally ready! For those who aren't familiar with leJOS, it's a full replacement firmware for the LEGO Mindstorms NXT brick that allows you to run Java programs on the NXT brick. leJOS NXJ works with Windows, Linux (...) (17 years ago, 18-Jul-07, to lugnet.robotics.nxt)
 
  Re: nxt interfaces with GPS using nxc or robotc?
 
(...) Unless John Hansen does some significant rewriting of the FW again, I don't think you'll be talking to your GPS via NXC (or anything else based on the standard FW). The problem is that GPS units like to send strings of charecters, while the (...) (17 years ago, 17-Jul-07, to lugnet.robotics.nxt)
 
  nxt interfaces with GPS using nxc or robotc?
 
Hello all, I tried to interface my gps, i.trekz1 solar Bluetooth datalogger, using the NXC. No luck there. Wonder if anyone has played with that at all. (17 years ago, 17-Jul-07, to lugnet.robotics.nxt)
 
  Re: Messing with memory pool
 
(...) Okay, thanks for the tip. It was a bit unnecessary for you to spend two paragraphs on that, though; a sentence or two would have sufficed. :-) (...) Code is as follows: if (!mem) mem= (char*)(VarsCmd.Pool); memset(mem, 0, POOL_MAX_SIZE); I'm (...) (17 years ago, 17-Jul-07, to lugnet.robotics.nxt.nxthacking)
 
  Re: Messing with memory pool
 
(...) There is no such thing as an NXT-G memory pool. The standard NXT firmware has nothing to do with the graphical programming language implemented by LEGO and NI which is called NXT-G. (...) Why are you setting it to 0x00 if other parts of the (...) (17 years ago, 17-Jul-07, to lugnet.robotics.nxt.nxthacking)
 
  Colors, LDconfig, etc...
 
Is there some project to extend LDconfig.ldr to include some recent colors such as Light Stone Gray? Case in point: NXT parts are presently coded in color 383, which works fine with most CAD program but is - as intended - shown as chrome (shiny (...) (17 years ago, 17-Jul-07, to lugnet.cad, lugnet.robotics.nxt)
 
  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)
 
  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)
 
  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)
 
  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)
 
  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: 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: 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)
 
  Re: Teaching Bluetooth and Protocols
 
(...) ... (...) Just to be clear, you got 5 pairs of master/slave NXTs to communicate as pairs? But if you added a 6th pair, then those two could not connect to each other? That's really strange... Ralph (17 years ago, 11-Jul-07, to lugnet.robotics.nxt)
 
  Teaching Bluetooth and Protocols
 
I've reached a goal this summer. Last week, 5 kids got into Bluetooth and made simple remote controls. I provided two simple NXT-G programs, BTSend on the Master NXT Remote Control and BTRecv on the Robot Slave. BTSend uses the left and right NXT (...) (17 years ago, 11-Jul-07, to lugnet.robotics.nxt)
 
  Re: Introduction of LEJOS OSEK
 
LEJOS OSEK ver.1.03 was just released. (URL) 1.03 includes a minor bug fix and a new interesting application example which is called NXT GT. NXT GT is a Bluetooth based R/C car and you can control the NXT GT by using PC analog game pad controller! (17 years ago, 11-Jul-07, to lugnet.robotics.nxt)
 
  Re: MINDSTORMS Community Partners
 
(...) Is this the same forum that Vernier Software is involved in? The company is making ready as many of their sensors (40+) to work with the NXT. Their Logger Pro is used in a lot of middle and high school science classrooms. The last time I (...) (17 years ago, 10-Jul-07, to lugnet.robotics.nxt, FTX)
 
  Using the NXT with I2C Sensors
 
All, I've finally got around to updating my site with a detailed description of connecting the NXT to the ultrasound (sonar) sensor and also to third party sensors like those from HiTechnic and Mindsensors. (URL) Cheers, Ralph (17 years ago, 5-Jul-07, to lugnet.robotics.nxt)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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