Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
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...