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...
My device as a slave, if the surrounding environment is not good, the unknown master device connected to my slave device caused the real master device to be unable to scan...
Dear Nordic family,
I tried programming MDBT40 (purchased from Raytac ) with the same code which worked with nRF51822 Bluetooth Low Energy BLE 4 and 2.4GHz Wireless Communication...
I'm trying to implement a simple RTC timer into my project, and it seems like the app_timer module is the best way to do that, especially when using the Softdevice. I added...
Hello,
we are facing the following issue when using Android and trying to rebond with a previously bonded S110 peripheral:
Bonding the Android device with the S110 based...
We are looking to store a unique name and number in each device as it is provisioned from the factory, and are considering using the UICR. We are using something close to...
when i use the ble_adverting_start(BLE_ADV_MODE_FAST) it return error code : 8 it is from then APP_ERROR_CHECK(err_code) it can system abnormal. the error is from sd_ble_gap_adv_start...
I use PCA 10040 as a Central, and PCA 10028 as a peripheral. I want the central to connect and pair and bond with the peripheral.
I use S130 for PCA10028, s132 for PCA10040...
I have an application which uses the S132 softdevice and communicates with a DAC over I2C. The twi is in non-blocking mode. Furthermore, there is a significant delay between...
Hi All,
I'm busy exploring the ble_peripheral_uart example and ran into a couple of issues I don't fully understand. Upon flashing the S140 SoftDevice and application program...
Hello All
I am using Soft device 130 and SDK version 12.2.0 ..i am planing to make SPI camera Interface .
I referring SDK online document..there is no any API for slave...
Hello,
Is there any way to disable the "Enhanced Power Control" feature of the BLE standard? I am working with nRF51-DK in the connection mode and I need fixed transmit...
Hi, I am running the ble_app_uart example from nRF5_SDK_ 14.0.0 _3bcc1f7, and found that NRF_LOG_DEBUG () doesn't cause any log output.
Although I have set #define NRF_LOG_ENABLED...