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...
Hello! I've soldered my first board with nrf52832 chip + PA on it. Everything works well beside the radio. The real distance (less 10m) even worse than on nrf52dk despite...
Just got my nrf52DK and connecting and dropping the HRM demo to it worked like a charm but since then, all attempts to get something else to run failed. Erasing all and reprogramming...
I have a very simple test program to run the radio through the transmit sequence, each task is called from the radio interrupt handler according to each event.
The process...
I'm pretty new with microcontrollers and SPI.
I connected fisically an nrf51822 microcontroller to an external SPI flash memory.
I connected MISO MOSI ports to some random...
I am using SDK 12.0.0.
I am working with low_power_pwm_init() to initialise the pwm and I have passed a handler while initialising. I want to stop the pwm from the handler...
Nrf52 SDK12.2 armgcc
I have a button on my device (peripheral) that when pressed starts a timer for 30 seconds.
During that 30 seconds, I would like to have the device...
Hi everyone,
I'm trying to use sscanf on my nordic device, and I get an issue with the following exemple (this same code works on my computer)
int d = 0;
float f =...
I have copied the blinky example:
/* Copyright (c) 2014 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor...
.\_build\nrf51422_xxac.axf: Error: L6218E: Undefined symbol app_timer_init (referred from main.o).
.\_build\nrf51422_xxac.axf: Error: L6218E: Undefined symbol app_button_disable...
Hi all
Is possible have DFU in the peripheral side to update a Central app program? Is there example doing it?
I have a Peripheral (custom board nRF52 dongle) connected...
Hi
We use the nRF52832 together with other devices in a housing. Some of the other devices may produce quite a lot of heat. Therefore we wanted to use the temperature sensor...
Hi,
i am trying to flash the softdevice bootloader in Sparkfun nRF52832 breakout board using RPI2 + openOCD through SWD. debug port initialize is failed all the time.i...
I have a couple of questions regarding Radio transmission for BLE.
Is the radio driven by one of the HFCLKs? If so, it confuses me how a 16M clock can drive/derive...
Hi,
I have initial flashed boot loader and application based on SD version 3.1 and SDK 12.2.0
with
DFU_APP_DATA_RESERVED CODE_PAGE_SIZE * 3
FDS_VIRTUAL_PAGES 3...