Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
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...
-- west build: generating a build system Loading Zephyr module(s) (Zephyr base): sysbuild_default -- Found Python3: C:/ncs/toolchains/b620d30767/opt/bin/python.exe (found...
Hi there everyone I am new in nRF development. I was recently trying to add conexio stratus pro but i could not find it in my VS extension. What could be the issue?
Hello,
I'm looking to get XInput working on the nRF52840 so that our device can appear as an Xbox-compatible game controller. I'd appreciate any guidance or recommendations...
Hello,
I am developing a mesh solution when the nrf52840 USB dongle will act as an observer.
I am using the mesh sensor observer sample. I am able to build and flash...
I used two development boards with 52840, Two development boards are running 'first' and 'second' in the '\examples\802_15_4\wireless_uart\secure', respectively.
Additionally...
1st problem:
There are some failed case when i run \v2.9.1\modules\bsim_hw_models\nrf_hw_models\tests\zephyr_apps\54_aar_ccm_ecb\src\test_ccm.c
2nd problem:
If I...
Hi,
I really like the new Zephyr conn_mgr, it is really easy to use, almost UNIX like. I am wondering what is now the best way to control PSM. Will CONFIG_LTE_LINK_CONTROL...
I have a timer int callback like this:
void pwm_all_handler ( nrf_timer_event_t event_type , void * p_context )
{
if ( event_type == NRF_TIMER_EVENT_COMPARE0) {
...
I am trying to external target using the nRF54L15DK and I get the following error.
Error: Failed with exit code 1. Failed to device info one or more devices: * 1057767167...
Hello everyone
I need to install Nrfutil offline, computers may not have access to the internet, i follow this istruction and prepare the offline directori whit the comand...
Hello everyone!
I have a question about flashing firmware to a PCBA with the nRF54 and nRF91, or any dual MCU board in general.
When looking at the Thingy91(x) this...
Hi everyone,
I have a custom board using the NRF9161. Its hardware is loosely based on the design of the Conexio Stratus Pro and I’m using the Stratus board definitions...
Hi Team,
We are using nRF9160 modem and SDK 1.7 version with Segger Embedded Studio.
Using at_client sample code, observations as below.
1. Tried to read APN configuration...
Hi all,
I may have encountered an issue with nrf9151DK board.
When I only set LED1 with dk_set_leds (DK_LED1_MSK) the LED1 and LED2 are both lit.
Setting other leds...
I'm working on a IoT device that leverages the AWS IoT and AWS FOTA components from the nRF Connect SDK. The device is battery powered, and so I want to limit the connection...