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...
Hello,
lte_ble_gateway by way of mqtt-bridge-mosquitto is getting data to aws iot. aws_iot on its own is working great with nRF9160DK. Checking to see if maybe there's already...
Hello, Our users talk to the mesh through a custom Android app built in Flutter, currently it just connects to it via the NUS advertised name. I want it so that a password...
Hello,
I am using the Adafruit Feather nRF52 Bluefruit LE featuring Nordic's nRF52832 for a new project where I need to minimize power consumption as much as possible in...
I try to run Azure_IOT_Hub without HUB. I have set in prj.conf and prj_qemu_86.conf:
CONFIG_AZURE_IOT_HUB_DEVICE_ID= "mydeviceID"
CONFIG_AZURE_IOT_HUB_HOSTNAME="mydeviceIOTHub...
Hello,
NCS1.9.1,nRF5340DK,Windows10 X64,VSCode,
why frequent problems of "west flash --recover",
some time run cmd " west flash --recover",it will be ok,
and some...
Hi,
I'm trying to wrap my head around doing some basic GPIO reading, writing etc. and hopefully some interrupts. Apologies if these are basic questions - I've only really...
Hello dear People,
I would be very happy if anyone has an idea how to solve this.
The Problem is the following: I am using nordics lte link controller to connect to nb...
Hi,
1.) I am programming a custom board based on NRF52833 using NRF52833-DK using SWIO/SWCLK interfaces using Segger Embedded Studio with NCS v1.6.1. I am trying to print...
1. Your documents mention only SPI3 and SPI4 are available in non- secure mode.. which means spi-0,1,2 should not be available in non-secure mode.. But if i use nrfx drivers...
Hello.
It is under development using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
I'm currently considering Flash Data Storage (FDS).
As settings, "FDS_VIRTUAL_PAGES...
Hello.
Target nRF52832( nrf52dk_nrf52832)
SDK NCS v1.9.1
Build : SES for win 10 (5.68)
1. Support BT5.3
My project used nRF5_SDK_17.1.0_ddde560. Recently I found...
I am using a custom board design with a Nordic nRF52832 and have implemented the Nordic time sync algorithm outlined here ( https://github.com/nordic-auko/nRF5-ble-timesync...
Hi everyone,
I'm currently using nRF52832 with nRF5DK_V17.1.0 file.
I understand that this question has been risen up quite a lot however, I still do not understand why...
Hello Nordic team,
I am testing a timer using code snippet which Nordic team recommended as a reference. My code is something like this:
uint64_t start, stop;...