HI, In the Zephyr config, these【NET_IPV6_NBR_CACHE & NET_IPV6_ND】 are recommended to be enabled by default. Why does the Bulb project turn these off, and what impact will...
I tried to build the coprocessor using NCS 2.9.0, but it doesn’t seem to work. Below is my project configuration,are there any additional parameters I need to set?
Due to production requirements, I need to obtain the device's QR code. However, I found that the QR code can only be retrieved using the code snippet below after calling Nrf...
Hi,
1.Please provide the documentation, examples and tools for testing the RF performance of nRF7000 during the mass production of nRF9151 + nRF7000. 2. If not, please provide...
Hello!
I don't know if there is a way to configure a nrf52832-QFAA's clock source on my custom board software-wise.
Just a disclaimer but please correct me if I'm wrong...
I am building a bed-of-nails test bench, and part of the process is to create automation tests. The basic over lay is to have the RPi flash the nRF52832 using the PCA10028...
Dear DevZone,
I had a look at the mesh-model spec published by SIG. There is a description of some generic models, my interest is on the property-server-model. I have been...
Hi,
We're working on making some more tutorials, we have some thoughts on what we want to do, but we would really like your input. After all it's you, the user, who will...
Hi
Is there a way to tell that when a connection occurs if it occurred over 1M or 125kbps modulation? From what we can see, the ble_evt->gap_evt->connected does not contain...
Hi all I just want to use UUID advertisement in solar beacon code for advertising @ 100ms interval I don't need temperature and pressure data .I also want to change type to...
Hi. I'm using the NRF-52 DK (PCA10056) with an SD card module and I'm trying to upload the FatFS example code for SDK 15. I'm using a kingston 8GB SD card and I'm unable to...
Hi all,
I develop program code based on nrf-mpu-magnetomter examples. I code the DMP and complied well . However the program is always stay an error when it starts running...
In my application an nRF52832 acts as a BLE peripheral device which is sending sensor data to an app on a mobile phone. As long as the phone is interested, notification on...
I'm trying to add buttonless DFU to the SDK's template application.
Here is my setup:
Soft Device 6.1.0
Secure Bootloader
Modified Template App (Added buttonless...
Hi,
I am using nrf52832 custom board with s132 to read data from 4 sensors using twi. i have 2 separate TWI with two different sensors on each bus. i am using nrf_drv_tw...
Hi,
I have a question with regards to the system-on sleep current of the nRF52840. This is specific to when using the bluetooth mesh and the nrf_mesh_disable() function...
Hello I am trying to connect nRF52832 development kit to use with Wireless vibration controller store.ncd.io/.../ using mesh module which is transmitting the data to the receiver...
Hi
I'm trying to combine NUS central and peripheral in a single nrf52840. Using SDK V 15.0.0 and softdevice V 6.0.0. Have added both ble_nus and ble_nus_c files and enabled...
I am trying to add Timer2 to light_switch server example. But it fails to compile with a undeclared error for NRFX_TIMER2_INST_IDX. I have set the following macros in sdk_config...