Hi Diego, I'm afraid the closest thing to what you are looking for that is currently available for the shimmer platforms is the FAT filesystem, in particular the FatFS.nc interface.
All I suggest is that you take another look at JustFATLogging. Once you pull out the code that names the folders, and the ADC sampling functionality, then the app is actually very simple (i.e. the part that actually writes data to the SD card). Mike On Tue, Oct 30, 2012 at 10:31 AM, Diego Borsetti < [email protected]> wrote: > Hi Mike, All, > thanks for your reply! As the PacketParrot application does, I would > like to store for a certain period of time small sensed data items, > then embed > part of them into an AMPacket and then transmit them. > > My goal is to evaluate a Delay Tolerant communication scheme > (for data collection in sparse networks); I am not really > interested in the detail of the implementation that logs the events. > > I had a look at the JustFatLogging application and it seems > a bit complicated. > Do you have any suggestion? Is there any abstraction > like LogStorageC suitable for the shimmer platform? > > Thanks, > Diego > > > On Oct 30, 2012, at 10:52 AM, mike healy wrote: > > Hi Diego, > > The LogStorageC component is designed to be used with serial flash chips > (such as the AT45DB or STM25P) which are not present on the Shimmer. It is > probably (or likely) possible to modify it to be used with the microSD card > flash storage available on the shimmers, but as this is not something I've > looked into I don't know how much effort it would be. > > Mike > > > On Fri, Oct 26, 2012 at 1:53 PM, Diego Borsetti < > [email protected]> wrote: > >> Hi all, >> is it possible to compile the Packet Parrot app. (described in TinyOs >> tutorial) >> over the Shimmer platform? Specifically, I would like to use the component >> LogStorageC. >> >> Thanks, >> Diego >> >> _______________________________________________ >> Shimmer-users mailing list >> [email protected] >> https://lists.eecs.harvard.edu/mailman/listinfo/shimmer-users >> > > > > _______________________________________________ > Shimmer-users mailing list > [email protected] > https://lists.eecs.harvard.edu/mailman/listinfo/shimmer-users > >
_______________________________________________ Shimmer-users mailing list [email protected] https://lists.eecs.harvard.edu/mailman/listinfo/shimmer-users
