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, I am newbie to the nordic world. I am trying to developing an application that allows me to send data via UART ("not using the ble " )from nordic nRF5340 board and read...
I have read the related issues, none of them provided a solution for me. There was one answer which suggested to downgraded libstdc++6 as a solution without giving any specific...
Recently, I have been working on integrating mcuboot with the partition manager from the NCS sdk. In addition, for another project, I am using Zephyr upstream and using Sysbuild...
I need to get the number of items stored in a fcb and there doesn't seem to be an easy way to get the count from the current read position (fcb_entry struct).
Can anyone...
Hi!
I use SDK15.0 and s132_nrf52_6.0.0_softdevice
I use nRF52 in two modes- peripherial and central in one time.
When I use it like peripherial and have connect with...
I am using RTT to debug my application and it's fine when it's working. The problem is that it seems to be flaky as hell. Sometimes it just stops working without any apparent...
I'm using the NCS 2.5.2 sdk and nrf 5340 with 7002, and I want to do BLE OTA DFU using external flash.
I've found this guide Add DFU support to your application - Software...
Hi,
I am learning my way with Zephyr on nrf5340 SoC, an loving it so far. Unfortunately I got stuck on something that should work out of the box, the setup of the BLS subsystem...
Hi
I want to use button interrupt in NCS.
There is no button interrupt enabled in initialization.
My test environment:ncs2.6.0,nRF52840DK.
In nRF5SDK, I only need...
Hello,
I am experienced working with Arduino and have developed projects with the XIAO BLE that has an nRF52 in built.
Right now I am developing a software using the nRF52...
Hi,
I try to install nrf connect SDK using the nrf extension in visual studio code.
I get error messages like :
[west]: fatal: unable to access ' github.com/....
I have developed the low-level drivers for the MT29F4G01ABAFDWB (using spi) NAND flash and am currently using the Zephyr RTOS. I would like to integrate FATFS into my NAND...
I'm still a beginner,I don't understand why the board I designed can't run the nRF connect SDK application, but the nRF5 SDK 17 application can run normally. I want to know...
Hi,
I have been using the nRF52840 Dongle for at least three months without any issues. First, I implemented my project on the nRF52840-DK, then easily configured it for...
Hello,
In my code, I would like to use the power_down_unused_ram () function. I included the ram_pwrdn.h file but the build returns with undefined reference to `power_down_unused_ram...