Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
We are using a design with an nrf52832 and USB-C power only socket. We are planning to overload the USBC CC connectors so that we can program via via USB for factory production...
Hi, I am able to write a string to a text file into an external SD card and read from it using below .overlay configuration. &spi2 { status = "okay"; compatible = "nordic...
The current project needs to save the ID in the programmable register and use the ID in the application image.
So I save the ID number in the URCI->OTP[0] register. When...
Hi guys. I'm using nRF5 SDK v17.1.0 ser_s132_hci example with the PCA10040 board.
Q) Does the INFOCENTER not explain the serialization examples?
https://infocenter.nordicsemi...
In the nordic,nrf52840dk_nrf52840.dts there is a part "chosen" that says:
zephyr,console = &uart0; zephyr,shell-uart = &uart0; zephyr,uart-mcumgr = &uart0; zephyr,bt-mon...
Hi All!
I am using nrf52833DK and able to program with segger studio and vs code studio extension of nrf connect sdk . Now the issue is that I have designed the custom board...
Hi Nordic :)
I followed last week the nice Webinar on topics : Nordic Distance Measurement library
I'm using two nrf52833 DK, and run on both nrf_dm sample zephyr...
Hi ,
I wanted to create SPI application for custom board as SPI master as nrf5340 . So I was building spi application as per slave pin configurations. So please help me...
Hi everyone,
Is it possible to change the initial tick count to simulate running freertos for 49 days insteed to wait this time in real ?
I work with the SDK15.3 and freertos...
nrf5340dk
sdk version v2.0.0
windows10 system
hello_world sample
prj.conf:
child_image/mcuboot.conf:
build result:
how can i check the flash size of the...
Hi,
Are there any examples or references available to read / write data into the external SD card using fs_read, fs_write?
The examples available in older SDKs are not...
hi support team,
NCS SDK is now available, customer need to use cmd line tool to build demo and flash;
but find out that we have to open cmd through "nrf connect--->toolchain...
Hi,
I'm having difficulty getting a clean MCK when configuring passthrough (bypass) mode. I'm using ACLK as the source and I do get a 12.288MHz signal on the MCK pin but...