Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
nrf-programmer app fails randomly ot upload image using SDFU to pca10059 target, I have to repeat process several times to get job done.
Version 3.0.4, OS Debian GNU/Linux...
Hello!
We are using a custom nRF9160 board with 3 differential ADC channels. The differential voltage is measured across two resistors, with the center voltage (normally...
Nordic Team,
I have a question regarding RTC1 with regards to app_timer2.c
My Setup: nRF52833 - PCA10100 Development Board nRF SDK v17.1.0 s140_nrf52_7.2.0
What am I...
Hi, I'm working with just one NRF5340 audio DK and I saw this ticket where it was commented that it is possible to reduce the use of 2 NRF5340 audio DK's to just 1 using a...
Hi,
I have one central and one peripheral devices running. Currently I run a scanning filter on Central side and connected to the peripheral with desired name.
But now...
I was trying to follow the instructions at https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf52_gs.html#connecting-to-the-application for testing my nrf52840...
Hi,
Using Windows 10 and SES
SEGGER Embedded Studio for ARM Release 6.34a Build 2022083102.51023 Windows x64 2014-2022 SEGGER Microcontroller GmbH 1997-2022 Rowley Associates...
Hi all,
I want to ON and OFF advertise manually
My code working steps
1) (APP_ADV_DURATION 3000 ) after this seconds over
2) It hits on_adv_evt() function in this...
Hi All,
I am using asset_tracker example V1.8.0, it's working fine with nrf9160DK. I am able to see the data on nrf cloud.
The purpose of testing this board was to debug...
I am working on two devices, a peripheral and a central. The peripheral is custom hardware. The central is being run on a Rigado BMD-300 series evaluation kit. I'm using Segger...
Hi,
Perhaps this question is too basic, but I haven't been able to find this anywhere.
I've followed this tutorial successfully with an nRF52832 DK:
However, I'm missing...
Hello,
I wanted to create an SPI shell, similar to what is available for I²C. I am therefore trying to create a generic SPI device in the devicetree:
Somehow I am...
Hello,
We use nRF52840(0dBm)+nRF21540(Dec6).
In the case of using nRF52840+nRF21540, tx spurious emissions occurs severely in the nRF21540 output.
FEM(nRF21540) output...
Hi.
I am developing a custom board using the NRF52840. The mcu needs to connect to a modem and a gnss module. Both modules will communicate with the mcu over UART
I'm...