During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
running Windows 10 Pro 22H2 and using j-link v9
i tried to read firmware from nrf51822-QFAB by using " nrfjprog --readcode dump_nRF51822.hex", but it gave me an error...
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...