Part Number: CC2530 Other Parts Discussed in Thread: Z-STACK , 'whether cc2530 (zigbee router) and cc2652 (zigbee coordinator) work together? any Z-stack version to be maintained at both end?'
Part Number: CC2530 Other Parts Discussed in Thread: TIMAC
Tool/software:
#define MSA_MAC_CHANNEL = MAC_CHAN_11; // in msa.h TIMAC
is it ok the below modified source?
extern uint8 MSA_MAC_CHANNEL ;
MSA_MAC_CHANNEL =20; // in msa.c
if channel…
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
1…
Part Number: CC2530 In a large Zigbee network (1000 nodes), the number of nodes in a Zigbee network cannot be too large due to chip limitations. However, in some practical scenarios, more Zigbee nodes are needed, so multiple Zigbee coordinators need to…
Part Number: CC2530 Other Parts Discussed in Thread: CC2538 , Z-STACK Hi,
We are running our lighting applications on cc2530 Zstack.
Wanted to know how NWK_MAX_DEVICE_LIST and MAX_NEIGHBOR_ENTRIES config will affect the network and application functioning…
Part Number: CC2530 Other Parts Discussed in Thread: Z-STACK , Hello,
There is an end device device using zigbee 2006 stack, we want this device to join the zigbee network we will develop ourselves. Only v3.0 of Z-stack seems to be available for download…
Part Number: CC2530 Other Parts Discussed in Thread: Z-STACK Hello,
I want to implement battery based zigbee (cc2530)module for my application.My problem is my End device cc2530 send continuously request if not find any router and can not go in to…
Part Number: CC2530EM Other Parts Discussed in Thread: CC2530 Our customer wants to perform transmission and reception tests using TI’s ZigBee device evaluation boards to understand communication range and latency. The customer selected the CC2530, but…
Part Number: CC2530 Other Parts Discussed in Thread: Z-STACK Hi,
I want to port Zigbee stack CC2530 (from NWK layer to upper layers) to Arduino ESP32. But NWK layer is closed-source. I see there's only .h files, and some .c source files.
When I receive…
Part Number: CC2530 Other Parts Discussed in Thread: Z-STACK Hi,
I'm completely new to cc2530 development, and embedded development in general.
My end goal is to create simple ZigBee end devices, used to monitor environments; motion, temperature,…