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...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
Using a Thingy!91 (v1.0.0 and v1.4.0, firmware 1.2.3, 1.2.7) I get sometimes (every couple of days) a ENETDOWN when sending data out. Before that ENETDOWN, the device was...
Hello,
I've been working with NRF52840 for a while now. Recently I decided to add extra options to your code so I went to the development kit for a quick test and debugging...
I cannot get the esb ptx sample to compile on NRF52833 device when using VS Code v1.64.2 running windows 10 64bit .
I've installed everything according to videos, and when...
I am developing a nRF52832 based project where I want to position people indoor using an smartband (where the nRF52832 is placed). I was planning to use beacons so I can change...
Hello,
I have a ported a project from Keil (uVision) to Segger Embedded Studio. Everything is compiling, but unfortunately I have a problem with the linker I cannot solve...
Hello,
I am looking for some advices for a personnal project.
I would like to be able to receive all BLE packets ( so all protocols (GATT, SM, LL) and not only GATT) that...
Hi Nordic team,
I have used the nRF5340 BLE Online Power Profiler extensively in the past for things like estimated event energy and estimated battery life. Do you have...
Hello,
I use the nRF52840DK with direct programmed registers for NRF_RADIO peripheral to send and receive 802.15.4 frames. I have also a separate laptop with nRF52840 USB...
Dear all,
We're developing a custom HW with several nRF52832 chips on one board. For convenience we applied third party module instead of building minimum system by ourselves...
Hello,
in our device we use the Timeslot API to share a 802.15.4 based protocol with BLE, softdevice is S140 6.1.1.
Problem: the 802.15.4 protocol misses appr 10% of the...
I'm having issues using the debugger on the nRF9160dk.
Here is the log that is output when I try to program the on-board 9160 with the command, nrfjprog --program <path_to...
Hello
I am trying to figure out the ram retention on my nRF52-DK using SES and SDK v17.1.0. I've run through the example ram_retention , and studied a topic in Nordic's...
Hi All,
My development IDE for BLE based firmware is Visual Studio Code.
SDK download for this version is 1.9.1 zephyr based.
I have select the example code "nrf/samples...
I'm using the nRF52832 with FreeRTOS and nRF5_SDK_17.0.2 on a custom board.
I am using a peripheral from a third party that uses Flash storage for certain parameters.
...