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...
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,
I want to implement stack tracing to check stack overflow and remaining stack. I followed the implementation given in example github.com/.../memory_watcher.
Memory...
Hi
I am coding a s130 NUS example.
The base example is sdk8.1.0 ble_app_uart peripheral example.
I added central part from Github sdk8.0.0 ble_app_uart_c...
Hi
I've installed the new tools in version 7.5.1 to support the new nRF52 family. While working on the nRF51 again i found out, that the old parameters i used for programming...
Hi,
I'm working on a project where nrf51 modules should communicate with each other. For that i'd need to set characteristic that can store string. Now i've done that ...
Hi,all.i call function "sd_clock_hfclk_release(); power_manage();" and want my device to sleep.as this,my device's current is 2.2mA.what's wrong ?Can someone help me?
I have a master device using SPI interface , write data to nordic SPI salve and send data to cell pohone.
But ,the master device SPI wirte data is fast, the nordic will...
hi all,
since i am new to nRF24L01+ device, kindly any one provide me details regarding range that can be supported by nRF24L01+ device.i already try to find out information...
Hi,
I am attempting to create a secure BLE connection in security mode 1 and level 3.
I noticed that when I simply call sd_ble_gap_authenticate with MITM = 1 it seems...
Hi,
I would like to save the most energy when going to sleep mode. In particular, I want to turn off the radio while keeping just RTC timer on.
So, after shutting down...
Hi there,
When I tried to send data chunk (it's about 8K) to phone side according to this , the speed is much slower than 1K/s, and what's more, it's disconnected with...
Hi,
I have a problem in CRC of setup message for nRF8001,
and I already try the CCITT-16 algorithm with below conditions:
Poly = 0x1021,
Init = 0xFFFF,
Ignore all...
Hi,
I want do RSA on NRF51822. The build environment is GCC. And the develop base on S120. The RSA need 1K to do calculation. If I enable the RSA calculation, the APP may...
Is there any high-level documentation of the nRF52-DK (PCA10036) connections?
Studying the schematics, I have inferred some of the intents, like:
built-in JLink automatically...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you