Hello, I am trying to develop a bluetooth mesh network with two provisioners, one being an external provisioner (mobile phone) and another being node in the network (nrf5340...
Greetings, everyone, I have encountered a configuration(?) problem while trying to setup a lab for a BLE course I am teaching.
The idea is to showcase the vulnerability...
Hello,
Recently, my team has been struggling with an issue regarding a nRF5340 device that's encapsulated and inaccessible to be flashed with a JTAG connection. Our normal...
Hello,
I’m currently working on a Bluetooth Mesh project using Nordic Semiconductor devices, and I would like to get guidance on static provisioning and group-based communication...
I will attach my main.c and skd_conifg, maybe i'm overseeing something in code. Also i will attach schematics and pcb. I'm aware of RGB led consumption, in reality it's around...
Dear Nordic Support Team,
We are in the process of integrating the Nordic nRF Mesh SDK (version 3.3.4) into our custom Java-based application and require your guidance on...
NCS 2.9.1
NRF52840
Sysbuild but with only a single image (no bootloader)
I've been trying to figure out how to change the merged.hex output and how to perform additional...
Hello,
I'm working on a custom GATT service which has only one characteristic that support notification. The code has started from the ble_hrm service and it runs on a thingy...
Hello,
After having read the documentation of "nRF5 SDK v15" and "nRF5 SDK for Mesh v2.0.1" it is not clear to me which PHY layer it uses at the end.
In the documentation...
Hello,
I am going to use nRF52832, but I have nRF52840 DK, can i use this bord for developing project on nRF52832. Is nRF52840 compatible with nRF52832 in software and hardware...
Hi
I assigned one LED Signal to P0.08 pin in nRF8122 CFAC package as per pin assignment it shows as digital GPIO
But in Firware wise when checking the LED Does not glow...
Dear all,
maybe I‘m missing something, but I know there are OTA DFU client libraries for Swift, ObjC, Java and Python.
But it looks like there is no DFU lib from one...
I was using nrf51822 ,S110 and SDKV10 i had created custom services and its working fine, But when moved to nrf52 DK and S132v5 SoftDevices and SDK version 14.2.0 . same services...
I would like to develop some app to be able to use nRF51 dongle on PC. Is there any good example codes to start with? My plan is to use pc-ble-driver-js and Electron and found...
Hi,
I am starting to look at using 2Mbps Phy (and eventually coded PHY). I'd like to add the functionality where my device will automatically switch PHYs based on some metric...
/**@brief Function for finding out whether a peer ID is in use.
*
* @param[in] peer_id The peer ID to inquire about.
*
* @retval true peer_id is in use.
* @retval...
Hello tech support!
I am using the built-in SPI to transfer the data. Also, I adopted the "timer" example in the SDK for handling the SPI transfer.
However, it seems that...
hi
I want to design Nodes for asset tracking. These Nodes will be spread out in a building. A moving object will have a BLE -Advertosor. The Nodes will detect Moving object...
Hello, I'm using the nRF51822_QFAA chip on a pca20006 board. I downloaded sample code from the offical site. Installed sample code nRF51822_beacon_firmware_1.1.1.msi. I use...
SDK: 14.2
64-bit Segger Studio 3.34b
PCA10040 Rev. 1.2.4.
64bit Windows 10
SD: S332
I'm trying to add the bpwr Tx profile to the ble_ant_app_hrm_pca10040_S332...