Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
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...
After upgrading nRF Connect SDK to v2.1.0 I noticed that my modified version of connectivity bridge (when running on thingy:91 nrf52840), stops working 30-60 seconds after...
Hi I'm developing a board to isolate external GPIO signals from a Nordic nRF52832 (Isolated input from 5VDC to 25VDC). For this I am using a circuit with the PC817 optoisolator...
Hi, I have similar error on this thread:
I cloned current latest releases of Android-nRF-Toolbox(3.1.3), Android ble library(2.5.1), and Android common library(1.0.27...
Hi everyone,
I'm using an nRF 5340-DK and want to update the application core firmware by using the nRF secure immutable bootloader. The bootloader and the network core...
Hi
I am currently running and adjusting the zephyr echo_bot uart sample on my nrf9160 DK. Currently , the sample makes use of UART0 to send a receive information which I...
I'm trying to connect a Thingy91 to the nRF cloud using just in time provisioning. I'm using MoSh. Here is the error:
mosh:~$ cloud_rest jitp Performing JITP... JITP device...
Hello,
When I change the optimization for a project to NO_OPTIMIZATIONS or DEBUG_OPTIMIZATIONS in the configuration (prj.conf), I always go in the hard fault handler ...
Hello,
i have a Nordic nRF52840DK and a Qorvo DWS3000 combination. I´m using SDK7.0.2, Segger Embedded Studio 5.10a and J-Link 7.58b.
I want to combine the ble_app_uart_c_pca10056_s140...
Can you please explain how NRFX_SPIM_FLAG_RX_POSTINC works? My data keeps always being loaded into the same address. Here is my code snippet:
uint8_t tx_buffer_MAG[1]...
I am developing a product with nRF52832 in which we need to use the COMP module. We need to route the RESULT signal directly to the RX input of the UART, or to an output of...
Hello,
after upgrading to SDK15 and using the new crypto functionality I experience some weird behaviour during bonding.
Our SW is the peripheral and I am starting the...
We would like configure our device with a public addr instead of the random as is default for NCS/Zephyr. We are currently on Zephyr v3.1.99 and NCS 2.1. I have tracked down...