It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
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...