Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Sorry,I want to know whate is the different between BLE_UUID_TYPE_BLE and BLE_UUID_TYPE_VENDOR_BEGIN, the Device name will become N/A when I use BLE_UUID_TYPE_VENDOR_BEGI...
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...