|
From: Niclas F. <nf...@si...> - 2011-09-22 03:41:15
|
The Sky platform has address recognition enabled in CC2420 by default. This means the radio chip will drop any packets that are not broadcasts or addressed to the node. You can turn off address recognition by configuring CC2420_CONF_AUTOACK to 0. Best regards, -- Niclas Finne Dingxin Xu skrev 2011-09-22 05:18: > i have downloaded the newly released contiki-2.5, > and found that there are a few changes under core/net/mac/ about nullmac and > nullrdc. > now under contiki-2.5, when i use nullmac+nullrdc, it worked. > but when i use nullmac+nullrdc_noframer_driver, still can not receive > anything. > can somebody explain why? > do i have to use a 802.15.4 framer when using cc2420 radio? > thx! > On Tue, Sep 20, 2011 at 9:48 PM, Dingxin Xu<xdx...@gm...> wrote: > >> i want to test the radio dirver(cc2420.c) >> so i use nullmac+nullrdc. >> but the two nodes can't communicate with each other. >> and i then use NETSTACK_RADIO.send() directly in my app, >> but still receives no response. >> please give some help. >> thx. >> >> -- >> >> ----------------------------------------------------------------------------------------- >> Xu Dingxin >> Graduate University of the Chinese Academy of Sciences >> http://ieipi.wordpress.com/ >> >> ----------------------------------------------------------------------------------------- >> >> > > > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > > > > _______________________________________________ > Contiki-developers mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/contiki-developers |