I would like to use native CMake rather than West to take advantage of CMake Presets.
I have been able to make this work on the command line using the following command...
Hi Nordic Team,
I am using NCS v3.0.0 and working on a Matter-based application.
I have enabled the ActiveHardwareFaults attribute (0x0005) in the General Diagnostics...
Hello,
I have some code running on an NRF52832 using NRF Connect SDK 2.5.1 which initalizes my BLE with a random private resolvable adress so that I can easily reconnect...
Hi,
We are currently in the research and development phase for a new line of IoT devices designed to work over the Matter protocol. After thorough evaluation, we found the...
Hi,
I started the LBS example on the nRF52DK_52832 kit and connected the PPK2 kit to the P22 pins for measuring power consumption. I am not sure if I did something wrong...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Hi All, on the right of nRF Connect v2.2.1,the "Start scan" button is invalid, I press "Alt+S", get a message "No adapter selected or adapter is missing state. Failing." I...
Hi,
I know that MtConnect05 is not a Nordic product but it contains a nRF52832
and these questions are about SDK for mesh usage.
The questions:
1. What does this...
I am a newbie for Nordic development boards. I recently bought a thingy 52. When I was searching for how to upload a custom firmware of my own (After disabling few BLE services...
Hi,
I need a button and a led for my project. I like the BSP library for all it's power saving features but it looks like it's not flexible. I want a custom event for the...
I am starting with Thingy and I am having some troubles.
Background is I have done some work with nRF52840 that sends beacons one-by-one with different payloads. And then...
Hello,
I have 2 issues, please help to let me know and clarify them...thankful for your support in advance....
I need to know the confirmation about the usage of fds...
I am using a custom board based on nRF52 (nRF52832-QFAB-R). I am using the ble_hid_mouse app and performing the initialization for SPI in the main routine. But with the SPI...
Hi
which is better for reduced current consumption
1. lesser value of of MIN_CONN_INTERVAL, MAX_CONN_INTERVAL with large SLAVE_LATENCY
2. or vice versa
Thanks...
I tried using the serial code in peripheral/examples to transmit At commands to the esp module but did no get any reply.Is there any reference example which I can use to connect...
Hello All,
We are working on automotive application can i use 3xspi in nrf51824. i.e is it possible to configaure 3 masters in nRF51824 ?
thanks in advance
pavan
I have the nRF52-DK arduino board with a nRF52832 chip on board, is there any examples where I can read the Analog inputs on the arduino board and send them over bluetooth...
I'm downloaded a copy of the "offline" documentation, but its just a html file, is there a copy in PDF or any other searchable format?
It would be nice to be able to search...
Hi. The same issue I have is described here, but I've been asked to post a new question:
https://devzone.nordicsemi.com/f/nordic-q-a/29084/why-sd_ble_gatts_exchange_mtu_reply...
I have several characteristics which are updated by a regular timer.
The characteristic property is notify. Due to memory issues I use as value location BLE_GATTS_VLOC_STACK...
Currenetly I access the gpio pins by using this code (P1.01 this pin)
#define PIN_1 ARDUINO_0_PIN
nrf_gpio_cfg_output(PIN_1);
and so on
Is there any other way to define...