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.
Dear all,
I did a communication between two devices:
1. radio node
2.slip radio
3.beaglebone
I am using Contiki 3.0 web-demo and slip-radio. How can I disable the BLE in Contiki 3.0 ?
Any suggestions?
Thanks in advance
I did all this proof(that is the rebuild of project),but nothing. How can I do?
Thanks
well. If I put this instructions
#define RF_BLE_CONF_ENABLED 0
in project-conf.h of cc26xx-web-demo and i put the web demo in radio node through flash-programmer.
After if I open the PuTTY to see in the radio node there is following line:
IEEE 802.15.4:Yes , Sub-GHz:Yes, BLE:Yes , Prop:Yes.
BLE:Yes means that the BLE is enabled,right?
How can I do to disable?
thanks