Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
I can not transplant SDK15.2's ble_nus into my project, there is no errors after i complie it, but when it does not work, I use RTT to see the errors, like this:
line...
Hi, I have trouble when working with my application bases on UART project on nRF51822 board. I use NRF Connect applicaton on my phone to connect with my board. Sometimes i...
Hello,
I am using Nordic SDK 14.2.0 with the pca10040 and I want to integrate the Buttonless DFU example in my project that was started from the Nordic BLE Template app...
I wasted way to much time figuring this one out (and after I did find the problem, I realized I had run into this about a year ago in another project :-S)
In my project...
Hello,
I am trying to increase the Peripheral/Central_Link_count to 10 for each or 20 in total and NRF_SDH_BLE_GAP_DATA_LENGTH above 200
I am getting an error when compiling...
I have problem with ble dfu update using zip package with hex + init file via nrfutil. I am getting error Invalid Object when I am trying invoke command nrfutil dfu ble -ic...
Hello,
I am using the NRF52-DK softdevice 6.0.0 and NRF SDK 15.0. The app is based on on the ble_app_template PCA10040e S112 (The final chip will be a NRF52810 that's why...
Hi all,
I'm currently developing a product with the nRF52840 and FreeRTOS using SDK 15.2 where Bluetooth will be needed eventually, but not yet. I originally based the project...
Hi,
I'm using Nordic Mesh 2.2.0 Lightswitch example.
is there possibility of controlling the mesh from a Mobile application which is not a provisioner (basically not...
I have developing one project in that i am using nRF52832 and SD 15.0. Here is the current application developing:
There are 3 ble app_blinky(ble peripheral) example operated...
I have a project based on light_switch example of mesh sdk 2.1.1 now I am migrating to 2.2.0. I mean I have copied entire project from 2.1.1 in 2.2.0
I found this link for...