I’m planning out an Arduino system whose sole responsibility will be to acquire data via I2C or serial, timestamp it, log it on an SD card (in a text file), serve that text file via Ethernet and delete it on cue from a remote client. The whole thing needs to be battery powered as well (and no, i can’t use PoE).
Hence - Seeeduino Stalker sounds like an ideal solution.
Is it compatible with the Ethernet shield and, if yes, how well?
Are there any conflicts between the SD card interface and the Wiznet chip i should be aware of?
Conflicting SPI buses, perhaps?
Thanks for any info!