Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
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...
I want to add DFU to the peripheral_hids_keyboard example from the nRF Connect SDK. I added CONFIG_BOOTLOADER_MCUBOOT=y to the prj.conf and specified a key file.
When building...
I'm using NCS v1.5.0 to create a BLE peripheral using nRF5340-DK.
I set the device name in the prj.conf file using CONFIG_BT_DEVICE_NAME and the name shows up when BLE advertising...
Hi,
I need to implement, say, 100 LPN + proxy and 1 friend + proxy, LPN are measuring devices.
1) How can I request from each, let's say, a temperature value? I want to...
There are two boards, Raspberry PI4 and nRF52840-DK . The task is for the nRF52840-DK on zephyr hci-uart firmware :
https://developer.nordicsemi.com/nRF_Connect_SDK/doc...
Dear Sir,
I use the nRf52840 DK (PCA10056) which be a ICE to download FW and 3V DC power supply for my DUT.
the 3Vdc connect to Vdd.
I use the DK 3Vdc be my power supply...
Hello,
Here is some information from my environment :
nRF9160 DK
SIM iBASIS
Country: Suisse
Operator: Swissom AG
roaming mode
Use LTE Link Monitor
I...
Hi,
I want to use tne NRFX SPIM module for reading and writing an external spi flash (at25df011) .
I looked at the example in order to reuse it or base my application...
Hi all,
I'm working on a project in SDK 5 (V17.0.2) on a custom board using a raytac nrf52840 module. IDE is segger embedded studio with a J-Link interface to the hardware...
The device we are using is nRF51822. It uses a bootloader from the Nordic SDK 11.0.0
The boot-loader we are using for the nRF51822 has several blocks of code in the SystemInit...
Hello,
I'd like to enable an instance of SPIM2 master (base address: 40023000) in SDK 17.0.2 for SPI operations. In sdk_config.h, there are two options, NRFX_SPIM2_ENABLED...
I am trying to run the heart_rate_collector.py example in Nordic's pc_ble_driver_py library. When I try to execute the program, I get the following error:
Command used...
Hi!
I'm trying to do the TCP example with the nRF5_SDK_16.0.0_98a08e2, a nrf52840 DK board and a Raspberry Pi 3 B+ as a gateway but I got some problems.
For connecting...