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...
I’m experiencing random connection failure when transferring data (both ways at the same time) between my peripheral ( Slave ) and central ( Master ) device. The problem appeared...
Hi, I'm using an nRF52840 S140 card. I'm currently on saadc code, I want to be able to retrieve values from an analog input, but I have questions about this.
-> When I do...
Hi,
Does anyone have a complete example of using an event handler to read UART data set up with the serial library? This post is the only incomplete example I can find...
Hi,
sorry for write here again but i'm not able to do the dfu update.
I'm still trying to understand why is not working, anyways i'm using the guide present on the infocenter...
Hi,
I am using BLE HID keyboard example from SDK (nRF5_SDK_15.0.0_a53641a) to create custom HID device.
Changed HID descriptor from keyboard to vendor defined and I could...
Hi all,
I use nRF52832 with the UART peripheral example.
I need to get the name and unique UUID of the Central I'm connecting to (after connection).
The Central can...
I am working on the multi peripheral example and added the uart services to it.whenever the connection is established .The uart is not reciving the data i am checked in the...
Hello everyone,
I have modified two examples each with Ant+ an BLE. The Ant+ controle Profile was created using the
example Ant_hrm. Furthermore, I have the multimedia...
Hey Guys,
I am working on a Project with a NRF52840 and it works pretty fine with an 32MHZ external crystal to generate the internal 64MHZ sysclock.
But now, I want to...
It is unclear from the datasheet whether the Pin reset function on P0.18 can be moved to another pin. Looking at register PSELRESET it looks like it can, although there is...
Having followed the procedure to install the tools from https://github.com/NordicSemiconductor/Nordic-Thingy52-FW
I find a build problem when running the file setup_sdk...
Hey Guys,
I have used the basic SPI Example from the nordic website, where a SPI Master is configured and a Text can be sent via SPI.
I used this code to send only one...
got the same fstorage issue as the following link described, in nrf51822, sdk 12.3.0. My project both use the fds and fstorage and peer manager. But my flash operation is...
How to load chunks of program from an external SPI Memory to the internal RAM of the Microcontroller nRF52 series ?
Is there somewhere an example of how to achieve this...