During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi everybody I'm using nRF Connect SDK 2.6.1. I have my own board based on nRF52840 SoC. I made an overlay file of nRF52840DK and changed its UART TX/RX settings according...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hi,
I want to update firmware on nrf52832, but I have an error: DFU insufficient resources
I found this and this , so I try to program my softdevice with this file: /nRF5_SDK_15...
Hi,
there is a issue very strange, on a nrf52832 project, it use two gpio set to sense low level, one is p18, one is p29, I found there is no response for low level of p29...
We are using nRF52832 with SDK_15.3.0 running the Nordic UART service (NUS) example.
Out of the box we find that the uart event handler is continually being called with...
Hi,
I have an SPI peripheral on pins 26, 27, 28, 29 which I'm able to override the default system's UART0 pin assignments in nrf9160_pca10090ns.overlay. However when I enable...
Dear sir,
We have interfaced a charger ic with NRF52832. It is having a charging status pin to show completion of charge. It is having 3 states
1. High impedance (Battery...
Hello guys,
Something strange is happening here and I need your opinion about that... I have a custom board with nRF52840-based BL654 module on it. I am using SDK15.3.0...
Hello
I am using nrf52840 chip. I am having trouble configuring SAADC to read analogue input on two channels (one signal is VDD of the chip). I have already searched the...
I am trying to get connected with my Android App and I have noticed that sometimes when the user turns off Bluetooth and tries to enable it again after 20 minutes my Android...
I am working from the ble_app_hids_keyboard example. To support multiple centrals, I imagine the first step is changing NRF_SDH_BLE_PERIPHERAL_LINK_COUNT and NRF_SDH_BLE_TOTAL_LINK_COUNT...
Hi,
I am trying to set up eclipse + gdb + openOCD for debugging zephyr 2.0.0. applications on nRF52832. Following the official Zephyr documentation build-and-run-an-application...
Hello,
I am using NRF52832 with soft device 13.0.0 and Nordic's bootloader from the examples.
What I do is develop an application which stores some values in uicr registers...
I'm using 52810 with s112 stack.
And I need two PWM channel with different frequence. one channel set to 4KHz to cotroller BEEP, the other one set to 15Khz to control...
Hi, I've completed the first 3 BLE tutorials (about advertising and Services).
I've got notifications up and running on the peripheral by using a timer and hvx as in the...
Hi,
We are developing a mouse . The controller we are using is NRF52832 QFABB0.
You known that its contain 32KB RAM and 256KB of flash memory.
Our application contains...