Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi,
I'm studying the example about the nrf_crypto for implementing asymmetric encrypt and decrypt function.
The suggestion on the Dev_Zone is to use the share key to symmetric...
Hi,
Is there a possibility that the order of the responses can be different with respect to the order of the requests?
We check for the success status of the APIs sd_ble_gattc_read...
These two options in nrf_mesh_config_app are arbitrary for me if I don't understand how they should be sized.
From the documentation of the MESH SDK 3.2.0:
ACCESS_FLASH_PAGE_COUNT...
My app runs the following code, that is supposed to init the SoftDevice:
nrf_clock_lf_cfg_t clock_lf_cfg = { .source = NRF_CLOCK_LF_SRC_XTAL, .xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM...
Dear Nordic,
We have developed a product utilized the NFC readable/writable feature of NRF52832. We have tested it against some of the HTC, Sony, Samsung, and Google phones...
Hi,
I will add feature "installation codes".
I guess that security API do work.
At coordinator side, zb_secur_ic_add, zb_set_installcode_policy functions
At end device...
I am trying to implement nRF52 Light Switch Proxy Server in nRF52832 boards. Everything works fine on behalf of board and it prints the Device UUID as well. Although I can...
i'm using nRF mesh sdk v2.1.1 with 2 boards and 1 provisioner board. I have un-provisioned 1 board with the help of config_client_node_reset(). I want to know the procedure...
Hi,
In your Light switch example, there is a GPIOTE_IRQHandler() in simple_hal.c. Since I added the nrfx_gpiote module to the project, this is conflicting with the nrfx_gpiote_irq_handler...
Dear:
I used the nrf9160DK version to 0.8.2, updated the latest firmware mfwnrf9160100, using the NBIOT SIM card, and using the SDK version as nRF Connect SDK V1.0.0. After...
Hi there,
I'm developing applications with nRF52840, SoftDevice 6.1.1. Normally the scan timeout is in step of 10 ms. But whichever the value I set between seconds, e.g...
I am currently trying to combine the TWI_scanner and UART examples from PCA10028 into one example program. I am copying over code from one main.c file into the other.
So...
Hello, I'm working on a project where I want to send data through notifications between nrf52832 custom ble service server to the hrs_c example client. I'm using s132. When...
Hello,
I made my nRF52840DK go to sleep.
It was immediately restarting.
RESETREAS and LATCH gave me the cause of the reset and I fixed it.
Now, I can put it to sleep...
Hello,
I get the same massage in the nRF toolbox app when tring to connect to both HRM and the UART examples.
I upload the hex file as written(did the same thing with...