Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
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...