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...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
I am using 2 nrf52832 boards to talk to each other through UART. One is programmed to the central SDK example and other other is peripheral. In the code, i incorporated 2...
Hi, I got the issuse about the connection with nRF52810. I used nRF connect to connect the nRF52810 device via Android,but it isn't easy to connect successfully.The nRF log...
Hello,
I have a question about the nRF52840 device and the supporting documentation. I am trying to figure out the current ratings for the GPIO. On page 198 it states that...
Hello,
I have an issue with the function sd_flash_write which ends up in a hardfault when returning to the function calling it. I know there are many Q/A on hardfaults...
Hi,
I have some questions about UART:
Currently I am developing software on our PCB with nRF51822 chip. When I was implementing and testing software on the Development...
Hi,
I am a beginner to BLE. I am using the nRF52 DK and i want to try out the advertisement and connection features.
I basically want to know how to send out an advertisement...
HI
when I use nrfutil.exe to generate .zip file on win10 64bit, I got the UnicodeDecodeError.
And :
Python version 2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500...
In my current project, I am receiving multiple indications from peripheral device. After 25 indications, I need to pause the indications or disable the indications. I am using...
I have a question about "LE Secure Connections (LE Security Mode 1: Level 4)".
I recognize that it is impossible to realize "LE Security Mode 1: Level 4" when adopting ...
I want to realize "LE Security Mode 1: Level 4". However, there is no IO capability in both devices.
I tried the following. 1) Set the IO capability of both devices to ...
I have a question about "LE Secure Connections".
I recognize that "LE Secure Connections" includes the following security modes and levels:
・ LE Security Mode 1 Level...
I run eraseall but the following error shows up. how can I fix it?
nrfjprog -f nrf52 --eraseall --log ERROR: JLinkARM DLL reported an error. Try again. If error condition...
Hi,
We have a requirement of reading the BLE Advertising name from flash instead of predefining it in as a MACRO. I saw in the notes it says to use ble_gap_cfg_device_name_t...
Hi. I have just updated to the latest nRF Connect software for windows (v3.0.0), and the latest programmer app.
However now it won't connect to my PCA10056 dev kit (see...
Today I was playing around w/ my nRF9160DK 0.8.2 and messing around w/ the Asset Tracker application. I edited the proj.conf file in order to attempt to get it to connect...