There is also a English document about the pdf link is :https://drive.google.com/file/d/0B9rEaLYq8z6BZGFRQi1nY3FBMDg/edit?usp=sharing 在 2014年5月15日,上午3:00,[email protected] 写道:
> Send Tinyos-help mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Tinyos-help digest..." > > > Today's Topics: > > 1. Shielding/covering for sensor nodes (Premkumar Arumugam) > 2. Ask for help about TinyOS (fushan chen) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 14 May 2014 00:14:28 -0400 (EDT) > From: Premkumar Arumugam <[email protected]> > Subject: [Tinyos-help] Shielding/covering for sensor nodes > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset="us-ascii" > > Hello all, > > Is there any literature on mechanical housing for RF transmitter. I mean the > material selection to avoid any signal attenuation due to the mechanical > housing. > I could able to find only 'IP67-rated Hardigg StormCase iM2050' . Is there > any best out there. The prime purpose is for sensor nodes to have the shield > to withstand the dust, water and some kind of manual stampings. > Please share your expertise. > > Thanks, > Prem. > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20140514/07e357da/attachment-0001.htm > > > ------------------------------ > > Message: 2 > Date: Wed, 14 May 2014 17:32:13 +0800 > From: fushan chen <[email protected]> > Subject: [Tinyos-help] Ask for help about TinyOS > To: tinyos-help <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset="gb2312" > > I want to ask a question about the Tinyos. > I change the struct of the code which named BlinkToRadio: > > typedef nx_struct DATA_MSG{ > nx_uint16_t nodeid; > nx_uint8_t power; > nx_int8_t rssi; > nx_uint8_t lqi; > }DATA_MSG; > > Then, I try to broadcast it with AMSend and receive this package with > BaseStation. > Using the code that; > > DATA_MSG->rssi = CC2420Packet.getRssi(msg); > DATA_MSG->lqi = CC2420Packet.getLqi(msg); > > to receive the package. After modify the content of the package, the package > will be sent to computer uart. > > I got this method according to the information in mail attachments and my > code is also in the mail attachments. > > Now, I face some problems. > 1. The BaseStation which is changed by myself can not receive the packet. > 2. I don?t know how to modify the Packet in BaseStation and then send it to > computer. > I hope you can help me fix these problems. > or may i reference an example code the same as attachments(wsn_lab06_en.pdf). > Thanks a lot and look forward to your respond. > > > mail attachments link: > https://drive.google.com/file/d/0B9rEaLYq8z6BemlXSDJ6T194Zlk/edit?usp=sharing > https://drive.google.com/file/d/0B9rEaLYq8z6BWFM3ZGN0ZDlUdjA/edit?usp=sharing > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20140514/3c999b26/attachment-0001.htm > > > ------------------------------ > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > End of Tinyos-help Digest, Vol 133, Issue 12 > ******************************************** _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
