Hi everybody I'm using nRF Connect SDK 2.6.1. I have my own board based on nRF52840 SoC. I made an overlay file of nRF52840DK and changed its UART TX/RX settings according...
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,
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...
Hi!
I have been following this process to develop using armgcc and Eclipse: https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/development-with-gcc-and-eclipse...
everyone, i have a problem whit 51822. nRF5_SDK_12.3.0_d7731ad
i measure time from 51822 poweron to main .
if i only softdevice and app code, time is only 4-5ms only....
Hi,
I have a question about parent.
Firstly, make topogoy as belows.
ZC --- ZR --- ZED
In this situation ZED's parent is ZR. correct ?
Let ZED's ERASE_PERSISTENT_CONFIG...
Hi,
When I run the flash_fstorage sample program via nRF5_SDK_15.3.0_59ac345, I get output that suggests all has gone well:
fstorage example started.
SoftDevice not present...
I am trying to use RNG HAL but I am not sure how to use it and there are (as far as I can tell) no examples. The only thing I need is generating random number. So I'm not...
I'm trying to use a timer interrupt. Definitions and inline functions from nrf_drv_timer.h work fine but the linked functions in nrf_drv_timer.c are undefined? Any ideas?...
I'm developing a sensor node using light_switch_serve as an endpoint to receive commands and send sensor's data to light_switch_client. The examples works perfect, but I would...
Hi,
I`m using MDBT50QRX (Raytac Nordic 3rd party for modules) I need to connect and program the firmware hex file (connectivity_4.1.1_usb_with_s140_6.1.1.hex) which is on...
Hi,
Intention:
I want to build and run a sample application without suggested IDE on my custom nRF52811 PCB.
Previous steps:
Based on a tutorial [1] I found I was...
Hi,
I successfully tested ecdh and aes256 in seperate projects but I want to combine them.
This is my code:
Problem is that when i call the ecc functions this happens...
Hi, I'm using nRF Mesh App to provision more than 5 devices for vendor specific models other than on/off model. My purpose is to send some data instead of on/off the light...
Hi all
I am using a nRF52840 with SDK 15.3.0 and s140_nrf52_6.1.1 soft device.
My application is a multi-peripheral device that has a common service, each peripheral can...
Hi
I'm really new to this, forgive me it's a stupid question. I'm using the nRF52 DK from Nordic.
I started with the "Developing with SEGGER Embedded Studio", but when...
In the user manual of nrf52832 it is said that ram[n].power are retained registers in sleep mode and that depending on the settings.
One or more RAM sections can be retained...
Dear Nordic DevZone Team, With ARM cortex M4, it is possible to go into deep sleep mode. In the Nordic nRF52832 which uses M4, it is configured for BLE advertising. I would...