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...
Hi I have run into this error when running. However it has just appeared (the FDS did work but now will not initilise.) I am using Visual_gdb.
As per this issue
I have...
Hi,
I am using nRF8001 with a MCU from PIC18F family. I have successfully configured nRF8001 to send and receive data through the nordic UART pipe (I used the app nRF UART...
I am experiencing a strange problem with stopping a scan. I am using the mesh from github.com/.../nRF51-ble-bcast-mesh together with interval scanning, meaning start scanning...
Hello Nordic developers,
I was tracing through the new SD init code in the HRS example app for nRF52 and followed this macro into softdevice_handler.h. Is it supposed to...
I am planning on using:
NRGF51822 CDAB WCSP (= 128KB Flash, 16KB RAM, 3.5x3.5mm)
Another main chip I will be using is:
LSM303AGR ( www.st.com/.../en.DM00177685.pdf)
...
Hi
In my application I have a function that takes about 1 ms, in which timing is critial.
(I cannot allow even a few us change of the timing inside this function).
When...
Greetings, and thank you ahead of time to anyone willing to lend some advice.
I'm implementing application-layer security by requiring central devices to supply a user...
Hi,
I am having some trouble getting the nrf51422 (running the s130 soft device) to wake up after entering sleep mode. I have successfully entered sleep mode using NRF_POWER...
Hi,
I am trying to work with ble_radio_notification.h. When I import this file to my main.c, I have "No such file or directory error". When I try to add it to nRF_BLE folder...
Hii every one,
We are working on a project where we are using a temperature sensor LMT01, its giving a pulse output the pulse out is from 220mV to 600m. So I'm using lpcomp...
Hi,
I am getting only two values on startup and the remaining values as zero when using app_timer_cnt_get.
EDIT: updated entire main.c file
#include <stdint.h>
#include...
I am trying to bring the pc-ble-driver code up on a single processor ARM based board with Linux build under Yocto control. The boost library version being used is 1.60.
...
Hi All,
I'm implementing system clock using approach similar to
devzone.nordicsemi.com/.../
The idea:
NRF_RTC_EVENT_COMPARE_0 -> PPI -> NRF_TIMER_TASK_COUNT
...