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...
Dear technical support team,
I'm using a PCA10040 board to sniff BLE packet.
Following the document named "nRF Sniffer for Bluetooth LE v3.0.0", I managed to see some...
Hello,
We are working on a project with NRF52832-QFAA-R7. The application include implementation of Bluetooth mesh. Our software team needs some clarifications and support...
My windows 10 PC no longer recognizes the development kit as a USB device (which it did when I started), but when put it in bootloader mode the bootloader USB drive shows...
I am working on some production scripting and as I want this to be able to run under both windows and linux I have been trying to erase all the NRF52840 using NVMC accesses...
Hey,
We are trying to design a PCB antenna and checking in the nwp_008 white paper.
In the nwp_008, it is saying,
The antenna is fabricated on a standard 1.6mm FR4...
Hello, everyone. I use sdk v17 and pca10040. I put the example 'pwm_library' in the example 'ble_app_uart'. However, 'NRFX_TIMER_INSTANCE (id)' in 'nrfx_timer.h' will generate...
Since upgrading from SDK 15.3.0 and soft device S140 6.1.1 to SDK 17.0.0 and S140 7.0.1, I can't get my custom bootloader to work. I adjusted the linker macros to what I think...
Hello.
I'm using Zigbee SDK 4.1.0 with custom pca10059-compatible debug board with nrf52840.
Binding and subscribing to attributes on a multiple endpoint device appears...
I am switching from standard Zephyr and I am trying out nRF connect SDK v1.3.0. When I am building my app for mcuboot, it hangs after configuring the child image (mcuboot...
I've got an application that reads MP3 files from an SD card, decodes them and outputs audio data to a codec via I2S. The codec is clocked by MCLK generated by the nRF. The...
hi Support Team
I am using 3 Development Kit flashed with Mesh Beaconing Example kept apart distance of 30mtr , Say A, B , C
In Another Kit I flashed ble_app_beacon Say...
Does `sd_ble_gatts_hvx()` queue indications and if so then when does the next message get sent; after the previous one is sent or after the receiver acks the previous one...