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...
I tried Blinky blank application on PCA10040 by IAR. By pressing "Download and debug", everything is fine, I added RTT debugging information and can see it from RTT viewer...
I Have an issue trying to flash a nrf52832 custom board.
Something extrange happens because when I download an example from keil that blink a led(gpiote_pca1036(nrf52 PCA10036...
We are using s110_nrf51_8.0.0_softdevice.hex soft device and nRF51 SDK v10.0. We have below questions in case of soft device assert scenario.
In what scenario's soft...
Hello,
I am working with the example of PDM example on the nRF52832.
And over this I would like to use the drv_speaker. I put all the files from the Thingy 52 example...
On a system using an NRF52832 with S132 softdevice (without no external LFCLK XTAL), in low power mode via sd_app_evt_wait() - we see a nominal current of ~3uA with a periodic...
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...