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...
Hello,
When working with an nrf9160 sample that uses Nordic nRF Cloud and A-GPS, the GPS functions as expected and I am able to get regular fixes. However, when using the...
I have used an nRF 51 dongle for capturing BLE packets on my Mac using Wireshark,, but it no longer works. The only system change that I can recall that might affect this...
While working on some problems, I often find it useful to increment a counter at a line of code, and occasionally log the counter for developer debugging. I'd love to have...
Hello,
I decided to play around with an nRF24L01 chip and I'm trying to get it to work on my Windows 10 computer.
My current issue is the following: I've downloaded and...
Hi. I'm writing my own libraries for nRF52832 and I can't get UARTE to work.
Here is my code.
I'm using pins 6 and 8 as the UART example.
I wrote same code for UART...
I'm beginner with nrf chips.
I have a custom board with ntf52840 module. I connect board to stlink via swd interface, then check:
st-info --probe Found 1 stlink programmers...
I would like to perform observer role scanning i.e. passive scanning. I am using nRF52832, S132, SDK 15.2.0. I am trying as follows.
NRF_BLE_SCAN_DEF(m_scan);
static...
I am using the SDK5 development kit with Segger for a BLE application.
I found the Service for SES but the SDK doesn't seem to include the Pulse Oximeter service.
I would...
We are developing hardware to work as a AirMouse (Gyroscope based working mouse)
I am using SDK16.0 SES
I have seen that HID Mouse example
and i implement gyroscope...
I have bought a BLE Micro. ( www.seeedstudio.com/Seeed-Micro-BLE-Module-w-Cortex-M0-Based-nRF51822-SoC-p-1975.html) 1. I downloaded "nRF Connect App for Android" on the phone...
Hi there,
I've recently purchased an nRF52840DK with the 52840 SoC and I'm wanting to develop Bluetooth Mesh apps.
I'm on Mac OS X. Should I begin with the nRF52 SDK or...
Hi,
I just got the brand new Thingy:91 and would like to program it with an application earlier developed for the nrf9160 DK .
Further I'd like to use the Link Monitor...
Hi All,
Recently I have been working on nrf9160dk board. The use case is to have nrf9160 work as a serial LTE modem with GPS functionality. I have the following link https...
Hi,
I have implemented my own Vendor model, using the light switch client/server as a starting point. The model allows to send byte arrays. Since I have used the generic...
I am using SDK v16, SEGGER to program on my nrf52832 SOC for our project. I need to save a few variables to the flash memory. These variables will hold the status of the device...