Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
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...