Hi all,
is there anybody out there, who needs nearly unlimited disk space for the NXT ?
My first idea was a hardware solution:
NXT-->RS485-->ATMegaMCU-->SPI-->SD-Card (up to 2 GB cheap flash space + DOS filesystem)
But this project is currently pending because due time...
Now I'm trying the following idea:
using filesystem from foreign devices (remote filesystem).
e.g. diskspace from notebooks or mobile devices running a small JAVA listener service.
The NXT should be able to connect to this devices via bluetooth, rs485 or I2C.
Samples:
NXT-->BT-->WindowsMobile+SD-Card
NXT-->BT-->PC
What we need is:
1. NXT part of the filesystem driver
2. PC part of the filsystem listener (like a fileservice)
3. common protocol specification (e.g remote_open(),remote_close(), remote_read(), remote_seek(), remote_write(),...)
Suggestions ?
Christian

