Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
Again no where I can find to put this. Also under documentation as a tag you need another option to select, e.g. SDK
Anyhow, When I try and search the documentation the...
I think I've found a bug in the power management that occurs only when a softdevice and the debug interface are active. In SDK v17.0.2, nrf_pwr_mgmt.c lines 417-429:
The...
Hi,
We using nRF Connect SDK,
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/zigbee/lib_zigbee_shell.html#zigbee-shell-command-list
We founded...
Hello,
I am working on nrf52833 using the soft device s140 ble with csence enabled.
but the cap button has problems to detect signal, what is the
THRESHOLD_BUTTON...
Hi,
I'm using nRF5 SDK, use original build. No change anything. Just enable the Zigbee CLI as Coordinator.
After tested with various devices, found out a lot devices...
Hello. I am developing using nrf52832 (S132 v7.0.1, SDK v16.0.0).
I use whitelist to store bonding information. Is there an upper limit to the number that can be stored...
Hi,
I am trying to configure a GPIO pin P0.21(as this is exposed pin on Thingy:91) from nRF9160 on Thingy:91.
I am using nRF Connect SDK 1.4.1 with Nordic version of SES...
Hi,
I am evaluating the LTE modem demo. I downloaded the demo binary firmware images a few weeks ago. Today I installed the LTE Modem demo into my dev kit. It connected...
I want to develop a 2.4G mouse Dongle and have used NRF52840 and SDK 17.0.2. When I have used USB or ESB one by one - all is Ok. But when they are used together - usb driver...
Hey all
I've been searching and trying all sorts of options for this but I'm stuck.
I'm currently working on a Thread sensor prototype on the 52840DK. I'm trying to...
There are two issues in one here. The easy fix is the check for overflow in format_offset_string_print() if (length <= p_cli->p_ctx->vt100_ctx.cons.terminal_wid - terminal_offset...
I have a bit of an odd one, and would appreciate any input. We have a fairly complex project, which does various things, but some of the time, I get a hardfault. The issue...
I am getting linker errors such as the following:
Output/Release/Obj/saadc_pca10056/nrf_sdh.o:SDK\components\softdevice\common/nrf_sdh.c:83: undefined reference to `start_sdh_req_observers...
Hello i have a keyboard with nrf52840 with ZMK firmware, BLE, adc, gpios, i2c0, usbd, DCDC and CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC
When it is connected with the computer...