Please send messages to the help list... The "legal" way to increase the payload size is to set TOSH_DATA_LENGTH on the compile command line with something like this in the makefile:
PFLAGS += -DTOSH_DATA_LENGTH=32 If you did it another way you may have missed something. As for getting to distant re-Motes, search for tinyos multi-hop protocols. Everybody and their uncle has a version and some of them work sometimes. MS Akashdeep Sodhi wrote: > > Hi .......... > I have increased the length to 32 from default 28 ......... is there is > any way from which i can check the value during compilation ........like > mote is transmitting and receiving correct values then can thing some > alternative.............. > > Pls suggest > > > Double check that... > > Unless there is some multi-hop component that is truncating > your messages, the only way I can think to get what you describe > -- a short message with a good CRC -- is to mis-specify the > > length when sending. > > MS > > > Akashdeep wrote: > > Yes i always have specified about the length ......... > > Michael Schippling-2 wrote: > > Have you specified the correct message length when sending? > MS > > Akashdeep wrote: > > hi > i am a new user and had developed a application in which > we have modified > code of SBT80app in which we have added functionality of > RSSI and Receive > function . In Base station we have used TOSBASE code in it. > As the demo starts we see that mote with Id 1 > (co-ordinator) receive data > from other two mote’s in the remote network and send it > to PC via Base > station for display and we see that only Id 1 sensor > readings are > available > and rest two remote mote’s sensor reading is missing and > but Id , > Sequence > number , RSSI , start bit and end bit CRC is coming proper . > the problem arising is that I am losing data of sensors > but as I can > receive > start and stop bit CRC properly along with other details > like Id , > Sequence > number , RSSI . so is there any way out from were the > data in the payload > received is missing. so that I can come to know about > the mistake and can > read the sensor readings. > > _______________________________________________ > Tinyos-help mailing list > [email protected] > <mailto:[email protected]> > > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > > > > > -- > Regards > Akashdeep Singh Sodhi > > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
