Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
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...
I have a problem to configure JLink remote client in VS Code IDE to remote debug nrf9160 dk. There is no examples of exactly remote config on Segger and VS Code docs, so it...
Hello Nordic experts,
Recently, I found that the Matter SDK has been released. based on the matter layers, as below:
I have the following questions as follows:
Can...
Dear all.
I am testing SMP server example with the nRF52832DK kit.
I did what described here FOTA over BLE .
In step3, the app nRF Connect for Mobile reported failure...
Dear all,
I am testing the SMP server example with NRF52832DK.
I have changed CONFIG_MCUMGR_SMP_BT=y
The device is advertising with Zephyr name. But mobile app cannot...
In my application, I'm using the Scan Response Packet to transmit some device related information, rather than requiring Clients to connect to get this. I'm using NCS v2.0...
I'm working on a new nRF52840 based design that will be both a HID keyboard and a touchpad in one - so I've been working with nRF Desktop for my nRF52840 devkit, trying to...
I am using the softdevice from SDK 17.0.2 for bluetooth communication in my nRF52840 instrument application. I am using a gpiote event handler to acquire 8192 readings from...
Hi, I'm using the nRF52-DK to program a BL651 Module (nRF52810). To confirm things work as intended I'm starting with the blinky sample. I've set up an emulated project by...
Hello,
I am working on an application (peripheral device) where a connection interval of 11.25ms with the central is essential. The desired behaviour is that if the central...
For the nRF52832 is it able to send out information to another device such as an app. I am aware that this device can be implemented on an electronical device however my intended...
According nrfxlib - modem library - supported features , the nRF9160 firmware supports:
DTLS 1.2 client
TLS 1.2 client
My experience with the TLS client...
Hello,
we have an existing product in "peripheral" role, based on the NRF52832 and soft device S132.
We plan to add support for multi link operation, so that the peripheral...
HI
An example of zigbee multi-sensor is to use log enable info zigbee.report to enable log display. Is there any more information that can be turned on and displayed in...
Hey there! I'm very new to BLE, so I wanted to reach out in this forum to confirm hardware capabilities before I purchase any devices. I'm currently looking at the nRF52840...
hi team,
i am using nrf52840 controller,in my project along with with nrf_sdk.
i wrote a led blicking code using ble protocal on segger IDE 5.40 and i want to see data...