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...
HELLO SIR
we are working on our current project on bluetooth , we are trying to broadcast message via one nrf52 DK to other nrf52 DKs . i tried implementing the uart example...
Dear Sir,
I am trying to use a whitelist on peripheral side so as to connect the peripheral to a given phone/App.
At first I enabled the "p_advertising->adv_params.scan_req_notification...
I am requesting a USB booloader hex file or if possible the complete project. I have been doing some hacks on mine and have erased the USB booloader. A quick search through...
We are working on the BLE Smart Switch. The requirements are pretty generic:
Low Power consumption
To be used by multiple smartphones within the house
The obvious...
Hi,
I want to set the TX power in a mesh proxy configuration. I have read mesh sdk2.1.1 TX power of nrf52832 , which works good for not proxy situation (e.g for light_switch_client...
Hi, I'm having troubles adding PWM in light_switch_proxy_server example in Mesh SDK v. 2.1.1.
It seems that the PWM driver and instances are not correctly enabled, looking...
Hello,
I was wondering if there are any article or tutorial I can follow to optimize code build with Segger Embedded Studio.
I was able to follow this article( https...
I need logging in almost anything I do, but I've never been able to start from an example that does not use logging and add logging. I've set the NRF_LOG_ENABLED and NRF_LOG_BACKEND_SERIAL_USES_UART...
Hi,
I am using nRF5 SDK 12.1.0.
I have read the s132_nrf52_3.0.0_migration-document.pdf and I am trying to implement the whitelist without the private addresses i.e...
Hello Everyone need your help.
I am using three nRF52840 dongles and have flashed hex file of an nRF example (Ble_Blinky). i want to know whether the hex file is really...
Hi, I am using SDK 15.0.0 and FreeRTOS 8.2.1 (from SDK 14.2.0).
I consistently get a stack overflow on the Idle task, caused by PendSVHandler in port.c
This can be easily...
Hi,
I'm using nRF52832 on nRF52 SDK v15.0 with S132v6.0. I know that 52832 support high throughput and advertising extension. We have more than 31 bytes data to put in the...
Hi,
I have created up to 5 custom services with several characteristics (4 at maximum) each one. They all use the same base UUID.
The problem I'm facing now is that when...
I am adding CLI service with my existing project developed based on ble_app_uart.
CLI Init function :
static void _cli_init(void) { ret_code_t ret;
#if CLI_OVER_UART...