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...
Hi,
I have nRF52832 connected to a device(A) which can operate from 3.3V to 5V supply.
When the device's supply is 3.3V, it communicates with nRF52832.
Before the device...
Hi ,
If the softdevice had inited (called sd_ble_enable() ) , Can I use the NVIC_EnableIRQ (or NVIC_DisableIRQ )
to enable/disable an interrupt ?
What is the difference...
Hi,
I would to know if it is possible to have an interrupt handler on a coming BLE Connection event?
What could be the jitter on this event?
Thanks,
Regards,
Se...
I'm using SDK 15.2 and I'm stuck with trying to use the spi transaction manager to perform a transaction with a variable transmit buffer. Is this possible? It seems like it...
Hi, I am getting very high current consumption ( around 800uA) when we convert Thread DFU client application from FTD to SED.
How I converted thread FTD-DFU client to thread...
On page 143 of the datasheet the following is written, "The input buffer of a GPIO pin can be disconnected from the pin to enable power savings when the pin is not used as...
how to configure S112 for maximum throught put just like ATT_MTU Throughput Example available for other soft device. I tried everything on nRF52810 using S112 and the max...
Hi, I am using PTS 7.0 for Bluetooth profiles testing. The DUT is connected to PC (with Ubuntu and Android AOSP system installed). The Android PTS test instruction indicates...
Hi,
I am having some problems with nrfutil. I encountered the following errors when trying to generate a key. Similar issue was seen when trying to generate a zip file....
Hi,
I have a code word well in nRF52832 used twis1.I transplant it from nRF52832 to 52810.First I enabled twis0,Second, change NRF_DRV_TWIS_INSTANCE to twis0.Then I can...
Hello!
nRF52832, SDK15, SES
I'm working on a project where DFU is activated by receiving a command from the app. I took ble_app_buttonless_dfu as reference.
For starters...
Hi,
I am using SDK14.2, s132, with nRF Connect on Android.
I have used my own implementation of the CTS_C BLE service. The chip is able to detect, and request the...
Nordic Semiconductor-ites and fellow forum members have yet to steer me wrong so here we go.
My product has 52832 on both sides. The central and its 21col x 2 row LCD display...
Hello,
I am developing an application with SDK 15.2 on my nRF52840 development board (pca10056) and want to run it on my nRF52840 dongle (pca10059). I have hit a problem...
We have been comparing the current consumption of the nRF52 running FreeRTOS Tickless Idle versus a constant tick and using the idle task to sleep and the results are interesting...