Part Number: CC2530 Tool/software: Hello,
I am using CC2530F256. In the datasheet, I find the frequency tolerance of 32.768KHz crystal oscillator is so tight. I can not find a crystal oscillator which can meet +/-40ppm over temperature (-40~85degC).
…
Part Number: CC2530-CC2592EM-RD Other Parts Discussed in Thread: CC2591 , CC2530 , CC2592 , Z-STACK Tool/software: Hi team,
We originally used the CC2530+CC2591 development board we bought, which can be used for networking and communication. In the new version…
Part Number: CC2530 Other Parts Discussed in Thread: CC2533 , , Z-STACK Tool/software: On the CC2530 and CC2533, if the 802.15.4 PHY is used, but not the 802.15.4 MAC, is the Timer 2 (MAC Timer) needed? The user guide states
Timer 2 is mainly used to provide…
Part Number: CC2530 Other Parts Discussed in Thread: Z-STACK Tool/software: I would like to make a zigbee end device with CC2530 with ZNP interface, but I can't find any example.
I find: e2e.ti.com/.../cc2530-znp---simple-api---end-device-exampl…
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
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…