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...
Hi:
I am developing my project based on ble_app_uart example. The development bench is SDK13.0, the chip is nRF52832.
One problem I have now is that: I configure Pin12...
When using FreeRTOS, external GPIOTE interrupts do not work.
And just how correctly to use the NFC with FreeRTOS?
In examples NFC use app_scheduler for events handling...
Hi
I've done a few attempts in the last years to implement a reliable reception by using the UARTE. In the past we used the UART periphery from the nRF51, but we thought...
Hi Everyone
I have the following issue in my application code.
If i configure a pin as an input pin , i am not able to run the ble init function in which it advertises...
Hi team ,
i am vishal working for VVDN Tech .
we are going to use 10k parts of nRF52840in our project.
so we need step file of that.
Awaiting your soonest response...
Hi,
I am trying ble_app_uart example of SDK 15.
When I do not connect Uart port (TX, RX) to other peripheral, I get fatal error (log via RTT).
```
0> <error> app...
Hello! I am now using nrf52832 sdk14.2 development, as a slave device, need to be bound to the phone, I now want to know the maximum number of allowed bindings and the current...
Hi support team,
I'm using nrf52840 and SDK 15.0. I need to add buttonless dfu service to my application so that my device could be able to upgrade firmware OTA.
However...
When flashing SoftDevice S130 v2.0.1 with nRFGo Studio ( JLinkARM.dll 5.12f ) and softdevice protection enabled, the UICR.CLENR0 is written with value 0x00B00100 (~11M Bytes...
Hi
I would like to create bin file that contains: softdevice, bootloader, maIn application.
To do so i have programmed sofdevice and bootloader via JLink:
r erase loadfile...
Hi,
we are using mesh SDK 2.1.1 over nRF52832. In that, we had developed our custom bootloader, which was based on UART interrupt to receive commands & data from the host...
Hi,
I am running into a problem on PAC10056, please help, pca10065 used to work fine, don't know what caused, I cannot run or debug code on it through SEGGER, I got
...
Steps to reproduce:
1) Set up slave device
Device: nRF52832 SDK: v15.0.0 Soft Device: S132 v6.0 Examples: Any 6lowpan example (including ipv6_medium_ble)
Disable 6lowpan...
When adding two more characteristics to my custom service, I get error #4 which is an out of memory error. The log is working but it does not show the settings for what I...
Hello,
I'm working with SDK 15.0 and Softdevice S132 6.0. I have two nRF52832 boards (the BMD-300 Evaluation Kit and the SparkFun nRF52832 Breakout ).
I am running ble_app_hrs...