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,
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...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Dear all,
It's strange that this seems to not have been asked before... since the nRF52840 can be powered directly from a LiPo battery, I wonder if there is an UVLO protection...
Dears,
I am developing a board based on the nRF52-DK board and I noticed the technical documentation does not include the voltage ratings of the capacitors used. Could...
I am trying to make a large BLE sensor network, hypothetically anywhere from 20-100 devices in a STAR configuration. I see there is a 20 max limit on concurrent connections...
Hi,
I am trying to send a simple message from server to client in mesh 2.0.1. I am following this post for the same. I successfully sent a message from client to server...
When I want to connect the jlink use j-flash.exe.it report the follow message.My
Connecting ... - Connecting via USB to J-Link device 0 - Target interface speed: 4000 kHz...
I am using the nRFgo Studio to flash the nRF52 Development Kit. I am using the SDK V14.0 and its libraries to grab RSSI values by writing code to the N52832 BLE MCU IC. I...
Hello,
I have configured the SPI0 module in master mode with EasyDMA. I use the below code to send data
In the output I get the string "SPIM TEST" and with extra...
We are using a nrf51822AC Chip with SDK 9 and Softdevice S110. We want to use Segger Embedded Studio 3.40.
I have imported the BLE HRS Sample from the SDK an did the settings...
The question is in the title. I found this addition a nice optimization to be used where available (that is to this day, on NRF52840 only, according to the latest Product...
Hi,
I'm trying to run the ble app uart central example using SDK15 with Embedded Studio.
When building the project, I encountered an error in retarget.c, where the error...
Hi,
I have a couple of WT51822-S4AT boards I would like to use to send data from a PC to one board via UART and then pass the data to a microcontroller connected to the...
Hello, i'm trying to store data in the flash, i manage to write a correct data in the flash but when i try to read it the address is erased.
I use this function to write...
Hello, everyone~
I want to use a nRF51824 to scan a specified smart phone and use the RSSI to estimate the distance. Is there a simple and basic example of this funtion...
Hello everyone
I have a small question about Mesh_gatt_pdu_type_t in light_switch_example.
When my NRF52 connect with smartphone over BLE mesh proxy, my smartphone will...
I am developing my project in a nRF52832 custom board. I am working in SDK v12.2.0. My application program is based on ble_app_uart.
It seem a bug about the defined characteristic...