Other Parts Discussed in Thread: CC2640R2F, CC1352R
Tool/software: TI-RTOS
Hi,
We have previously used a CC2640R2F in order to get BLE functionality in our product. Now we are working on a combination of CC1352 and CC1310 in order to pass through all BLE activity over the 15.4 stack.
Everything is working out relatively well, but one major downfall is the method of pairing using the 15.4 stack. It is possible to have multiple distinct pairings of different products within the same vicinity of one another (each cc1310 and cc1352 is only connected to one device at a time).
We use the following projects as a basis for our code, both using versions 3.10 of the stack:
CC1310 - collector
CC1352R - dmm_sensor_remote_display_oad
Ideally we would like the 15.4 connection to behave the same as it would with BLE. I am finding that, due to pan id's being the same, multiple devices are connecting together like a star network. We would like a peripheral/central connection that connects using mac address like BLE.
Is this possible?
Thanks,
Darcy Huisman