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,
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...
Its a first time, we are using the Nordic product. Please let me know how the step-by-step software installation procedure and would like to know the software cost as well...
I am trying to embed CTS in my code. I have included #include "ble_cts_c.h" Then I made changes to sdk_config.h I have this enabled in sdk_config.h:
Yet I am unable to...
Hi,
I made a demo app using advertising and scanning functionality in SDK 16. Now I'm trying to get it working in our company's full blown C++ framework, which is based...
Hello to everyone, I have a nrf52840 dk device running Zephyr RTOS. I have flash an app to the start address 0x00 and a second app to 0x2000 address. While I am pressing a...
Hi, I want to secure connection between our device (nRF52840 or nRF51822) and a smartphone.
I find that LESC uses ECDH which is more secure than RSA in same key length....
I need a full datasheet for the nRF52805 device - I could not find the information on the website, which is visually impressive but technically very unclear in my opinion...
im trying to use the functionality of notification using ble_app_hrs_freertos
i have created one service, one characteristic , timer and timer handler.
while debug the...
Hi
I am now working on a project which I use ble_app_uart_c as a reference.
SDK 16 and used softdevice s140.
In the project I need to disable the UART before it enters...
Hi,
I have two question
Is there a Nordic version of SES? ( The download address of "first picture" cannot be used )
Second question
Is macOS also has a Nordic...
I am having some success with custom hardware running an OTA DFU bootloader from the SDK17 by Hung Bui March 2017 within a nRF52832. I utilize the bootloader to program the...
Hi,
I use DFU secure_bootloader pca10100e_usb example to modify to nrf52833 DFU.
But when I execute, I get stuck in this line, as shown below.
In configuration, I...
I am changing the Tx power successfully with sd_ble_gap_tx_power_set(). I can see the RSSI value change Nordic Connect to confirm that it really is changing. But I also have...
Hello Nordic Support,
I am using nRF52840 with SDK 15.3. I am running the USB CDC ACM in bulk transfer and interrupt. My nRF52840 plays the central role, it will send strings...
Hello,
I am merging the pb remote with light control example. Both ran fine when I tested separately. Then I began to merge the two. The server is fine when I merge the...