Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Per the documentation on multi image builds , a child image folder that contains a <board>_<revision>.overlay it will be merged with BOARD.dts but I cannot do the same for...
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...