Hi Siri,
Thanks for your note. The SimpliCiTi documentation implies that CCA is turned on by default. We use the packet send with the following options.
SMPL_SendOpt(sLinkID1, (uint8_t*)packet, packet->length, SMPL_TXOPTION_ACKREQ)
Are there any…
I have solved this problem after downloading a newer version IAR DE,anyway ,thanks SimpliciTI Forum very much,since I won't be worried when I encounter problems because all you are here
Aaa Rrr,
TIMAC is bottom layers of our Zigbee stack, it is one of the most widely used stacks that we have. It is very well tested and documented, maintained, .... But it only supports our 2.4GHz 802.15.4 radio. The SimpliciTI stack is a much smaller…
Other Parts Discussed in Thread: SIMPLICITI Hi, I'm trying to create a different network topology with simpliciTI protocol and i don't know how this can be implemented with success.
My topology is a peer-to-peer application where each peer must be connected…
Other Parts Discussed in Thread: CC1101 , MSP430F5438A , MSP430F5529 I am using CC1101 module with MSP430F5529 (Access Point) and MSP430F5438A (End Device). The end device first joins SMPL_Init(&sCB) and link to AP using SMPL_Link(&sLinkID1) and the sLinkID…
Dear All
I used smartRF05 Evaldutation board + cc2530F256 to Run the sampleCode "Ap_as_Data_Hub"
The BSP_BUTTON1 and BSP_BUTTON2 Function are invalid
the BSP_BUTTON1 always On
and BSP_BUTTON2 always Off
Code Like This
if (BSP_BUTTON1())…
Hello! I am having the exact same problem, not sure if I should continue on this thread...
" If I debug the LinkTo project, SMPL_Link returns SMPL_TIMEOUT , this is because function nwk_link() does not send SMPL_SUCCESS. If I check in nwk_link I can…
Well, I'm not sure how much education is there in this answer but here's what I've seen and hopefully this will help someone down the line.
1. 2 dBi antenna + RF adapter + TX Power @ >7 dBm: Hangs
2. 2 dBi antenna + RF adapter + TX Power @ <5 dBm…
Other Parts Discussed in Thread: CC2530 , SIMPLICITI , CC2591 , CC2510 , CC2530EM , TIMAC , Z-STACK Hi there,
I am new to the embedded systems and low power applications field, a month experience :-).
I am trying to port SimpliciTI to a board based…