I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
Hi, i was working on a project and from one day to the next i am no longer able to flash my DevBoard.
When pluging it in it comes up as "E:\" name JLINK as always, but west...
We have a board that is to be certified by a Chinese test lab, so I need to create an image based on the direct_test_mode sample.
In Zephyr v2.0.0 I created a custom board...
Hello,
We are using nRF Connect SDK 2.0 on an nRF52832 and were wondering if it is possible to use BLE and Shockburst simultaneously? If I compile enabling both Shockburst...
Hello,
A couple of days ago I run the examples direction_finding_connectionless_rx and tx on two nRF52833dk successfully, meaning that I could see the CTE info received...
Hello,
I have reconfigured the nrf_dm sample from ncs 2.0.0 to use Zephyr Bluetooth Controller by adding CONFIG_BT_LL_SW_SPLIT=y to proj.conf.
But then it's stuck in this...
i am using the uart0 on a nrf52840 to communicate with an quectel bg95 using async api (dma) on zephyr 3.1.
from the uart interface there are connected rxd, txd, rts and...
Hi,
I am attempting to merge two example programs together and have hit an issue with a hard fault when my timer interrupt triggers.
This works fine in the standalone...
I refer to https://github.com/alc6/nrf52-pc10040-multiperipheral-passkey/blob/master/main.c for implementing static passkey. But pm_sec_params_set() returns errCode=0x7. ...
What I've done
1) Set up ot-br on an Rpi4 by following this guide .
2) Set up a 52840Dongle (plugged into the RPi4) as RCP by following this guide .
3) Installed the...
I'm using SDK 14.2.0.
I'm trying to read the device ID register from ISM330DHCX accelerometer this way:
ret = nrf_drv_spi_transfer(&m_spi[Instance], ®_addr, 1, read_temp...
Hi guys,
So lately, I decided to update the sdk from 4.1.0 to 4.2.0 and there are some problem that I can not solve myself. So I use the macro ZB_ZCL_REGISTER_DEVICE_CB...
Hello,
i've trying to update the codebase of our current project (under development) from NCS 1.9.x to NCS 2.0.x.
I'm experiencing hard fault crashes when I try to perform...
Hello,
I'm using SDK 17.0.2 with S113, v7.2.0 on the NRF52840. We currently have an instance of CLI running in our executive loop, and it works fine. We'd also like to implement...