Hello,
I am puzzled. I am using the nrf52840-dk. In SDK 3.X the board specification board.cmake changed. Now nrfutil is at the first place: include(${ZEPHYR_BASE}/boards...
Hello,
We are trying to demonstrate/evaluate the BLE mesh functionality using nrf52840dk, such that a demo application does self provisioning after boot up and once self...
Hi Nordic team, I am working with a custom board using the nRF54H20 SoC. For official DKs, the documentation says to check the version (e.g., v0.8.0, v0.9.0) on the sticker...
hi,all
Chip: nrf52840
SDK: NCS 2.9.0
We are currently developing an integrated factory testing function using mcuBoot's DFU. We want to make slot 0 the default for factory...
NCS3.0.0 , NRF52840
calling bt_conn_disconnect does not result in the disconnect callback being called.
the conn state seems to be stuck in BT_CONN_DISCONNECTING. I have...
We are using the nrf52833 for wireless communication, with the ESB selected as the communication protocol. During usage, we encountered an issue: the transmit power needs...
Hi,
I am using fatfs of nRF5_SDK_15.0.0_a53641a.
I am writing a program with keil.
I am currently doing SPI communication with BLENanov2 ( nRF52832 ) and SD card...
hi, I'm using two nrf52840 and I was given a task to transmit a string between them. I'm trying to understand ble_uart central and peripheral examples. I'm using sdk15 and...
Hi, I am using PTS v7.0 for Bluetooth profiles testing for a home device with Android O system. The PTS instruction of Android AOSP indicates "nordic app installed and running...
Hi,
I'm trying to build a custom HID device. I'm not able to receive any bytes on the host machine (I'm using an HID API). The Nordic board connects to the bluetooth of...
Hi,
I use FreeRTOS for ble application on nRF52840.
To save current consumption, I want to add __WFE() to portTASK_FUNCTION().
There is a comment in the function as...
Hi,
I have worked on various descriptors for mouse, keyboard, consumer controls, game pad,.. How do I write a descriptor for glove? (VR Controls Page -> Glove) Please help...
Hi
I am receiving data samples from a radio trans-receiver over SPI, and I am storing them in a buffer. I want to send this samples over BLE, and want to have a maximum throughput...
Hi,
Is there any information about mesh sdk roadmap or coming updates? I am interested in future changes of sdk and bootloader parts, but can't find any related information...
Hi!
I have read a lot of topics, but there is no answear of my question.
I added HID services in my project but now project fall with error 4- no memory.
nRF52832, SDK13...
Hello Nordic, I'm reading: creating new modes in sdk documentation. In the simple_on_off client model, I do not understand the place I underlined in the picture. When is the...
Hi,
I'm looking at prototyping something for very small volume and looking to go the 3rd party module route ( www.nordicsemi.com/.../3rd-Party-Bluetooth-Smart-Modules)...
Hi,
I'm trying to capture Mesh packets using nRF Sniffer 2.0.0 and nRF52 DK while running the Light switch demo, but so far I haven't been able to capture any packet that...