Thanks for your answer. I added the source of basicRfSendPacket to while(). I confirmed that the signal comes out when using only the router without the device.
static void appRouter()
{
initUART();
// Initialize BasicRF
basicRfConfig.myAddr…
Part Number: CC2530 Tool/software: As we known the MAX APS data length is 82-byte in NWK-Encrypt-enabled network. The MAX APS data length is calculated in "afDataReqMTU". When a data-frame's APS data is 82 Byte, its PHY-Length is 127 byte.…
Part Number: CC2530CC2530 router runs for a long time, with 30 routers in the entire network. One of the routers is unable to communicate with the coordinator, and when it sends data to the coordinator or when the coordinator sends data to it, it generates…
Part Number: CC2530 hello?
I am currently using Zigbee CC2530, and I know that I need to prepare for a blocking test related to ESTI EN 300 328. I'm preparing similar to the link below and I have a few questions.
Link: www.ti.com/.../SWRA536 …
Part Number: CC2530 Other Parts Discussed in Thread: CC2592 Tool/software: Hi,
For CC2530, Is there a guidance document for setting up a calibration environment?
Part Number: CC2530
Tool/software:
The example code for the CC2530 (SWRC135B.zip) has the following code for transmitting a frame.
uint8 halRfTransmit(void) { uint8 status;
ISTXON(); // Sending
// Waiting for transmission to finish while(!(RFIRQF1 & IRQ_TXDONE…
Part Number: CC2530 Tool/software: Hello, Developer,
I would like to implement infrared (IR) interrupt reception in Zigbee to receive key presses sent by an IR remote control. The remote control uses the NEC protocol. Are there any related examples I…
Part Number: CC2530 Other Parts Discussed in Thread: CC2533 , , Z-STACK , REMOTI Tool/software: The user guide for the CC2530 and CC2533 has the following text.
The Sleep Timer is running when operating in all power modes except PM3. The value of the Sleep…
Part Number: CC2530 Hello everyone, in ZNP, I want to set up the network with only one coordinator and two or three router nodes. When additional router nodes send join requests, they should not be able to join the network. Besides the variables defined…