Subject:
|
Re: NXT external storage
|
Newsgroups:
|
lugnet.robotics.nxt
|
Date:
|
Mon, 9 Apr 2007 10:21:37 GMT
|
Viewed:
|
20190 times
|
| |
 | |
In lugnet.robotics.nxt, Sivan Toledo wrote:
> In lugnet.robotics.nxt, Christian Mock wrote:
> > 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,
>
> 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.
>
> > but how can this supported by operating system (e.g pbLua, NXJ, NXT-G)?
> > Is it enough to add some routines for fetching data fro external SD-Card or
> > is it neccessary to implement a full filesystem driver ?
>
> I think that the answer is yes.
>
> >
> > I've seen such addon for simple AVR-based systems.
> >
> > Thanks for more ideas
> > Bye
> > Christian
Yes, 9600 bits/s is really slow for storage access.
Is there a known way to increase the clock and transferrate of I2C ?
Christian
|
|
Message has 1 Reply:  | | 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 (...) (18 years ago, 9-Apr-07, to lugnet.robotics.nxt)
|
Message is in Reply To:
 | | 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. (...) (18 years ago, 8-Apr-07, to lugnet.robotics.nxt)
|
4 Messages in This Thread:       
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|