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 )
So you do have an nRF52840 DK, you have code working on that, and now you're trying to use it to program & debug the Arduino board?
Programming & debugging both use SWD - so if debugging the Arduino is not working, then neither is programming it.
Are you sure you have the connections correct?
The nRF52840 DK needs to detect Vtarget from the external target in order to switch the debugger to the external target
https://infocenter.nordicsemi.com/topic/ug_nrf52840_dk/UG/dk/hw_debug_out.html
Programming & debugging both use SWD - so if debugging the Arduino is not working, then neither is programming it.
debugging on arduino board is working fine and sensor is working
my problem is to manipulate this sensor via an android application using bluetooth (send data from sensor to the android application using bluetooth)
Are you sure you have the connections correct?
yes all connections are correct
So you do have an nRF52840 DK, you have code working on that, and now you're trying to use it to program & debug the Arduino board?
I'm already debugging on the arduino board
So have you got this working first on the DK ?
Again, it's the same nRF52840 chip on both the DK and the Arduino - so the way the BLE part works is no different.
it did not work with the arduino nano 33 ble when I want to test my sensor with the nrf toolbox application it did not work, do I have to activate the bleutooth on the card or it works automatically
Again, take a step back and get it working on the DK first!
do I have to activate the bleutooth
Yes, of course - exactly as on the DK.
Again, take a step back and get it working on the DK first!
do I have to activate the bleutooth
Yes, of course - exactly as on the DK.
Again, take a step back and get it working on the DK first!
what are the steps to activate bluetooth on DK???
https://infocenter.nordicsemi.com/topic/struct_nrf5gs/struct/nrf5gs.html
#NordicBeginnerGettingStarted