Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hi.
I am using DK PCA10028 V1.1.0 for my devlopment. The SD is ver 8.0.0, the SDK is the latest and keil v5. The IC is nRF51422QFAC. I am trying to flash the examples from...
Hello, Is it possible to configure nRF's USART to work with Smartcards (ISO 7816)?
The ISO7816 specification defines the bit rate with the following formula:
B=(Di/Fi...
I use the " nrf51-ble-dfu-symmetric-signing " example from GitHub.
The application download over dfu works fine on the PCA10028 board.
But how can I install this bootloader...
dm_distributed_keys_get returns address of local variable 'peer_enc_key';
sdk version: nRF51_SDK_9.0.0_2e23562
in function ret_code_t dm_distributed_keys_get(dm_handle_t...
hello guys,
I'm working in a project & I added some sort of security to the project, I enabled the bonding & MTIM flags through:
#define SEC_PARAM_TIMEOUT 50 /**< Timeout...
Hello,
The 32kHz external oscillator is it required by S110 softdevice v8.0.0?
I haven't see this information in soft device specificaion v2.0.
Thank you.
Hi everyone,
I am using the Arch BLE running firmware version 221 (most current one).
Whenever I create more than 3 PwmOut objects (from the mbed library), the MCU just...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I think I have followed everything from:
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
to convert the dual_bank_serial_s110 to an S210 serial bootloader...
Hello
I’m trying out the new nRF52832 (QFAA-AA0) with preview kit pca10036. I have S132 softdevice installed and running the beacon example from SDK 0.9.0 which appears...
Hi,
I am using the sample BLE_gls code provided by Nordic.
I have made the following changes in the code:
#define SEC_PARAM_MITM 0
#define SEC_PARAM_IO_CAPABILITIES...
Now I want to store some data above bootloader( the address after bootloader), but every time when I call the function pstorage_init(), the function will defaultly set my...
How to add single 128-bit characteristic uuid. It's not based on service uuid.I have tryed the link text ,It's work,but it's something wrong .
I am working on ios ble midi...
I developed a custom board with nRF51822_xxAA on it, working on low voltage mode.
I can program some basic things on it using Keil uVision 5.15 and a J-link to flash the...