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...
Hi,
just for your information:
the function nrfx_twim_xfer() prints always a warning, even if there was no transmission error. I guess NRFX_LOG_WARNING() should be logging...
I am trying to modify the https_client example from ncs\nrf\samples\nrf9160\https_client on Thingy91 so that it will retrieve an authentifcation token from AWS Cognito. So...
Hi,
I am using nRF52832 along with Softdevice 6.0.0, SDK 15.0.0, Chip Revision 2 (QFAA-EX0).
The nRF52832 acts as SPI Slave and we want to wake up from Deepsleep when...
Hi
New to using EGU, trying to use it to implement software interrupts. How do I capture an Event?
I can see how to trigger and clear an event using -
nrf_egu_task_trigger...
In the function ble_init, I am getting an undefined reference to sd_softdevice_enable during the linking process. I see that in nrf_sdm.h there is SVCALL(SD_SOFTDEVICE_ENABLE...
Hello,
I am looking for the cost effective simultaneous central+peripheral solution using nrf BLE.
The nrf52810 seems to be hardware capable of doing this but I am...
Hi, I am creating custom ble service.there i need to perform
1. character - READ , NOTIF
2. character - WRITE READ
3 . character - READ,WRITE, NOTIF
I achieved ...
Hi
I'm on a custom board with NCS 1.2.0 and modem firmware 1.2.0.
We have implemented agps, and testing with 2 units with agps colocated with 1 unit without agps. All...
Strange device crash on deprovisioning.
This is probably something incredibly stupid, but I have been fighting this problem for a week and don't know where to turn.
I...
Hello
I program the example code peripheral " ble_app_hrs -pca10040e -s112" on nRF52810 and central " ble_app_hrs_c-pca10040 -s132" on nRF52832 .
I used nRF Toolbox on...
Hi,
we are working with Nrf52 and do not need/use Bluetooth, i.e. our devices will not have the Softdevice stack installed.
I was informed that for the radio certification...
Hello, I am using nRF52840, SDK 16, SoftDevice s140 with SES. I want to configure my device first in connectable mode and then in non-connectable beacon mode. sys_advertising_init...