Dear Nordic and community,
I am currently in pre-production phase of designing a PCB based on the NRF9151, and I am a bit confused by the Hardware Device Guidelines, which...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hello Nordic,
Can you share pdf of nRF91 sneak peek presentation.There is an audio problem on video.
Best regards,
Marcio
www.nordicsemi.com/.../Low-power-cellular-IoT...
hi team,
i am having a doubt. i had created a service for connection interval which is 0x1528. with read and write properties. in that we can set value from 100ms to 10240ms...
I would like to ask for any information regarding the near-future plan for the nRF SDK for Mesh.
Are these features planned? And if so, when would they be implemented?...
nRF52832
There are three ways of working with the clock registers, a hardware access layer macro set, the nrf_drv_clock.c/h, and direct register access.
What is the...
I am implementing Device Firmware Update using BGLib on C# using BLED112. When i am writing on the DFU Data point on Peripheral (which is a Nordic's nrf51 chipset), i need...
hi,everyone.
version:sdk10.0
i know the nrf51822 system running order is: softdevice->bootloader->app.But i have a question when i am reading bootloader. If the program...
I have a question about the wait_for_flash_ready routine in the nrf_nvmc.c file.
static inline void wait_for_flash_ready(void)
{
while (NRF_NVMC->READY == NVMC_READY_READY_Busy...
Hey,
I have my nrf 52 dk and nrf connect 1.1.1.
I have soft device v3 on my nrf 52.
I connect my board into my computer, NRF connect recognizes my board and gives me...
Hello,
4 of 5 times when i want to connect to my firmware using RTT the firmware crashes.
Commands that i use are:
terminal one: JLinkExe -if SWD -device nrf52 -speed...
Hello ,
I'm using nRF52810 with SDK 14.1 base on ble_app_uart example. where i am continously receiving the GPS data via UART. i am putting my GPS module in sleep mode...
Hello,
My setup is: ble_uart_app example, custom board with nrf51822, sdk 6, s110, nrf connect for pc.
I am advertising with my peripheral device. Whitelist is being...
Hello,
I am trying to merge the code of ble_app_buttonless_dfu with the code of ble_app_uart,
because I starts all implementation with the code of ble_app_uart at first...
Hello,
I am using SDK9.0 and testing the LED_Blinky project with IAR tool, Evaluation kit. The application is executing and leds are blinking but I am not able to set a...
Hi, and thanks ahead for the help. I am working on receiving ble packets without using the soft device. I am able to transmit an advertisement with raw radio and pick it up...