I am trying to follow the first lesson of https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals
But I have several problems and I can not find out how to fix...
The issue I'm having is signature verification failing when I sign my firmware package and perform a DFU. I've generated signing key pairs with the nrfutil CLI tool, signed...
Hello,
I want to use the bq274xx.c sensor library. The bq274xx battery fuel gauge has an interrupt pin, which would allow to have the CPU idle until something interesting...
I'm playing a bit with MCU boot and folowed the tuturial . When I compile the sample with mcuboot from Zephyr, it works fine for the 52840DK, but when I try to compile for...
We are developing a new board based on the NRF9151 and would appreciate some guidance regarding the power supply design for the modem.
Specifically, we’re looking for documentation...
What is the default transmit power of the nrf5340 when performing an AoA test in connected mode? How do I change its transmit power to perform AoA accuracy tests at different...
I'm trying to build the light-switch-app from Matter but I get following errors
I have already tried to reinstall the sdk (I use v2.8.0) and build it just like that without...
I'm running 6 X Thingy:91s in pre-production for use as a GPS tracking/iOT solution. Currently I'm located in Austin, TX. If I do not request GPS, I receive regular data from...
Hi all, I'm working with NRF52DK using Segger Embedded Studio with NRF SDK 15.0 trying to communicate to a UART sensor using the serial port abstraction layer API. Following...
Hi all, I'm facing an issue communicating with a UART-based sensor on the NRF52DK (52832). I've followed the serial_port example and using various forum topics I've got to...
Hello,
I am using the nrf52832 bootloader and i got it working with the s112 sofdevice and a custom application mapped at the end of the softdevice.
I want to add another...
Hi guys the following is an Arduino code:
In here,
We are taking the rising edge pulse to measure the rotation per minute of the DC motor and to detect whether the DC...
Dear Community,
I am trying to implement a simple Tensorflow Lite C++ project on the nRF52833 board. I work with the Segger Embedded Studio.
Therefore I added the tensorflow...
Hi,
I have extended the nRF9160 sample app to use Leshan bootstrap server. Using a boostrap server means getting DTLS PSK crypto keys from the bootstrap server. Hence the...
Hi,
We are testing Buttonless Secure DFU without bonds using the windows nRF Connect app. If I open the "Secure DFU" service in our app, enable notification for "Buttonless...
Hi everyone!
I was not able to find the answer, so could you please clarify what did I miss when I exercised with my application.
First, I was able to build ble_central_and_peripheral...
I'm going to write to inquire about Bluetooth Low Energy Device Beacon which will be smallest in size and can operate with coin cell battery and also able to communicate two...
Hello,
While building a custom board, I need 52832 to communicate with a modem at regular intervals, send AT commands and read modem responses. nrf_serial library in IRQ...
In the documentation for “Bootloader and DFU …” / SDK16.0.0 is written “you can use such a bootloader, for example, to switch between several applications”, but I can’t find...
I connect one central and two peripherals
Both peripherals set the connection interval to 100
Observing PA / LNA shows that one is communicating in 100ms
But the other...
Hello.
I have question about output OOB and public key.
I create my Android app for Thingy Bluetooth mesh purposes. I would like to start output OOB process (then Thingy...
Hi,
I am using the nrf_log_backend_flash in SDK15.3 with IAR 8.32 on Window10. From what I see in the release notes, no improvements were made for 16.0.
In my application...