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
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 am trying to connect my nRF52832 DK with Raspberry Pi via BLE. I am able to discover the board on Pi, when bluetooth is turned on. However, I get an error on Pi saying...
Hi ...
i want to change the device name dynamically, i read my questions related to it , still not working . Here , gap_param_init i have set the flag to change the device...
To the kind attention of Nordic support team,
I have got a
1. PCA10040 board, with ble secured bootloader installed
2. PCA10056 that I usually work with every day, these...
Hi,
I'm using direct advertising in order to connect to mobile devices which were already connected to my nrf device. After the first connection, I save the mobile address...
Could it possible to reduce INIT and ADVERISE times ?
What is normal startup time for nrf52832 init peripheral for advertising?
What is the minimum possible advertising...
In the OPS register description, as well as in the files modules/hal/nordic/nrfx/mdk/nrf5340_application.h and nrf5340_network.h the HFCLKAUDIOALWAYSRUN register is incorrectly...
Hi Guys,
I'm looking for some information on how to get data from the secure side to the non-secure side of the firmware. We are building an NB-IoT GPS tracker which is...
Hi,
Is it possible to change the security option of characteristic read or write?
For example , we initial the characteristic as JUST_WORK? Then change it to SEC_OPEN...
I have adapted the " nrf52-mpu-easydma-using-timers-and-drivers " project from Github that I saw referenced in another post and have successfully modified it to work with...
Hi, We are using the heart rate example for developing our firmware, where we plan to send data out every 15 mins. But when we try to increase the advertisement interval beyond...
Hello Nordic Team,
Currently i'm trying to join my custom HID (a joystick) with the ble_app_hrs_rscs_relay example (SDK 16) for a personal project which consist in: a nrf52832...
Dear Nordic,
I am trying to create a simple interface between my PC with Windows and using PyUSB (since it is a simple wrapper, using libUSB as backend) and the nRF52840...
Hello,
We have an old working product which is developed in nRF5 SDK v11.0.0. We want to add nfc type 4 tag part in our product.
In SDK 11 there is only support for nfc...
I am looking to understand the state of a pin after calling nrfx_saadc_channel_uninit(channel);
Does it simply return to the last configuration state of the GPIO or something...