Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
I’m experiencing random connection failure when transferring data (both ways at the same time) between my peripheral ( Slave ) and central ( Master ) device. The problem appeared...
Hi, I'm using an nRF52840 S140 card. I'm currently on saadc code, I want to be able to retrieve values from an analog input, but I have questions about this.
-> When I do...
Hi,
Does anyone have a complete example of using an event handler to read UART data set up with the serial library? This post is the only incomplete example I can find...
Hi,
sorry for write here again but i'm not able to do the dfu update.
I'm still trying to understand why is not working, anyways i'm using the guide present on the infocenter...
Hi,
I am using BLE HID keyboard example from SDK (nRF5_SDK_15.0.0_a53641a) to create custom HID device.
Changed HID descriptor from keyboard to vendor defined and I could...
Hi all,
I use nRF52832 with the UART peripheral example.
I need to get the name and unique UUID of the Central I'm connecting to (after connection).
The Central can...
I am working on the multi peripheral example and added the uart services to it.whenever the connection is established .The uart is not reciving the data i am checked in the...
Hello everyone,
I have modified two examples each with Ant+ an BLE. The Ant+ controle Profile was created using the
example Ant_hrm. Furthermore, I have the multimedia...
Hey Guys,
I am working on a Project with a NRF52840 and it works pretty fine with an 32MHZ external crystal to generate the internal 64MHZ sysclock.
But now, I want to...
It is unclear from the datasheet whether the Pin reset function on P0.18 can be moved to another pin. Looking at register PSELRESET it looks like it can, although there is...
Having followed the procedure to install the tools from https://github.com/NordicSemiconductor/Nordic-Thingy52-FW
I find a build problem when running the file setup_sdk...
Hey Guys,
I have used the basic SPI Example from the nordic website, where a SPI Master is configured and a Text can be sent via SPI.
I used this code to send only one...
got the same fstorage issue as the following link described, in nrf51822, sdk 12.3.0. My project both use the fds and fstorage and peer manager. But my flash operation is...
How to load chunks of program from an external SPI Memory to the internal RAM of the Microcontroller nRF52 series ?
Is there somewhere an example of how to achieve this...