hello, I want an example that support both Bluetooth Low Energy and 2.4 GHz proprietary, when the BLE is free, it can send with 2.4 GHz proprietary
where can I get this example?
hello, I want an example that support both Bluetooth Low Energy and 2.4 GHz proprietary, when the BLE is free, it can send with 2.4 GHz proprietary
where can I get this example?
Hi
There is an example in the SDK showing you how to change between Gazell (a proprietary 2.4GHz protocol provided in the SDK) and BLE at the press of a button.
This is probably the most similar to what you are asking for.
It doesn't limit how many times you can switch though, it will allow you to switch back and forth as many times as you like.
Best regards
Torbjørn
thank you for replying. which example please?
The example in nRF5_SDK\nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral seems not include 2.4G. the example in nRF5_SDK\nRF5_SDK_15.0.0_a53641a\examples\proprietary_rf seems not include BLE.
Hi
Sorry for the slow reply, I was on travel last week.
The example I was referring to is this one:
\nRF5_SDK_15.3.0_59ac345\examples\multiprotocol\ble_app_gzll
Best regards
Torbjørn
Thank you, I got it, it's usefull.
I am glad to hear it. The best of luck with your project