I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
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...
Setup: Central app using serialized s120 (2.0.0) with connectivity app.
The connection interval is set to 10 ms.
Connect to a peripheral
From some sniffer data...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hello,
I am using SDK 7.2 with SD110 7.3.0 and I am having a security issue when an attacker is able to steal the BD address of a previously bonded device.
The security...
I'm running BLE and Gazell host concurrently using the timeslot API. I also have 2 Gazell peripherals transmitting all the time. Everything works just fine when I run Gazell...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hi,
I tried the nrf51_iot_sdk_0.8.0_f1f6187 and flashed the coap example (examples\iot\coap\ipv6\client\boards\pca10028\armgcc) with the s1xx-iot-prototype2_softdevice...
Hi,
In many places in the nRF51 documentation (e.g. developer.nordicsemi.com/.../a00081.html) the term "Master Control Panel" is used without clarification that this is...
Hi:
i use SDK7.0 , i write data in flash (address:0x0003fc00)and the data is erased when SDK run.
and is there any way to protect the page that i want to write or...
Any recommendations of power ic to be used in an nRF52 based system?
I am thinking of using DC-DC converter from LTC3553 . Is DCDC converters a good choice for powering nRF52...
Hello,
I am basing a design on the reference design from the nRF-DK (pca10028?). I am trying to understand the implications of using an SMA connector footprint for testing...
I tried to get the ANT background scanning example to work on a PCA10028 and it jumps to softdevice_assert_callback when opening the ant channel. Downloaded everything fresh...
Hi Guys,
I'm new to using the nRF51822 environment but I've used AVRs for years, so please be gentle...
I'm wanting to drive a strip of WS2812 RGB LEDs from an nRF51822...
So I have my nRF51822 updating the characteristic value and sending notifications once every time I receive a radio notification.
uint8_t readings[20] = { 0, 0, 1, 2, 3...
I'm trying to set up TIMER0 to interrupt the timeslot 500us before its end.
It doesn't seem like the NRF_RADIO_CALLBACK_SIGNAL_TYPE_TIMER0 signal is happening, I've put a...
When I try to enable SD having earlier initialized Gazell (SD resources variant) sd_ble_enable() returns 2 (SOFTDEVICE_NOT_ENABLED). If I remove the Gazell initializaton it...