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...
hello support team
nRF52 DK , Mesh 2.01
I am trying Experimental BLE RELAY example.
1. In first trial I am using 1 RELAY DK all works well.
2.In second Trial I am...
Hi everyone, I have a custom board using nRF52832 chip.
I want to turn ON and OFF a LED, which is directly connected to a GPIO pin.
Using this configuration I expect...
Hi,
I want to use the math.h for my nRF9160 project, but when I include it, it doesn't find it. I am a beginner and I wanted to ask how do I include libarys proparly in...
Hi,
I have two nRF54840 DK and I am testing ble_app_att_mtu_throughput example with the boards. I am using nRF5_SDK_15.3.0_59ac345 SDK.
The number on the chip is "N52840...
Hello!
Im getting a hardfault when trying to send 10 bytes data via NUS. I receive the data, but the app crashes:
0> <error> hardfault: HARD FAULT at 0x00000000 0...
Hi everybody. I know that it is complete standart question, which has many asks and solutions here. I'm quite new to bootloader management stuff. So asking about some targeting...
Hi,
I am fairly new to BLE application development on NRF52.
I have a temperature and humidity sensor TH02 and I have interfaced it by making essential changes in TWI...
I found a function, sys_reboot() that apparently reboots the nRF9160. In order to use this function, what must be configured and what are the correct .h files?
Thanks
Hello,
I am trying to configure my nRF9160 v0.8.5 dk for current measurement and found out that SB 44 is missing on my kit. As the user manual suggest that in order to enable...
Dear DevZone team, I am using Thingy91 in NB-IoT mode because I am located in Germany. Last week I managed to connect it to the nRF Cloud by updating the firmware (thingy91_nbiot_legacy_pco_v0...
Hi,
I have multiple sensor data that needs to be recorded in separate files. This data is being collected in parallel. Using the FATFS xample in SDK 15, I am able to write...
Hello all,
I’m trying to connect my nrf51dk (board 1) with a CSR8670 (board 2) using GAIA services and characteristic.
On BOARC 1 i have implemented “Central HRS” beacause...
We made the test with your demo SDK on the board :
PCA10056 1.0.0 2018.46 PCA10056 1.1.0 2019.26
We modify the code to gate the trace ( see the attach file)
And the...
Hello team Nordic,
Example ble_app_rscs_c is working well with my pca10056, im using it to scan for advertising reports. To do the same with pca10059, im trying to merge...