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...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
I have questions related to use of UUIDs. Any help would be grateful.
The following are the UUIDs that are seen from our peripheral device during advertisements and after...
Hi,
I tried to use the exactly same code in the TWI scanner example for nrf52832, SDK15.3. Everything works fine when I flashed only the example code, which has no softdevice...
I am looking for an updated schematic for the PCA10059 v1.2.0. Everything on info center is version 1.0.0. Noticed that a resistor was added (R7) so wondering if there were...
I'm trying to debug issues in my application related to FDS garbage collection.
My application periodically runs fds_gc() from startup. At this point, garbage collection...
Hi
I got a nrf52833 dk and followed "nrf52833_heart" SDK file readme file is success
next step I install segger studio and JLink_Linux_V662d_x86_64.
wend i open studio...
Hi Devzone:
I saw two functions to write the retention register for DFU, nrf_power_gpregret_set and sd_power_gpregret_set.
What's the diffrence between
nrf_power_gpregret_set...
I'm experimenting with multiprotocol support on a PCA10056 (nRF52840) and the S340 softdevice. I need to use BLE and ANT+ at the same time, sending data to either ANT+ or...
What type of cable is required for the debug out, P19?
The specs for the port only say the number of pins, but not the pitch https://infocenter.nordicsemi.com/topic/ug_nrf52840_dk...
nrf52840 packet transmitting time measurement for TOA or TDOA
Hi I’m cu rrently working with the given nordic project “ nrf52-ble-long-range-demo ”
What I’m trying to...
Hello
Where is the the timeout for the Resolvable Private Address (RPA) defined?
only possible in the central?
can I change the timeout in the android nrfConnect...
Hi,
I am using nRF Connect (Desktop) v3.3.0 with a nRF51 dongle with the latest firmware to test my BLE device application.
My application contains 1 customized service...
Hi all,
My goal is to store large data which is approximately 300KB and send it using UART. To do it, I think I should the library of NVS on zephyr. I achieved to use it...
Hi,
I am trying to make a design for the m odule ISP4520 from ISP, which is basically a pcb with a nRF52832 and a lora radio.
However the processor on the RF52832 is not...
I need to share the LFCLK with an external device and I'm thinking on using an external oscillator like SiT1532AC-J5-DCC-32.768E
I'll set the LFCLKSRC registry as 111 (Apply...
I am setting up a build server that will take care of building our app for the nRF52 and creating the DFU files. For DFU package, I need nrfutil.
Everything is working fine...