Hi ,
How can I connect arduino nano 33 ble with the application NRF Toolbox using Bleutooth when I program the arduino with segger embeded studio .
Please I need your help.
thank you
Hi ,
How can I connect arduino nano 33 ble with the application NRF Toolbox using Bleutooth when I program the arduino with segger embeded studio .
Please I need your help.
thank you
BLE is BLE - Arduino should make no difference.
Are you using the Arduino framework stuff, or Nordic SDK ?
For help with Arduino stuff, you need to go to the Arduino forums
I am using nordic SDK (using external debug with arduino nano 33 ble from nrf52840 )
In that case, the nRF52840 chip on an Arduino is no different from any other nRF52840 chip on any other board.
how i can connect it with bluetooth on nrf toolbox app
I would strongly suggest that you start with an nRF dev kit to get familiar with the product and the tools.
https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52-DK
www.nordicsemi.com/.../nRF52840-DK
That way, you can use the SDK examples directly - no need to mess with them.
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/examples_ble.html
You don't even need to build anything:
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/getting_started_precompiled.html
Once you are familiar with the product & tools, then you can move on to adapting to "custom" boards ...
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/sdk_for_custom_boards.html