I used the "echo_bot sample and tried to alter it to use UART2 instead of UART0. Aftet changing the code and putting in the needed overlay, the main() program begins to run...
I am using the `mcumgr` subsys to enable the DFU (Device Firmware Update) capabilities in a custom device that also features a custom (non mcuboot) bootloader. In order to...
Hi !
I have a peripheral that can connect to other nRF52's or a smart phone such as iPhone or android. Is there an easy way to detect a smart phone?
The best I can think...
Hello nordic team!
Issue:
I am reaching out because one of my nRF9151DK does not seem to have associated character device files created when I plug it into my laptop,...
Is it possible to see LOG_INF() or LOG_ERR() messages from custom board software when the custom board is connected to a nRF52840DK through connector P20? The custom board...
I'm evaluating nRF52840 as a candidate MCU for our next gen. electronics. I am following the DevAcademy class - all working well until I try to flash the (brand new - just...
Hi we are trying to test the serial boot loader example from sdk 11,sdk 12.03 non of them working while running using nrf go studio it says enter in dfu mode and while we...
Hi, I want to use the p0.18 as a GPIO without being connected to nRESET function. So I removed "CONFIG_GPIO_AS_PINRESET" from the define option in Keil. And then i found that...
Hi there,
due to unknown reasons, my nrf52840-DK (1.0.0) didn't come back up after flashing software to it. Means the LED that usually turns on when you power it up remains...
Hello All,
I am having issues compiling the "light_switch_client_nrf52840_xxAA_s140_6.1.0" and "light_switch_server_nrf52840_xxAA_s140_6.1.0" example found in the Mesh...
Hi All,
I'm new to nRF52.
I'm working on nRF52 PCA10040 board. How want to how the secure bootloader works?
I tried to load application from DFU serial bootloader and...
I'm trying to use the sample application "\ ble_central \ ble_app_rscs_c".
If I change the NRF_SDH_BLE_CENTRAL_LINK_COUNT file from 1 to 2 in the sdk_config.h file, the...
Hi,
I am new to openthread development. My goal is to distribute measured values received from the SPI Bus over a thread network. I am using a nRF52840-DK Board, SDK for...
Hi, I have recently purchased flasher portable plus to use this device in prodcution to flash devices consisting of nrf51822_xxAA. Here are my following questions
I could...
Hi all,
I am new to BLE development. Currently developing a new BLE device using ISP1507, which is based on NRF52832. The device (server) will be communicating with a Windows...
I'm testing the throughput of nrf52 Devices . So i create custom services in nrf52Dk and send 100packet at a time and connection interval 7.5ms . I connected motog5s+( ble...
Hello,
We are facing some problem in getting output in NRF52840-QIAA-R. In our project we used pins of port-0 as SPI interface as bellow:
P0.05/AIN3 pin as CS
P0.06...