Hi,
Previously, I used the nRF52840 to work as a host. Similarly now, I hope to use the nRF52832 to work as a host, but it seems that this cannot be achieved simply by changing...
before setting NRF_POWER -> SYSTEMOFF = 1, I chose a switch button and an accelerometer as external wake-up sources.
both of the wake-up sources can wake up the chip in...
We want to use DirectionFinding with nRF54L15. It seems that the device supports DirectionFinding. Will it be supported in the nrf connect sdk in the future?
Hi there,
I am trying to interface SPH0465 microphone with nRF Dev Kit 52832 with the following configurations of I2S:
I have followed the code from echo example...
I work nRF52840 + nRF5 SDK(S140 v7.2.0)
If I call sd_ble_gap_connect() for a DeviceAddress of an already connected device, what will be the result?
What will be the error...
Hi,
I have an application called `main_repo` built using v2.1.1 (the SDK version doesn't really matter). This contains all source code, dts files, Kconfig files, etc. to...
Dear all,
For EMI/EMC Test, we need the USB UART CLI functionality for example "Radio Test",
could you tell us how to implement it or any example can do that?
Thanks...
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...