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...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
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...