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...
Environment:
nRF52833 (BL653 module from Laird)
nRF 5 SDK 17.0.2
S113 v7.2.0
I'm running into a really odd problem that I can't track down. If I set APP_TIMER_CONFIG_IRQ_PRIORITY...
I am using nRfdongle(nrf52840dongle), Getting timeout error while writing new .hex file to the dongle.
Using nRf programmer app write new .hex file to the dongle. have taken...
We are in the process of designing the nRF52833 into a product which uses the BLE direction finding capabilities.
I wanted to check if we should avoid using the pins that...
Goodday all
Im experimenting with Vscode and Nrfconnect (zypher library). I want to see how easy it is to port my Segger nrf SDK code to vsCode. Having trouble getting it...
Hi,
I am trying to integrate Visual Studio to the nrf SDK and gnuarmemb using the instructions provided. However, I keep getting an invalid toolchain error although I have...
In SDK 1.9.0 i saw that QSPI deep power down was implemented and i can confirm that that works using the below code. The issue I see is that if the device is in deep power...
Hi,
Is there any sample/example that comes with SDK that shows how to add extended data in BLE advertisement (using Zephyr)?
I have tried adding some additional bytes...
We have 3 nRF52840 to establish a net. one for master device, One for Master device, One for HUB(Msater-Slave) device, and One for Slave device. The data flow is Slave device...
Hi,
Following the update of my mac (M1) in Monterey, i can no longer flash programs on my board (everything worked under Big Sur).
I got the error JLinkARM DLL load...
Hello,
I am currently trying to add a FEM (nRF21540) to an already existing BLE project that is using nRF5 SDK. For that purpose I ordered the nRF21540 DK that is using...
Hello, I developed for my customer, a ZigBee coordinator in last 2019, using nRF5 SDK for Thread and Zigbee v3.2.0. Now my customer ask me if it possible to have the LQI value...
Hi,
My goal is to use a timer to trigger SPI transactions and the spi_event_handler() to trigger bluetooth transfers. In order to make it as fast as possible, I would...
Hello, we're trying to make products using BLE with nRF52840(central) and nRF52833(peripheral).
We did make custom boards and also made a program that once paired(bonded...
Hi all,
I'm working with a pressure sensor (LPS22HBTR) and the nRF52-DK and I have some issues when sending data through BLE (nRF52832). When I run the program without...