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...
Hi all,
We were trying to add ML and AI features to our nRF52840 SOC, for that we found one link https://www.nordicsemi.com/News/2021/01/Edge-Inpulse-and-Nordic-partnership...
NRF52840 DK
S140
SDK 15.3
Hello I want to read the value of dht22 at regular intervals using the _timer_handle. But I can't read the value. i read this and this...
Dear community,
i'm working on an application for the nRF52832. I would like to use MCUboot as Bootloader and Zephyr for the main application . The current situation is...
Hi,
-I have a custom board using nrf 52832 and I have interfaced LIS2DH12 using an SPI interface. -I am using SDK 15.2.0. I didn't use softdevice. -I have written a simple...
Hi, I am reading about your company's direction-finding chip products, but I have the following questions:
Whether the three Bluetooth direction-finding chips (Bluetooth...
Hi,
I am working with Nrf Connect's programmer application and I was wondering what button `Erase & write` is actually doing. Is it erasing all memory on nrf or maybe only...
This one was written by a former colleague of mine, using radio to simulate a BLE broadcast driver. I use in my own project, it is completely possible to realize the radio...
unknown type name 'nrf_dfu_set_adv_name_svci_async_t'
'nrf_dfu_adv_name_t' has no member named 'len'
also
nrf_dfu_set_adv_name_svci_async_t dont understand how it...
Ways to reproduce:
Create SES project with the following: nRF Connect SDK: v1.5.0 Project: blinky Board name: nrf52833dk_nrf52833 (can probably be any nrf52xxx). Also happens...
Hey anyone,
Going through the 'getting started' process for the nRF 9160 DK I'm having some issues.
I've followed the steps to install nRF connect etc. suggested in the...
SDK 14.2, S140, NRF52840
I was trying to use the low_power_pwm library but upon copying the code from the lpp example, I get this:
Linking ble_bse_pca10056_s40.elf, 4...
Hi,
So I am working on a school project with NRF52840 (DK) developing a ZigBee compatible Window Blinds controller (battery powered).
And for that I am using the Window...
Hi
Is it possible to get any idea of timeframes for NCS being synced with upstream releases?
Zephyr have a public timeline for when releases will happen (sometimes not...
Hello,
In Nov 2020 I wrote a program for nRF52805 and it was working exactly as I expected it to.
Here is a small section of the code.
Basically, I just need to be...