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...
I am developing software for the nRF52. As recommended by many recent posts here in the Developer Zone, I have upgraded to SDK 11. I am working on an application for a battery...
Hi, I would like to share some valuable information regarding the BLE DFU (secure bootloader) and a MESH application which uses persistent storage for provisioning data. I...
Dear all,
I'm using two nRF52 Preview DK boards with the SoC nRF52832 and I'am testing the light switch example with sdk 3.1.0.
For my application I need one client...
MY CHIP is NRF52840, EVB is PCA10056
SDK: nRF5_SDK_15.0.0_a53641a
bootloader use secure DFU example: \nRF5_SDK_15.0.0_a53641a\examples\dfu\secure_bootloader\pca10056_ble...
Hi,
I found your PDM Working Example. However I wonder what to make of the data I get.
What is the CONFIG_PDM_BUFFER_SIZE_SAMPLES for? Do I get 16Bit Bit-Schemes from...
I am using SDK12.3.0 + SoftDevice S130 in nRF51 DK.
I create 4 channel PWM (+ppi) in timer1 & timer2, because I know timer0 is used by Softdevice, RTC1 by App_timer.
My...
This is more of a Segger question than an Nordic question, but it seems enough folks here use J-Link tools that I could ask here.
RTT Logger and RTT Viewer doesn't log the...
Hi Nordic community
I want only send data using ble app_uart example with out receiving anything. So i tried to send the data that i received from my device to my android...
I am working on the safety-critical system, I have, ON and OFF function, the entire system using UART communication. In which I am using the nrf_queue() and push the data...
Hello everyone,
I have been using nRF52832 module from Raytac ( link ) for my circuit and I got a trouble with sending advertising packages to other master devices. I installed...
Hi,
I am trying to merge working code that places the microcontroller in system_off when a switch connected to pin 16 is opened. It then wakes up the micro controller when...
Hi, I am working on application where I need to store some bigger files. I chose to use sdcard, but I get weird behaviour. Some sd cards, this looks like totaly random ones...
Hello,
I am playing around with the Blinky example on my custom board, where I have one button and two leds. Everything works fine and I can control the LED2 and detect...
I am using the nRF52832 chip with an SDI connected microSD device. I am able to communicate with the microSD card formatted as FAT32, store data, read data all with the FATFS...