Hi,
I am currently working on making it possible to connect with different devices sequentially. It was told to me that it is possible to first scan all devices, and then...
Hi, I have custom board with nrf54l15. Im using sdk 2.9.1 and nRF54L15-DK as debugger/flasher. Im able to flash firmware correctly using SWD, or do nrfjprog --recover, but...
i want to advertise my one device into coded and into another device i want to do coded distance measurement it is possible to do in nrf 52840 version 2.5.1 ?
I used ncs2.9.1. I download the mesh dfu distributor and mesh dfu target examples to two devices respectively, and successfully updated the mesh node through shell commands...
I'm currently using NCS 2.9.0.
However, the default certificate path is C:\ncs\v2.9.0\modules\lib\matter\credentials\development\attestation .
I used the parameters below...
Hello! I'm looking for a way to include fast charging capabilities in my product, while still allowing USB2 data to pass between any host PC and the nRF52840. As I understand...
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...
I'm trying to write an iOS app that scans for a specific UUID being advertised
e.g.
NSDictionary* options = [[NSDictionary alloc] initWithObjectsAndKeys:[NSNumber numberWithBool...
The old DFU documentation had nice memory maps explaining how the DFU memory map works.
developer.nordicsemi.com/.../a00056.html
But I can't find this map for newer...
In the ble_nus service (SDK11.0.0 S132 nRF52), what is the simplest way to modify on_write() to send inform the main application the CCCD for notifications has changed:
...
Hi guys,
I can erase all the chip and load the softDevice in command line successfully by nrfjprog.exe. Is there any switch to disable the softdevice protection? Or I need...
When creating a new Project using the nRF52 template the system_nrf52.c file is not getting imported and does not show up in the Project explorer. A Call to the SystemInit...
Hello,
I'm trying to migrate to Peer Manager, but I have a problem. This code returns error BLE_ERROR_INVALID_CONN_HANDLE constantly.
static void on_ble_evt(ble_evt_t...
So I have flashed the experimental_ble_app_blinky, using the hex file provided using the drag and drop functionality(which is awesome BTW), and everything seems to be behaving...
I have the nRF52 development kit. I'm using eclipse Neon and the Nordic apps on an Iphone 6. I got the SDK11 examples working where the CSCS BLE example is what I want to...
Hello,
i am developing a product with the nrf52. I would like to add "rfid like" functionality on it (the purpose is to detect runner on the finsih line).
As the nrf52...
Hi,
I use nrf51822 HID keyboard.
How to add a game-pad report as a second report in the ble_hid_keyboard ?
How to init the function hids_init() in SDK.
Thanks
Gamepad...
Dear Nordic Team,
Thanks for support.
I want to know the possible for add NUS(Nordic Uart Service) service with proximitty example ??
Edit : Try to add existing service...
Hello,
could you please explain how the time synchronization works?
What does the function sd_ant_time_sync_broadcast_tx(...) do?
Does it include the rtc value of the...
Hi,
I am facing an issue. I have an iOS app and a glucose application.
When i pair with the iOS device it works fine.
If i do forget device and again pair after forgetting...