Sam, You probably exceed the maximum packet length. If you are using uint32_t Matrix[6][6], then you need 6 * 6 * 4bytes = 144 bytes, which is bigger then 127. You gotta split your matrix or reconsider using uint32_t. Perhaps you can use a smaller variables.
Arik On Thu, Feb 18, 2010 at 17:22, Sam Azarro <[email protected]> wrote: > Hi every one, > > i was able to send and display a Matrix of 5x5 bytes. > but when i increase that seize i can not display my values. > i tried to change #define TOSH_DATA_LENGTH 127 but nothing happens. > > have any idea how to fix that? > > ------------------------------ > Hotmail : un service de messagerie gratuit, fiable et complet > Profitez-en<https://signup.live.com/signup.aspx?id=60969> > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- Best Regards, Arik Sapojnik
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
