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...
Hello all,
I have an ANT project which is running fine using S210 SoftDevice (SDK v8.1.0).
Now, I am trying to extend this project for BLE operation, by switching the...
I have my devices programmed in a way, that they decide whether to enable SD and transmit via BLE or to keep it disabled and start operating using Gazell.
In this case I...
So Segger recently asked me to update my Driver to V500j to be able to run my new J-Link programmers. However this update has completely bricked my Test Software which uses...
Hello,
I would like to ask you if anyone wrote Python script for connecting PCA100000 dongle to computer and using it without Master Control Panel. How this can be done...
I know this question was raised here a couple of years ago but it seems to me the API was changed since that time. If I set the timeout to 0 and use BLE_GAP_ADV_FLAG_LE_GENERAL_DISC_MODE...
As I understand the SPI HW driver documentation, it appears to be at least biased for using a single chip select (slave select in the API). I have an application where I have...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
I have the follow code in my application for a PCA10028 program from the nRF51 Development Kit (S110 v9.0):
int main(void)
{
int i = 0;
while(true)
{
SEGGER_RTT_printf...
what is the purpose of using the cccd with a characteristics? in between, for confirmation, server is the device that provide the data/attributes/characteristic value and...
Hi,
I am having trouble to use flash to store data.
First, I write function and scan beacon, get information from this beacon and save to flash
I use a timer for...
Hi,
I've installed toolchain for IAR nRF5x_MDK_8_0_3_IAR.msi and want to debug and run project called Radio_test_pca10028_nrf51422_xxac. Project compiles fine in IAR 7...
I have a central device that connects to a peripheral, which will have a custom service, with characteristics A through F that I want to write to each time on connection....
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...