Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
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 there!
I'm in the process of updating our codebase from 2.4.0 to 2.6.4. We are using the nRF52840. My plan is to do this step-wise, following the migration guides for...
The subject issue is documented here as " NCSDK-20567: Partitioning limitation with MCUboot swap move": This issue has been open for while. These two DevZone tickets refer...
Performing a DFU with an iPhone works in some configurations and fails in other. Android consistently works.
The failing version of iOS is:
iPhone 12 mini
iPhone 13...
Hello,
Power failure while flashing an nRF52840 based platform (flashed through nRF52840DK) left the unit not accessible.
Any attempt to flash it, erase it or recover...
For "BLE Central" sample:
I get the same problem when I want to get the BLE devices' name
the "BLE Central" can only get 31-Bytes adv data in "device_found()" callback...
Hi,
Currently I use a custom linker section for my code.
.my_code_section : { PROVIDE(__my_code_section_start = .); KEEP(*(.my_code_section)) PROVIDE(__my_code_section_end...
Hi,
I noticed an issue with CONFIG_NET_L2_OPENTHREAD=y in my project, and I prepared a newer, simpler project to investigate in the issue.
The new program simply sets...
Hello, I'm building the sample Measure battery voltage on a custom board, and I have an error voltage: setup: -134 at runtime. The overlay file is configure as explained in...
Hello.
Thank you very much for releasing nRF Connect SDK v3.0.0-preview1.
I quickly tried the sample program, and while the build was successful, I encountered an issue...
Product: nRF54L15DK, SDK V2.9.0
Application: Multi protocol (BLE + Matter/Thread) Door Lock
Issue: BLE bonding is not retained after power cycles. The mobile app requests...
I successfully am using BLACK MAGIC PROBE (BMP) with nRF Connect Extension in VScode already, based on answers in this support forum. I can Run, Pause, Examine breakpoints...
Hello, Nordic team.
We replicated the nRF52840 Dongle.
The problem is that our Windows PC does not detect our custom USB PCB after pressing the reset button.
VDDH...
Hi,
I need to use two or more different event lengths for different modes. The event length should be set based on the mode before establishing a connection. I found that...
I'm trying to sign the application for nrf9160, starting with different instructions I found, but none of them leads to success.
I followed the intructions:
Generate a...