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...
Hello,
I'm flashing custom code onto a nRF52840 based PCB.
I'm using SDK v15.0, SES 4.52.
On the debug window I get the following message as soon as I run the code...
Hi,
I am using nRF52840, S140 V7.0.1.
I am using Secure Serial Bootloader and able to do DFU of Application.
DFU of application
Using below command able to generate...
Hi,
I have a custom board with nrf52833 I would like to flash with custom firmware. I would like to flash this board by "P19 debug out connector" from DK.
How can I...
I am trying to port a tested program from NRF52 DK to NRF Thingy. To do the same I had changed the board to PCA20020. After I do that, I program using the NRF52 debug out...
Hi,
If the app keeps sending data at a certain rate, the numbers will skip and the software will stop.
I tried to see how much data I could communicate and at what speed...
In my situation, I want to use ble to designed a piconet which has 1 master and up to 4 slave .( upload(Slave->Master) rate is 2.2KB/s,download(Master->Slave) rate is 500...
Hi
A few questions regarding the "saadc_pca10040" example:
If I read one analog pin then what is the meaning of this matrix of values :
"static nrf_saadc_value_t...
This page shows that MPU is not supported on nRF52840: https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/nrfx_drv_supp_matrix.html
On the other hand, the following...
Hello Nordic Experts,
I'd like to add the usb hid composite to one of BLE examples. I followed link below and combined the example usbd_hid_composite with ble_app_blinki_c...
Daer usually we need minutes to lock the LTE cell and connect to the network. There is a way after the connection to save the data (NVM or flash) and on restart to use them...
Hello Everyone,
I am trying to implement fds in nrf52832 with sdk 15.2. getting some issues. I am using 5 record key's and 1 file id.
Before coming to that, Can anyone...
Hello Everyone,
I am using nrf52832 and sdk 15.2 for ota over serial. I have made bootloader for OTA over UART and tested same with nrfutil using my dfu package file. firmware...
Hi. I my embedded code I read default MAC address internally and mine is read as 73:7F:..... but in reality is supposed to be F3:7F.....
I have read few tickets where people...
Hello,
We are designing a custom board, and we would like to use an external crystal for the low frequency clock source, but we are running into disconnect issues. A similar...
Hi,
I have been trying to get the BLE secure DFU example working on a custom board (nrf52840 - BC840 module). I tried it on SDK 15 and SDK 16. When I flash the BLE DFU,...