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 / 636 (-20)
  Re: Another New NXT Utility
 
(...) This evening I uploaded a zip containing two versions of the utility. The newer version uses a bitmap of the NXT and the screen image is not scalable but otherwise it functions identically to the second version I posted. For classroom purposes (...) (17 years ago, 11-Apr-07, to lugnet.robotics.nxt)
 
  Options for missing NXT Edu (9797) parts
 
As usual, sets don't last a school term before some parts go missing. I can't find Technic Beam 13 (aka Liftarm 1 x 13 thick) in Md-stone color from either peeron or bricklink. Although, Briclink has some in pearl. So what are my other options to (...) (17 years ago, 11-Apr-07, to lugnet.robotics.nxt)
 
  Re: Another New NXT Utility
 
(...) Excellent! Starting tomorrow, it's going up on several LCD Projectors in classrooms throughout Portland Oregon. (17 years ago, 11-Apr-07, to lugnet.robotics.nxt)
 
  Re: Another New NXT Utility
 
(...) Your wish is my command! I've uploaded a spiffed-up version of the utility which includes 4 little buttons. Pressing them does what you might hope it would. I've also uploaded a new test_release.zip containing a version of BricxCC with this (...) (17 years ago, 10-Apr-07, to lugnet.robotics.nxt)
 
  Re: Another New NXT Utility
 
(...) (17 years ago, 10-Apr-07, to lugnet.robotics.nxt)
 
  Re: Another New NXT Utility
 
(...) the PC ;) ROSCO (17 years ago, 10-Apr-07, to lugnet.robotics.nxt)
 
  Re: Another New NXT Utility
 
(...) Hi John, Wow, that's fantastic! I've been dreaming of such a utility since I bought my NXT about a month ago. I don't have my brick with me here at work, but I'm looking forward to giving the utility a whirl once I'm back home this evening. (...) (17 years ago, 10-Apr-07, to lugnet.robotics.nxt)
 
  Another New NXT Utility
 
Michael Anderson had a great idea for an NXT tool for BricxCC. He envisioned a PC screen which would show whatever was on the NXT screen, only scaled to a larger size. He mentioned his idea to me and a couple hours later it was finished (or, at (...) (17 years ago, 10-Apr-07, to lugnet.robotics.nxt) ! 
 
  Re: Using NXT Port 4 EIA-485
 
(...) They are tiny. #define SIZE_OF_HSBUF 128 typedef struct { UBYTE Buf[SIZE_OF_HSBUF]; UBYTE InPtr; UBYTE OutPtr; UBYTE Spare1; UBYTE Spare2; }HSBUF; // HI Speed related entries HSBUF HsInBuf; HSBUF HsOutBuf; The IOMap hi speed buffer is copied (...) (17 years ago, 10-Apr-07, to lugnet.robotics.nxt)
 
  Re: Using NXT Port 4 EIA-485
 
(...) Hi Juergen, Yes, I found this night the entries at Lego-Source-Code... and no line about P-NET-Protocol... My first thought was to implement a simple p-net-node at own MCU, but now I can try my own communication from NXT (master) to external (...) (17 years ago, 10-Apr-07, to lugnet.robotics.nxt, lugnet.robotics.nxt.nxthacking)
 
  Re: Using NXT Port 4 EIA-485
 
Hi Christian, (...) the RS-485 interface is directly connected to the AT91SAM7S USART, so you can choose the bit rate quite freely. (...) No, it is not necessary, P-Net is just a field bus which seems to be popular in Denmark, there are others which (...) (17 years ago, 10-Apr-07, to lugnet.robotics.nxt, lugnet.robotics.nxt.nxthacking)
 
  Re: EggArt - a 4-colour Easter egg painting robot
 
(...) Wonderful. This is not the typical Mindstorms Printer, of course ^_^ Congratulations David! (17 years ago, 10-Apr-07, to lugnet.robotics.nxt)
 
  Re: Using NXT Port 4 EIA-485
 
(...) Hi, halfduplex is not the problem when connecting the NXT to an external MCU. My problem is the bitrate of 921,6 kbits/s. Simple cheap MCU like ATMega didn't support this bitrate (as far as I know). To add an external devices (e.g MCU+SD-Card (...) (17 years ago, 9-Apr-07, to lugnet.robotics.nxt, lugnet.robotics.nxt.nxthacking)
 
  Re: Using NXT Port 4 EIA-485
 
(...) Hi John. I must have misunderstood something I was told a while back which went along the lines of "there isn't enough time to implement support for this feature". Perhaps there was some time after all ;) Do you know how large the OutBuf and (...) (17 years ago, 9-Apr-07, to lugnet.robotics.nxt)
 
  Re: EggArt - a 4-colour Easter egg painting robot
 
(...) Congratulations on getting your egg painting robot done! Looks like you got your pen mechanism working exactly as you planned. Very nice! (...) What do you mean; I think the eggs are beautiful! But I think you should write "Happy Easter" on (...) (17 years ago, 9-Apr-07, to lugnet.robotics.nxt)
 
  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)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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