Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
HI all,
I've found that adding a 10uF capacitor to the 52805 beacon reduces the power consumption, especially after speeding up the broadcast interval (100ms broadcast interval...
Hi. I'm going to decode JWT (ECDSA sign) but I'm stuck. There is simple example to sign payload, but how can I decode JWT which I get from another device via bluetooth? I...
Hi I'm trying to debug the record_text example in the nrf connect sdk. However when I attached my nrf5340 dk and hit debug in the nrf connect extension, the process stops...
Hello!
I am programming BLE with the nRF52840-DK. [Toolchain Manager: v1.3.0, IDE: Visual Studio Code (VSCode), SDK: ncs v2.6.0, window11 pro]
I am using two nRF52840...
Hi,
I have ordered custom board based on nRF52840 SoC couple of times from JLCPCB and that included assembling as well. Unfortunately, 90% of the boards had floating aQFN...
Hi,
I'm using the Bluetooth sample called Central HIDS and want to develop a feature that stops BT scanning after a few minutes.
However, during development, I encountered...
Hello,
I have a question regarding the consumption of the nRF9161 DK board when it is under the following conditions: MCU on IDLE, modem off, wake on GPIOTE input (event...
Hello, I am wondering - Is it possible to program BL651 Bluetooth 5 with nRF52810 using pca10040 development board with nRF52832 on it and using
BLE HID Keyboard and Mouse...
Hi,
I recently started upgrading an nRF chip on old SDK to the latest nRF Connect. The device has only one button and currently uses a static passkey (written on the device...
Hi! Firstly I am somewhat new to developing on nordic chips so I'd like to apologise in advance or any silly mistakes or oversights I may have made. I am currently working...
I am using NCS 2.6.1 and have programmed a nrf52840dongle (USB Dongle) with the build result of nrf/samples/openthread/coprocessor
The problem I am having is that normally...
Hello,
I was able to setup nRF5340 Audio DKs as gateway and headset, test the USB audio input and enable the Walkie Talkie demo. But in both cases I'm using I2S/analog headset...
I want to use the signing script as mentioned Technical Documentation (nordicsemi.com) , however, with NCS, this script is not automatically being picked up during the build...
EDIT: I thought I had enabled RTT terminal output in this proejct, which I had not. Obviously this will have an impact on my problems sorrounding RTT terminal output. So I...