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 / 621 (-20)
  RE: NXT external storage
 
(...) Yes. RobotC already supports an optional "fast" mode that is five times faster transmission when reading a single byte. For reading multiple bytes from an I2C device, RobotC is about 15 times faster than the NXT-G firmware. There are a couple (...) (17 years ago, 9-Apr-07, to lugnet.robotics.nxt)
 
  Re: Using NXT Port 4 EIA-485
 
(...) Do you think it is possible to read/write binary and ascii data to this device or is there a special protocol neccessary ? What about bitrate of EIA-485 device ? Is it possible to adjust bitrate to anything more usable (9600, 38400, 115200) ? (...) (17 years ago, 9-Apr-07, to lugnet.robotics.nxt)
 
  Re: NXT external storage
 
(...) Yes, 9600 bits/s is really slow for storage access. Is there a known way to increase the clock and transferrate of I2C ? Christian (17 years ago, 9-Apr-07, to lugnet.robotics.nxt)
 
  Re: EggArt - a 4-colour Easter egg painting robot
 
(...) The promised videos (1-2Mb each): (URL) at 11Mb: (URL) David Schilling (17 years ago, 9-Apr-07, to lugnet.robotics.nxt)
 
  Re: Using NXT Port 4 EIA-485
 
(...) What is not supported about this port in the standard NXT firmware? You can read from it and write to it using the IOMapRead and IOMapWrite syscall functions. Looking at the firmware source code it certainly looks like everything is setup to (...) (17 years ago, 9-Apr-07, to lugnet.robotics.nxt)
 
  EggArt - a 4-colour Easter egg painting robot
 
Just in the nick of time, the day before Easter, I completed building a 4-colour NXT Easter egg painting robot. I started building it several months ago, when I thought I'd have plenty of time before Easter. Of course, at about the 85% complete (...) (17 years ago, 9-Apr-07, to lugnet.robotics.nxt, lugnet.org.us.smart) ! 
 
  RE: Using NXT Port 4 EIA-485
 
I've looked at implementing an interface for RobotC, but I've always struggled with why bother since there are no applications that connect to it. I wish LEGO had implemented an option to provide a logic level "RS-232" UART on port four. Yes, I (...) (17 years ago, 8-Apr-07, to lugnet.robotics.nxt, lugnet.robotics.nxt.nxthacking)
 
  Re: Using NXT Port 4 EIA-485
 
(...) As far as I know, there isn't any support for this interface in either the standard firmware or any of the other third party firmware implementations. The interface runs at 921,600 bps so it will be fast enough to be really useful. I am hoping (...) (17 years ago, 8-Apr-07, to lugnet.robotics.nxt)
 
  Re: NXT external storage
 
(...) It may work, but it will be very slow. The NXT runs the i2c ports at only 9600kb/s, so the data will trickle to the NXT very slowly. (...) I think that the answer is yes. (...) (17 years ago, 8-Apr-07, to lugnet.robotics.nxt)
 
  Re: NXT BrickSorter - Sorting bricks with a HiTechnic colour sensor.
 
(...) Thx for the comments. The design as it stands right now would not allow the sorter unit to rotate all the way around - not a bad idea though. I wanted to challenge myself with the angle idea on the sorter itself (2 rows of cups). With larger (...) (17 years ago, 8-Apr-07, to lugnet.robotics.nxt, FTX)
 
  Using NXT Port 4 EIA-485
 
Hi, is there currently any software-support (pbLua, NXT-G, NXJ) for NXT Port4 highspeed serial communication (EIA-485) ? This port can be used for connecting some new hardware (camera, SD-Card-storage) to the NXT... Thanks for more informations Bye (...) (17 years ago, 7-Apr-07, to lugnet.robotics.nxt)
 
  Wishlist for next pbLua Beta
 
Hi, current version of pbLua (Beta-3) works very well for me :D But now I have some more wishes for the next versions: 1. Filesystem (storing chunks and data at NXT) 2. Console via BT (I have autonomous robots with cable) 3. Audio e.g (...) (17 years ago, 7-Apr-07, to lugnet.robotics.nxt)
 
  NXT external storage
 
Hi, what are you thinking about extending the NXT with an external storage for more sounds or karthographic data ? A simple hardware interface NXT==>I2C==>IOPort==>SD-Card is not the problem, but how can this supported by operating system (e.g (...) (17 years ago, 7-Apr-07, to lugnet.robotics.nxt)
 
  Re: NXT BrickSorter - Sorting bricks with a HiTechnic colour sensor.
 
(...) Cool stuff, and a very elegant design. I was wondering if there is a reason you don't have cups all the way around the sorter? Have you tried to put the color sensor inside a housing to cut down on ambient light? And the real question the (...) (17 years ago, 7-Apr-07, to lugnet.robotics.nxt, FTX)  
 
  NXT BrickSorter - Sorting bricks with a HiTechnic colour sensor.
 
What better idea to come up with to test the HiTechnic colour sensor then to build a LEGO brick sorter. So, that’s what I did. After quickly learning that the sensor does not read colour from a distance (in my excitement I forgot to read the (...) (17 years ago, 7-Apr-07, to lugnet.robotics.nxt)  
 
  pbLua: Ultrasonic Sensor usage
 
Hi, I'm trying to use the us-sensor with pbLua, but without success. The result of reading a byte from sensor is allways 0. What means at HDK I2C Communication protocol: Read measurement Byte 0 : 0x02 0x42 R+0x03 (what is R+0x03) ??? Any idea ? (...) (17 years ago, 7-Apr-07, to lugnet.robotics.nxt)
 
  NXTRC: Using Bluetooth with NXT under Linux.
 
Hi, I wrote a program that allows to communicate with a NXT brick under Linux using a Bluetooth link. With this program you can upload and download programs run them and other stuff. You can find more info and get the source at (URL). Our site is (...) (17 years ago, 6-Apr-07, to lugnet.robotics.nxt, lugnet.robotics)
 
  Logging from NXT to PC via Bluetooth
 
I have been working for some time on an advanced NBC application that sends/logs data over Bluetooth from the NXT to a PC. The header for the file explains, in detail, how it works, so I'll just paste it here. It is compiled with a pre-released (...) (17 years ago, 6-Apr-07, to lugnet.robotics.nxt)
 
  NXT Bluetooth Message Performance
 
Any have any experience with communicating over Bluetooth with 'master' connected to more than one NXT? If so, can you share any performance results? My guess is that it is very slow. My expectation is that when there is one master NXT and two slave (...) (17 years ago, 4-Apr-07, to lugnet.robotics.nxt, lugnet.robotics.nxt.nxthacking)
 
  Re: NXT Reset
 
(...) As I was rummaging through a few boxes of parts, I gathered up all the antenna I could find. I also tried out other pieces that would work to reset an NXT. It seems that anything that fits into a minifig's hands or slip inside a pin or (...) (17 years ago, 31-Mar-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