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
Ok thank you
I have already manipulated the bleutooth on the card and it detects the nrf52840 card and not the arduino nano 33 ble card, the problem is when I debug on the arduino card using the nrf52840 card the arduino card will not be detectable while the code will be uploaded to arduino board and sensors are connect to arduino board ( that is to say nrf52840 board is only use for debugging)
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