I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi,
I'm working on a project that utilize the MAC library.
Coordinator with non-beaconed mode was previously used in the project, however the NRF 17.1.0 SDK is not compiled...
What is the threshold voltage on a nRF52840 GPIO to detect low level powered with 3.3V?
Can't find it in the datasheet. High level threshold will be 0.7*VDD right? 0.7 ...
I used to use the ncs1.2.0 SDK to develop a product for customers. Now I am porting it to the ncs1.9.0 SDK. During the adaptation process, I find that its control over SPI...
Hello,
I have a few queries:
I need to confirm that does Thingy53 board support TensorFlow lite. So, for my ongoing project, I am using TensorFlow to develop my code...
Hello,
I am facing an issue at running otbr docker conainer on my RPi4 with nRF52840 Dongle as an RCP device . I am getting this error on the logs: Aug 24 16:05:07 0e6bb978e199...
Hi!
I have tried to get the secure_bootloader working on the nRF52820, but I think the linker settings are not correct yet. Maybe someone here has already written a bootloader...
Hello,
I am trying to build OpenThread Radio Co-Processor (RCP) firmware for nRF52840 Dongle with the new nRF Connect SDK v2.0.2. My VM is running Ubuntu 20.04.3 LTS with...
Hello!
I have an application that makes use of the function sd_ble_gap_conn_evt_trigger_start() , present in v7.3.0 of the S113 , S132 , and S140 SoftDevices. Here's the...
Hi,
1. I can use Programmer in nRF Connect for Desktop to flash the hex file ( nRF5_SDK_17.0.2_d674dde\examples\dfu\secure_dfu_test_images\ble\nrf52832sd_s132_bootloader_buttonless_with_setting_page_dfu_secure_ble_debug_without_bonds...
Hi,
I want to use the MCUboot for the DFU and I have been able to configure it and flash it on the device so far (tested that it is correctly flashed).
But I need to make...
Greetings,
I want to write the nRF Connect SDK v2.0.0 sample "nrf9160/https_client" to the nRF9160-DK, but when I use "Flash" in Visual Studio Code, the following error...
Hi,
I'm designing a drone based on these three Nordic IC:
nPM1100
nRF5340
nRF21540
Let's Start with nPM1100:
Based on this Reference circuitry
I based my...
On SDK 2.0.2, I was able to load peripheral_uart with CONFIG_BOOTLOADER_MCUBOOT=y and successfully update both the app core and net core using the thingy53. However when moving...