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...
Hello, Guys.
I had problem that if I config nRF9160 through UART0 (default) it works and I receive IP address and can make MQTT connections.
But when I use UART2 (external...
Background:
I seek to interact (human and/or additional MCU) with both UART peripherals (uart0 & uart1) in the easiest manner possible - issue commands, pass traffic, etc...
I have shell working with the following configuration
CONFIG_SHELL =y
CONFIG_SHELL_BACKENDS =y
CONFIG_SHELL_BACKEND_SERIAL =y #also selects serial
CONFIG_SHELL_CMDS...
Check the below C++ code:
in file S.h, we define class S
in file S.cpp, we implement S constructor and function init()
in file test.cpp we first declare a global...
Hello there,
I am looking for a way to connect to the Eclipse Leshan Server without DTLS using the LwM2M Client sample. However, this does not seem to be so easy.
The...
I try to run nrf sniffer with Wireshark.
I flashed sniffer_nrf52840dongle_nrf52840_4.1.0.hex
I download and run nrf_sniffer_ble.py.
I got this error and I cannot find...
Hi all,
For a project I need to use a private library which uses the app_scheduler to queue events triggered from a second MCU. I am using FreeRTOS on the nRF and I am unsure...
Dear Support,
as suggested I create specific question based on this thread:
Could you please confirm that the QSPI peripheral makes polling of QSPI flash Status Register...
I was trying to implement the nRF5_SDK_17.1.0_ddde560 proximity example into the template.
After getting all the functions working and the application compiling, the board...
For some reason the microprocessor will not wake when P0.07 is pulled low. I have an external 10kOhm pullup so there is no need to configure the internal pullup. If I change...
Hi! I've been struggling with a bug on a nrf51822 product I'm working on. It features some I2C devices, a screen and a couple of sensors. The mcu gets a watchdog reset due...
In my application (built with NCS v1.7.0) I use a nonblocking TCP socket for communication. The main modem thread handles sending data and a separate thread handles receiving...
Hi,
I have a particular use case and have been thinking different ways to implement it.
Let's say there are different beacon sensors (static/moving) installed in a big...
Hi,
Based on Matter samples provided, OnOff cluster is working great (using nRF5340).
We shall implement a more complex (and custom) cluster with 30 or 40 items and send...