I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
Hi,
1. Seems to be a bug, how to fix this error. 2. Repeat example: ncs\v2.8.0\nrf\samples\bluetooth\peripheral_uart
Thank you for all your assistance. Kind regards...
Hello. Both toolchain/sdk are v2.8.0.
It is coding based on the wifi station sample provided.
When I made it in the previous version, I created the configuration, and...
Hi,
I am adding out of tree sensor driver (LDC2114) to nrf9160dk, I follow the Adding an Out-of-Tree sensor driver to Zephyr - Golioth . But when building the configuration...
Hi,
we have created a led driver for ucs5603.c taking reference of ws2812-spi.c. we are using nrf52840 with NCS v17.0
we have set SPI clock frequency at 1MHz and we are...
Hi,
I am trying to write a hex file created by building with the nRF54L15/CPUAPP to the nRF54L15-DK, and check whether it is in DCDC mode or LDO mode using the nrfutil command...
I am using three devices in my Zigbee network:
A Coordinator. A Router. An End Device. When I retrieve the LQI data:
If both the Router and End Device connect directly...
Hi. According to nRF54L Series features page ( https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/nrf54l/features.html ), second-stage bootloader...
I've been using ICMSG's IPC to exchange HCI messages between the netcore and appcore, and using SPI to exchange HCI information between the host and appcore. This setup enables...
I'm working on implementing a Bluetooth Mesh network where each node periodically sends messages containing a single float32 value or an array of float32 values (e.g., every...
Hello,
I update ncs from v2.3.0 to v2.8.0 in matter windowcovering project.
my prj.conf file:
CONFIG_PM_DEVICE =y
CONFIG_PM_DEVICE_RUNTIME =y
CONFIG_USE_SEGGER_RTT...
Hi,
I'm developing a firmware based on Zigbee CLI sample. And I enabled DFU of app core and net core via serial with serial recovery mode.
Using SDK v2.4.2 and nRF5340...
Hi,
I am trying to integrate i2c code in peripheral_uart example from ncs 2.8.0.
I am following the steps as instructed in this exercise:
Exercise 1 - Nordic Developer...
I have nRF Connect for VS Code v2024.11.75 and am using SDK 2.6.1. In Lesson 3, Exercise 1 of the nRF Connect SDK Intermediate course in step 8 the instructions show to open...
I am a long time user of Doxygen and I am familiar with its format. I have been using Doxygen manually in my nRF9160 code and it is working fine. I am using DoxyWizard to...
Hi I am working on a project where I am trying to implement Bi-directional communication between 2 nrf modules connected to stm32f411ve dev boards. I am facing issue with...