Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
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...
I tried the "ble_app_hrs_pca10040_s132" example from SDK17.0.2 on an ISP1507-AX and wanted to access the Heart Rate Service to read out Heart Rate and Body Sensor Location...
Hey guys ,
I am trying to merge ble_app_uart code with RTC peripheral code . RTC code works fine when I try it on SDK but after merging with ble_app_uart code it doesn...
Hi,
I have a question about the connection handling when we have two connections to a single smartphone.
The smartphone runs two Applications:
App 1: Acts as central...
Hi,I recently started using a PPK2 board and at first had no trouble setting it up with the Power Profiler Software from the nRF Connect for Windows.
What I realised is...
Hi,
nRF9160 in nRF9160DK with NCS v1.6.0 and master, power consumption measured by PPK2.
With CONFIG_SLM_EXTERNAL_XTAL=n nRF9160 average power consumption is ~7uA after...
My use case is that the nrf9160 is running as a serial lte modem and I have a host controller that is controlling the ENABLE pin. VDD will always be powered so can I leave...
Hi All,
I am using a 3rd Party (Japan) nRF51822 module in a device and it is running a modified Direct test mode firmware without Soft device. Upon testing, it is found...
Hi everyone!
I'm trying to make the NFC work on a custom board. I'm using a BL653 series (nordic nRF52833) and nRF Connect SDK v1.6.0. I am running the record_text example...
I found a similar thread for this issue, but there was no solution... So I want to ask here again here
I follow the video "Introduction to the Zephyr RTOS"
https://www...
We are using a IDE Segger Embedded Studio (SES) for our development with nRF52832.
We need to use IDE which supports IEC 62304 standard.
Our Query as follows:
1. Is...
Sometimes when I call sd_ble_gatts_hvx, it can take several ms to return. Most of the time it takes very little time (<1ms), but occassionally it takes up to 34ms, my connection...
Hi Nordic Team,
In my application, I'm trying to read 512 bytes of data continuously from the STM32 master device. nrf52840 acts as a slave device. Every time I receive...