Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
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,
Iam getting this error when i declare the following:
uint8_t tx_buffer[0x2000] _attribute_((section(".spim3_tx_buffer")));
When using nRF5 SDK i could able to edit...
Hi all,
We've developed BLE controllers for our new smartphone-based VR product. nRF52810 with S113 softdevice.
Right now the data (inputs + multiple IMU data samples...
Hey Devzone community
I have a super weird I2C problem.
While configuring, everything is fine - however, when I'm trying to use the I2C API read_register and write_register...
nRF SDK 17.1.0, fatal error: mbedtls/aes.h no such file or directory; I have added the file tree to the User Include Directories and "add existing file"d it to my project...
Hi
I am looking for an advise about selection of the optimal connection parameters. I am using couple of nrf52832 devices as the nus peripherial. As the central device I...
Hello,
Issue: after successfully compiling, generating bootloader settings, merging and flashing bootloader+settings+sd+app, the device enters DFU mode while i was expecting...
Hi! We are trying to put in the same application for both GNSS( developer.nordicsemi.com/.../README.html) and NBIOT( developer.nordicsemi.com/.../README.html) .
The examples...
Hi,I have a question:
1.I use device_ get_ Binding ("UART_1") When UART1 is opened, ENXIO returns to 134. How do you solve this problem? For others, I used uart0, spi2,...
Hello everyone!
Please tell me if I can connect nRF21540 to a microcontroller using only 4 SPI pins (SCK, MOSI, MISO, CSN) and control it completely? At the same time I...
As the title describes, I am getting that error. I am using nrf sdk 17.1.0 on an nrf52840, developing in SES. I have enabled NRF_CRYPTO_ENABLED, NRF_CRYPTO_BACKEND_MBEDTLS_ENABLED...
Hello,
I am currently using Nordic border router image as suggested by Google open thread group as i am using NRF5 SDK examples (sleepy mqttsn-publish example to be precise...
Hi team,
I am using NRF52833 DK with PCA10100 on it and s140 soft device version..
I added service data in advertising_init() function in ble_app_uart example code ...
Hi,
I have used DFU to update my application and worked normally. Now I need to update the application which has be written in NOR flash.
Firstly, I will write the application...
Hi,
We are building the custom bootloader in Rust,
Therefore want to define the non secure memory region.
Need to know exact steps to define the Non secure memory regions...