Hi.. folks
i have done the complete program combined of ble_app_uart+twi+saadc in nRF52840 development kit . Now i want to know, does the same softdevice can i run in nRF52840 usb dongle
Hi.. folks
i have done the complete program combined of ble_app_uart+twi+saadc in nRF52840 development kit . Now i want to know, does the same softdevice can i run in nRF52840 usb dongle
The SoftDevice uses only the chip's internal resources - it neither knows not cares what board the chip is mounted on.
You may, of course, have to adjust your code to account for the different external physical connections on the Dongle ...
how to send the data to ble_app_uart , i used this line
ret = ble_nus_data_send(&m_nus,"hwllo",25,m_conn_handle);
but i am not receiving any data in ble_app
That's a different question.
Start a new thread for a new question!
That's a different question.
Start a new thread for a new question!