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...
Dear All
I am right now working on BLE development with nRF52840DK. I checked a number of materials, including official specification from Bluetooth SIG, but none of them...
Hi,
I need to read a couple of external inputs - think buttons (although it's actually a sensor with relay output). It's for a prototype obviously.
I need to connect at...
Hello,
I have an application that advertise specific data. Data is long enough that I cannot fit my 128bit service UUID. I think of 3 options:
1. Use my service UUID but...
Whenever I store my data in Flash using FDS (Flash Data Storage Library) it stores a random value (but fixed) even though I am giving it a value.
I run the same thing in...
Hi, As the title states when I try to add characteristic to my custom service the function returns error 16. I have set NRF_SDH_BLE_VS_UUID_COUNT and adjusted the linker accordingly...
Good day,
I am starting a new project where I am using the ANNA-B112 BLE device from ublox in a custom design. The ANNA-B112 interfaces with a host MCU over UART. I would...
Hi,
I have added nus service to the relay central and peripheral example.The relay board advertises and i can connect to the peripheral part of device through the nrf connect...
The mesh health model state is not restored following a reboot in the current version of the Mesh SDK using the light switch example.
According to the documentation, the...
Hello folks, I am new to Thingy 52 PCA 20020 model and I have downloaded nRF SDK 15.2 and I am using a Segger J-Link programmer/debugger. The thing is I would like to get...
In acces.h there is the publish period format definition, which is
/** * Model publish period structure. */ typedef struct { /** Step resolution. */ uint8_t step_res : ACCESS_PUBLISH_STEP_RES_BITS;...
Hello,
I was surprised that gcc did not optimized my strlen("FOO") construct (worse, in a code review, I argued that the compiler would do the optimization…)
It seems...
Hey there,
I am trying to develop with the Bluetooth Mesh SDK for NRF5.
We have two chips, NRF52840 and NRF52840/NRF52832and are using the light_switch example from the...
I need to save energy for my ble application. So I turned off the sensor when there was no ble connection. A ble connection is a condition for me to turn on the sensor, but...