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...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
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...