I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hi,
I would like to know how to program the code to connect the PC based on the ble_app_template.
The SDK version I used is V11 and the board I used is PCA2006, and I...
nrfjprog -f NRF52 --memrd 0x100000a4 --n 8
0x100000A4: ACAFE032 7AC54CAF
this is read by nrfjprog scipt as above and as below it is read by sd_ble_gap_addr_get.
0xCCAFACAFE032...
When creating a Server using nRF Connect version 2.6.0.
Cannot set the Descriptor 2901. It gives this error-> " Error occurred adding characteristic. (NRF_ERROR_INVALID_PARAM...
Details: SDK v15.2.0 using ble_app_pwr_profiling example. Windows 8.1. Tested uploading to nRF52 DK and Blunor BT832F.
Steps:
upload ble_app_pwr_profiling using SEGGER...
Hi,
I am using NRF 52840 DK ,rev.1.0.0(2018.36).For development using ubuntu 14 machine and segger IDE. Trying to use fatfs example with Transcend 4GB AND 8gb micro sd HC...
HI, I am seungwoo
I am developing data transmission using nrf52810.
A 300-kilobyte file is divided into 220 bytes and transmitted continuously.
11-27 17:24:24.416...
I am using the development board based on NRF 52840 from Rigado BMD340. I connected the Eval Board via USB and in the NRFgo Studio it shows that the board is detected below...
No using bootloader.
the code cant run immediately is below when i enable the wtd.
After flashing the code by jlink,the code cant run till the wtd is timeout. i check...
We are using development kit for nRF52832 and trying to create the minimum current consumption that was stated in the datasheet which is 0.7uA while the system is off. However...
I did a search on Real-time debug, it's said for nRF52810, in Code generation, should set Debugging Level to Level 3, and Optimization Level to None Is that true for nRF52832...
Hi,
I've installed arm-gcc and the dev kit, I've tried several different versions.
I got it to compile the examples just fine. I can compile the example in examples...
Hi,
I tried to run the pca10056 ble_app_uart on a nrf52840 dongle (pca10059) after modifying the example as suggested here on the devzone. I had to define the rx,tx,ctx...
Hi !
I wrote a "central" device which works with multiple pheripherals.
Each pheripheral (Other NRF devices and also IOS) is going throw BLE_GAP_EVT_CONNECTED and when...