Hello Team,
I am currently working with the nRF52832 and using the nRF Connect SDK ( NCS) with toolchain version 2.9.1. I would like to interface the nRF21540 RF Front-...
I don't have found CONFIG_OPENTHREAD_FTD feature in the bulb project prj.conf or prj_release.conf file, but I have found that it is enabled in the final .config file within...
I have installed nRf Connect for Desctop v5.1.0 on my windows 11 system.
I tried to update the Quick Start and install the Power Profiler.
Both gave me a similar error...
Hey All! I've been following the nRF Connect SDK Intermediate course from DevAcademy. In exercise 2 of lesson 9, bootloaders, you get to learn how to use KMU (Hardware Key...
Hi,
Testing Hardware: nrf52832 Module in a Custom board OR nrf52DK possbile -> We would like to change the order of the BLE service as shown in this thread: https://devzone...
Hello, I am trying to use the nrfx driver example to run an RGB led connected externally to the nrf5340 board. I dont see the led/pwm cycle running successfully. Can anyone...
hello, I started working on BLE mesh using nrf52832 QFAAE1. from hardware side i have custom self design nrf52832 QFAAE1 lot's of board, and every board working, i verify...
The project is cobbled together, but starts from TWIsensor in the SDK 14 examples. The project is compiled with the gcc toolchain which has not given me any trouble. The project...
I am trying to use UART with interrupts and fifo, by using nRF52 SDK 12.2.0 example. It works until the first overflow, after which I cannot any more receive characacters...
Hi!
I'm using an NRF52 with app_uart. As expected at 115200 baud rate, I occasionally get overflow errors which I can see in my event handler.
However, after these errors...
Hi,
Where are scan requests sent? I'm trying to find the function that does this because I would like to disable it.
I only want to connect with a peripheral based...
Hi everyone:
I am using the NUS (nordic UART service) in my project, and find one problem in this project. The development bench is: SDK13.0, nRF52 DK.
If I build a NUS...
Hi,
I used IOT TCP Server example of nRF5 SDK(Ver.15.0) to complete the communication
between the Raspberry Pi and the PCA10040.
But I found that the communication speed...
Hi,
1. I want to disable MCU UART connection which is SB with GPIO pin 5, 6, 7, 8 and I need to connect that pin on arm based processor so desoldering those short bridge...
Hello,
we are facing a weird issue with a few models of smartphone since we increased the max MTU size. We are testing at the office with the Xperia E6553 but the Samsung...
Hi there
I am stuck. My incremental wheel with photocell and comparator circuit does not work if the QDEC hangs on it. But seperately it works fine.
When I hang it to...
Hi Team,
Which models are supported in the latest mesh SDK?
I can see support for the on-off model.
Is Time and Scenes (Explained in Mesh Models.pdf, Section-5, Page...
I use SDK13, nRF52, S132
I use bootloader_secure_ble with generated public key for bootloader and for nrfutil. After all steps like discribed on
devzone.nordicsemi.com...
Hello.
I use nRF52832 and power from 3.3V source. Also I use the accelerometer and gyroscope with VDD 2.5V and 3.0V respectively. They are connected to nRF through SPI....
Can a device that is configured and programmed from Keil (softdevice, application, bootloader) be updated with code that has been compiled on ses (application)? I have converted...
Hi,
Referring to bootloader programming article - there's a post-build phase of programming UICR.BOOTLOADERADDR
The article describe how to use nrfjprog to do this which...