Hi people, I think I read somewhere that sending logged data over radio is not possible to realize or hard to realize. Is it possible or not ?
Actually I did send logged data from the flash to the serial port. This works. But when I try to send the same data over radio I get no output. Currently I try to send from a MICAz mote with 4096 kb log flash memory. My code goes like this: 1) The log fills up until it is full 2) On reboot of the mote (when the log is full) after 10 seconds a timer starts the read of the log (one shot) 3) After the first readDone event of the log, a send of the retreived data follows 4) In the sendDone event the next record read is initiated. Like I mentioned, this works fine sending the data over the serial but when is change the interfaces from serial to radio nothing happens. Ivan -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01 _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
