Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
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 using mbed+nRF51822+BLE_API+softdevice 7.1.0 for BLE peripheral side. I add uart service with the setting BLE_GAP_CONN_SEC_MODE_SET_OPEN which is open link, and set the...
Hello,
I know that this question was here before, but I've read all of the questions and answers and still I don't know what I do wrong.
I'm using 3 PWM channels to...
Hi
While browsing the new files in the SDK 8.0.0 i had a look in the new ble_advertising module. In the start advertising function the pstorage access is checked if it's...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I have the nRF8001 plugged into the shield for the Arduino Uno.
From the Arduino SDK from Nordic, I have downloaded the BLE Hello World program to the Arduino, which should...
I know the SDK lists it for the S110 stack:
http://developer.nordicsemi.com/nRF51_SDK/doc/7.2.0/s110/html/a00066.html#app_dfu_intro_sec
But trying to use it with the...
There is a GitHub example:
https://github.com/NordicSemiconductor/nrf51-dfu-ble-S130
It states that the SDK 6.1 is required. Will it work with the 7.2 SDK using the...
I am trying to use TIMER1, but it seems that my ISR isn't being linked in during the build.
uint32_t timer1_init(void)
{
...
NVIC_SetPriority(TIMER1_IRQn, APP_IRQ_PRIORITY_LOW...
Hi,
I'm developing beacon-scanner software using nrf51822 and S120 softdevice.
Using softdevice v1.0.1.
I need to scan ibeacon type advertising devices and get service...
I am currently trying to come up with a viable strategy to log error codes that arise while my device is being used in the field. When an unexpected error code arises, I would...
Does someone use it?
The gls example from SDK 7.2.0 with softdevice 7.1.0 works.
However, the gls example from SDK 8.0.0 with softdevice 8.0.0 does not work.
I am using...
Hello, I'm new to bluetooth system.
I want to make some H/W device which using with sensor, MCU and Bluetooth.
Very simple, MCU control the sensor and get the data,...