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.
Hello,
Is there any way for sending BLE packet on proprietary mode(using SmartRF Studio)?
I am trying to study ble link layer by not using TI-BLE stack and I would like to know it is possible.
It is possible to send packets this way, but it is in practice impossible to to make a practical receiver and send responses according to the BLE specification. You will have to use fixed length mode, as BLE has a different length field definition than what is supported in proprietary mode.
In SmartRF studio, you will have to use advanced mode and modify some registers directly.