Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
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...
Hello,
I am very new to evaluating the nrf52-dk board, so I hope this is not too much of a trivial question.
I was trying to enable logging via UART without having to...
Hi
Currently I have a firmware based on template project for nrf52 (sdk15). I am interested in broadcast data, hence I used ble_advertising_advdata_update() in order to...
Hello! I use a 32kHz quartz resonator and I want to interrupt the program after 1 second with a watchdog timer. But when writing to it, 128 I get not 1 but 1.25 seconds. What...
Hello,
I followed the getting started guide but the kit can't connect. I'm getting this error:
net_if.net_if_init: There is no network interface to work with!
Is this...
Hi there,
I have a question NRF52840_PCA10056 and its SDK is latest nRF5 SDK.
The scenario is below:
The NRF52840_PCA10056 build a connection with a smartphone like...
1. It is understood that zigbee3.0 certification requires Green Power, but I did not see the definition and use of Green Power in the example. How does the nordic zigbee pass...
Hello Everyone,
I am trying to compile zigbee_light_coordinator example. I have my path included as ../../../../../../../external/nRF-IEEE-802.15.4-radio-driver/src in make...
Hello,
I have accidential removed the DFU bootloader on my PCA10059 dongel..... is there an image that I can write to the dongle to get it back into its out of the box condition...
Hi there, I have set my SAADC to have an acquisition time of 3us , however when I toggle a pin before and after calling
nrfx_saadc_sample_convert
I measure the time of...
The sample project is "nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\experimental\ble_nfc_pairing_reference"
I think "micro_ecc" is a normal build.
Please check attached...
Hi,
Using the Secure DFU from SDK 14.2 I managed to integrate the NUS peripheral example to have access to an UART pipe in parallel to the DFU when running the boot loader...
Hi,
I am interested in testing the capability of Bluetooth 5's long range.
I have two nRF52840 dongles (pca10059 v1.0.0). So far I have had one dongle using nRF Connect...
Hi
In the example Nordic UART BLE_central, I notice that when I send data over UART to the central device, it echoes the data sent and I see it as an output in the central...
Hello,
I'm having an issue about the FDS. Indeed, i want to update some structures already saved in flash so i call the following function : fds_record_update. I can see...