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...
I have ran the Mesh light demo successfully, and capture the Bluetooth HCI log (*cfa file) from my Android phone.
However,the transaction between my phone and the nRF52840...
Hi everyone,
Not very sure this is the right place to share this, if not, moderator please help me to move it to where it should be.
I just want to share with you a...
Hi, i have two nRF5340 DK that i'm testing with the Thread CoAP client/server samples.
I found out that with the newer DK, both the clinet and server samples work. With...
HI,
I keep working on my new customize board with nrf52833 SoC and now I want to add e-paper screen. There is any examples about adding a e-paper screen to customized board...
I am a beginner for ARM microcontroller, I am unable to generate the PWM wave and ADC simultaneously in the nRF51822, but both the things happening separately. I need the...
Hello,
I'm trying to understand if I can use BLE GATT Queue in my peripheral for sending Notifications. All the example and documentation about BLE GATT Queue seem to be...
Hi
When I build mesh bootloader code, there shows flash size not enough,
Could you tell me wher I can change the size, please?
c:/progra~2/gnutoo~1/62017-~1/bin/....
Hi,
I wanted to setup a network connectivity to nRF5340DK to send RPC messages to remote server(Blockchain Network).
Already I tried to setup OTBR using RPi and nRF52840...
Hi,
We are using NRF52832 as our main processor along with an IMU sensor and a vibration motor. We are wondering if using system on mode as power off state (instead of system...
Greetings,
We are using the NCS for the development of a new product with a custom board based on the nRF52840 MCU.
First, we would like to use the Serial DFU feature...
Hi Nordic community,
I'm trying to generate a 1 MHz base clock with one of the peripheral timer, and in the timer ISR does some GPIO toggling.
I followed the nRF5 SDK...
Hello dear Nordic team,
I'm quite experienced in developing under SDK V15 and V17 but absolutely novice for nRF Connect SDK so my question may seem ridiculos. Hope someone...
Hello,
I have an application and I am using a nrf52833, as soon as i flash my application I am getting a hardfault prior to the main call. As in below snap:
I do not...
Hi,
We are using a custom board with nrf52840 and just started using our own generated keys to sign images with NRF SDK v1.9.1.
We ran into issues when trying to swap...
Hi,
I'm moving a project from SPM to TF-M. I have imported a static library and the board (nRF5340DK) restarts automatically every time the following mycli/main.c function...