This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Using simple_peripheral with RF driver for sub 1-ghz

Other Parts Discussed in Thread: CC1350, BLE-STACK

Hi All,

I want to work with cc1350(BLE and sub 1-GHz), I looked at the Dual mode example(rfWsnDmConcentrator,rfWsnDmNode), the dual mode example using EasyLink, also the example dos't fit our use case, i have question about using simple_peripheral and sub 1-GHz drive:

1- Can i use the simple_peripheral  as it is with RF_driver? simple_peripheral for BLE, the RF_driver will handle the sub 1-GHz.

2- In the simple_peripheral example there is no calling for RF_open(), how it possible?

3- If the simple_peripheral call RF_open() and open client to the RF driver, can i also open another driver to the sub 1-GHz with sub 1-GHz parameters?

4- What is the best way to combine the BLE and sub 1-GHz?