I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
We are currently using NCS V2.0.0 to compile a project for an nRF9160. I need to create a build script for compiling the code. When I compile from VSCode everything works...
Hi!
I'm trying to implement FOTA in our project. My application will sleep for days between each connection, so I'm turning off the modem and everything between.
I'm successfully...
Hi all, I am trying to certify a device with an nRF52832. No issues with US and EU, but for Japan we need to have a constant transmission on channel 17 (2440 Mhz). I attempted...
Hi,
I'm working on a legacy program (Peripheral) using nRF52833 and nRF5 SDK using SoftDevice S113.
In my application, when a connection is established I need to know...
Hi,
I'm on nRF9160 with NCS v2.0.2 and try to enable the Memfault compact logs ( https://docs.memfault.com/docs/mcu/compact-logs/ ).
This requires enabling GNU Compiler...
Our team has been using Fstorage for a long time to store customer data in the device for customization. At random times, a very few units get erased completely when Fstorage...
Hello all,
Currently using an nRF52840-DK, GCC Makefile build tools including nrfjprog and nrfutil, Nordic SDK v15.0, SoftDevice s140 v6.0.0
I am currently trying to get...
hi support team,
our customer is trying to use gpio to simulate interface for external device communication.
and i tested our 5340dk pin 28 and pin 29, find out that gpio...
Hi,
I have a very basic question:
Where to find the sample source code mentioned in the infocenter of this link ?
infocenter.nordicsemi.com/.../uarte_rx_double_buffered...
I'm using arm-none-eabi-gcc from Fedora linux repositories. It got updated to version 12, and now it's not possible to compile the SDK - there is a problem with linking. It...
Hi,
I am using nrf_mesh_switch_client example and implemented disabling mesh on timer basis,
I have initialized the timer and started it in start() function. The following...
Hi,
I am using SDK 1.9.1 and nRF5340.
Scenario
I am investigating the following scenario:
files containing the firmware upgrade for the app and/or net cores will...
Hi there,
I'm currently using the nRF52 DK (PCA10040) and nRF5 SDK 17.1.0.
Our device needs to permanently connected to a battery, only wake up on a button press and then...
I came across a document called
2870.Measuring_distance_with_Nordic_Distance_Toolbox_slides.pdf
(found here )
Several questions
1. There are 2 slides for "High Precision...
Hi,
I tried every configuration options one by one to change the MTU size, but it doesn't work.
I connect to nRF52840 with Raspbery Pi and when I subscribe to a notification...