Hi, We’re trying to develop a way to create fully self-contained repositories that include:
-the toolchain
-the SDK
-the necessary tools (for example, flashing tools...
Hello, I want to build serial_lte_modem sample for a custom board based on nRF9151, but it fails with this error:
error: Aborting due to Kconfig warnings
I can build...
Hi, I'd like to evaluate Linux device driver for nRF7002; refer to 315431 , I'd found this requirement had been reported one and half year ago; based on 315431 , I have a...
Hi,
I'm using the nRF52832 with SDK version 17.0.1 , and I'm experiencing an issue with NFC handling .
Sometimes, the NFC interrupt triggers two FIELD_OFF or two FIELD_ON...
Hi Nordic team,
This is a compatibility test. case1 okay: 1,Connect the nRF5340BIS headset with the phone. 2,NRF5340 broadcast can be found on the mobile phone. 3,When you...
first i change to my kconfig file add this
source "samples/subsys/usb/common/Kconfig.sample_usbd"
source "Kconfig.zephyr
second I add to cmakelits
include...
The BCLK_CONT option to i2s_configure() is not being honored anywhere. How do I get BCLK to output continuously without having to do i2s_write() or i2s_read() calls over and...
I'm trying to bring up a basic S120 application on PCA10001 based on the multilink central example, using the IAR toolchain.
I've programmed the S120 device using 1.0.0_3...
I'm developing a next generation device using nrf51822. To replicate existing behavior I'm trying to sniff the previous generation product behavior using the ble sniffer on...
Hello!
I am working with a NRF51822 and I need to change the address of pipes regularly (so I can use more than 8 NRF communicating together with ESB protocol).
My problem...
Hi,
I'm trying to understand if S120 soft device provides user configurable option for duplicate filtering of advertisement data. I couldn't find any info on the SoftDevice...
Hi,
I used the project gzll_ack_payload in nRF51 SDK for nRF51822, I changed the Device to send a packet per second, every thing goes OK with the default parameter.
...
Hi,
there is an example named gzll_ack_payload in the SDK of nrf51822.
when nrf51822 works in device mode, if a packet is send successfully, the funciton of nrf_gzll_device_tx_success...
hello,
i am having development board.in that i am doing the following things:
programming soft-device hex file
2)programming proximity hex file
in proximity code...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Hi,
I'm running a GPIOTE test that pulses a debug pin whenever CPU executes user registered GPIOTE handler. The GPIOTE trigger pin has a 8ms period, 8us duration low-active...
Hi
I used SDK v5.2, SD : s310 v1.0.0 and nRF51422 v2 (QFAA E0).
The power consumption is too high when I used GPIOTE to do interrupt.
Disable GPIOTE:
The current...
Hi all,
I implement a Time Client on my device, that will request a time update from my connected smart phone as a Time Server.
How can I add current time service/char...
Hi Dev Team,
Please guide me that, How to create the Service and Characteristics UUID for the nRF51822 development kit?
The service and characteristics UUID needs to be...
The provided module spi_master.c has timeout code and error returns from spi_master_tx_rx(...)
Given that there are no external control signals to the SPI block, only a...
Hi,
I am novice to this MCU development world. I have lots of programming experience with desktop/web services side.
I recently received my nRF51822 mBed development kit...