In ticket Case ID 290251, Torsten Rasmussen provides the following advice to ensure that the toolchain corresponding to the SDK is used to build the SDK (this applies to nrfutil...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi everybody I'm using nRF Connect SDK 2.6.1. I have my own board based on nRF52840 SoC. I made an overlay file of nRF52840DK and changed its UART TX/RX settings according...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I am using 3 axis LIS2D12H accelerometer interfaced with NRF51832 with SPI interface. The sensor has sampling rate from 1 HZ to 5.376 KHz which is happening at sensor only...
Please, share the firmware of the board nRF9160-DK PCA10090 version 0.8.5 , which is flashed into a new board. The firmware that I received using the instruction ( https:...
Hello,
I am using NRF52832(WLCSP package) and nRF5_SDK_15.2.0 for the product.
I also use IAR Embedded workbench 8.32.1 as IDE.
Few hundreds devices are assembled...
Hi,
I'm trying to figure out how to ping a specific IP Address from the nRF9160 via AT Commands. I can't seem to figure out how to do a simple ping to an internet server...
Hello! Board nRF9160-DK. Compiled and uploaded the project asset_trecker (merged.hex). The LTE Link monitor shows a cyclic reboot. LEDs do not blink. where is my mistake
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...