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...
Hi,
What is the best way to read the async data received on a UART in to a buffer when ever there is an a byte available and in a separate task read the data from the buffer...
I need to include RTOS support in my NRF52840-based system. In order to obtain a good FreeRTOSConfig.h I've looked at the four examples in NRF5 that include FreeRTOS and,...
Hi,
I'm trying to make connection between nRF52840 dongle programmed with "examples/peripheral/cli" application and Windows 10 UWP "CustomSerialDeviceAccess" example code...
Hello
Currently I use the example "ble_thread_dyn_mtd_coap_cli_pca10056" and I would like that my application can detect timeout of the messages sent on the Thread network...
Hello, First of all, I hope you are doing okay about the corona virus crisis. I wish that you stay healthy and safe . Recently, I have been trying to configure ble_app_uart...
Hi Sir,
In the datasheet (V1.1), the table-145 shows the dimensions of WLCSP, but there is no tolerance of D/E/D2/E2
Could you help to advice what is the tolerance of...
I have a project where I am implementing an alternative logging backend. My design is modular so there could be multiple logging backends. Each backend is initialized with...
UPDATES after original posting:
I now remember having the same problem described below, once before on my windows installation. At that time I decided to switch and reinstall...
I'm working with the nRF5 SDK v15.3 and a nRF52840 Dongle; developing on Keil uVision V5.29; Compiler: Armcc V5.06
While debugging I that in my programm a NULL pointer was...
HI ! I found an error in the source code because of which the db discovery event handler on DIS client does not work, namely: in the function ble_dis_c_on_db_disc_evt () ...
Does it cause issues if the application was built with a different SDK level than the bootloader? I have a project I'm adding a bootloader to, and it isn't working. I have...
SDK 16, 52810
my board has done the change as the 52810 spec says about dcdc part. Now I wonder HOW do I enable it in my code. Somewhere it says to call sd_power_dcdc_mode_set...
I want to measure the current during sleep,so I write my code as follow:
I queried the manual data that the current is 1.5uA, but 14.0uA is my measuring result. So what...